Modifier and Type | Method and Description |
---|---|
DRedTcRelation<V> |
DRedAlg.getTcRelation() |
Modifier and Type | Method and Description |
---|---|
void |
DRedTcRelation.difference(DRedTcRelation<V> rA)
Computes the difference of this tc relation and the given rA parameter.
|
void |
DRedAlg.setTcRelation(DRedTcRelation<V> tc) |
void |
DRedTcRelation.union(DRedTcRelation<V> rA)
Union operation of two tc realtions.
|
Constructor and Description |
---|
DRedAlg(IGraphDataSource<V> gds,
DRedTcRelation<V> tc)
Constructs a new DRED algorithm and initializes the transitive closure relation with the given relation.
|
Modifier and Type | Method and Description |
---|---|
DRedTcRelation<V> |
FloydWarshallAlg.getTcRelation() |
Modifier and Type | Method and Description |
---|---|
boolean |
IncSCCAlg.checkTcRelation(DRedTcRelation<V> tc) |
Modifier and Type | Method and Description |
---|---|
DRedTcRelation<V> |
DFSAlg.getTcRelation() |