Modifier and Type | Interface and Description |
---|---|
interface |
TransitiveClosureHelper
The class can be used to compute the transitive closure of a given emf model, where the nodes will be the objects in
the model and the edges will be represented by the references between them.
|
Modifier and Type | Class and Description |
---|---|
class |
TransitiveClosureHelperImpl
Implementation class for the
TransitiveClosureHelper . |
Modifier and Type | Class and Description |
---|---|
class |
CountingAlg<V>
This class is the optimized implementation of the Counting algorithm.
|
Modifier and Type | Class and Description |
---|---|
class |
DRedAlg<V>
This class is the optimized implementation of the DRED algorithm.
|
Modifier and Type | Class and Description |
---|---|
class |
IncSCCAlg<V>
Incremental SCC maintenance + counting algorithm.
|
Constructor and Description |
---|
DFSPathFinder(IGraphDataSource<V> graph,
ITcDataSource<V> itc) |