InheritanceHierarchiesGraphTransitiveClosure Method |
Returns the transitive closure of this graph. The particular implementation of this graph uses the knowledge that all edges point to the
same direction. this means that the # of operations is drastically reduced.
Namespace:
SD.LLBLGen.Pro.ApplicationCore.EntityModel
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax public override DirectedGraph<EntityDefinition, InheritanceEdge> TransitiveClosure()
Public Overrides Function TransitiveClosure As DirectedGraph(Of EntityDefinition, InheritanceEdge)
Return Value
Type:
DirectedGraphEntityDefinition,
InheritanceEdgeThe transitive closure of this graph.
See Also