Package org.goplanit.utils.graph.directed.acyclic
-
Interface Summary Interface Description ACyclicSubGraph An acyclic sub graph contains a subset of the full graph without cycles.ConjugateACyclicSubGraph An conjugate acyclic sub graph contains a subset of a graph without cycles.UntypedACyclicSubGraph<V extends DirectedVertex,E extends EdgeSegment> An untyped acyclic sub graph contains a subset of a full graph, with generics regarding vertices and edges, without cycles.