Uses of Interface
org.goplanit.utils.graph.directed.DirectedSubGraph
-
Packages that use DirectedSubGraph Package Description org.goplanit.graph.directed.acyclic org.goplanit.utils.graph.directed -
-
Uses of DirectedSubGraph in org.goplanit.graph.directed.acyclic
Subinterfaces of DirectedSubGraph in org.goplanit.graph.directed.acyclic Modifier and Type Interface Description interface
ACyclicSubGraph
An acyclic sub graph contains a subset of the full graph without cycles.Classes in org.goplanit.graph.directed.acyclic that implement DirectedSubGraph Modifier and Type Class Description class
ACyclicSubGraphImpl
An acyclic sub graph contains a subset of the full graph without cycles. -
Uses of DirectedSubGraph in org.goplanit.utils.graph.directed
Methods in org.goplanit.utils.graph.directed that return DirectedSubGraph Modifier and Type Method Description DirectedSubGraph
DirectedSubGraph. clone()
Create a shallow copy of this entity
-