C

TransitiveClosureResult

Represents the edges that have to be added to obtain the transitive closure of a graph as computed by TransitiveClosure.
Inheritance Hierarchy

Remarks

Creating edges between the source node and the target node will make the graph transitive.

This class cannot be instantiated

Members

No filters for this type

Properties

Gets a collection of edge placeholders.
Inserting edges based on these placeholders into the graph will make it transitive.
readonlyfinal

See Also

Developer's Guide