Uses of Interface
org.jhotdraw8.graph.IndexedDirectedGraph
Packages that use IndexedDirectedGraph
-
Uses of IndexedDirectedGraph in org.jhotdraw8.graph
Subinterfaces of IndexedDirectedGraph in org.jhotdraw8.graphModifier and TypeInterfaceDescriptioninterfaceThis interface provides read-only indexed access to a directed graphG = (V, A)with vertex and arrow attributes of the generic typesVandA.interfaceThis interface provides read-only indexed access to a directed graphG = (V, A)with vertex and arrow attributes of the generic typesVandA.interfaceThis interface provides read access to a directed graphG = (int, A).interfaceThis interface combinesIntAttributedIndexedBidiGraphandIndexedBidiGraphinto one interface.interfaceThis interface adds accessors for vertex data and arrow data that is represented by an int.interfaceMutableIndexedBidiGraph.Classes in org.jhotdraw8.graph that implement IndexedDirectedGraphModifier and TypeClassDescriptionclassAbstractDirectedGraphBuilder.classAbstractDirectedGraphBuilder.classA mutable indexed bi-directional graph.classImmutableDirectedGraph.classImmutableDirectedGraph.classImmutableDirectedGraph.classA mutable indexed bi-directional graph.classSimpleMutableDirectedGraph.Constructors in org.jhotdraw8.graph with parameters of type IndexedDirectedGraphModifierConstructorDescription -
Uses of IndexedDirectedGraph in org.jhotdraw8.graph.algo
Methods in org.jhotdraw8.graph.algo with parameters of type IndexedDirectedGraphModifier and TypeMethodDescriptionIndexedStronglyConnectedComponentsAlgo.findStronglyConnectedComponents(@NonNull IndexedDirectedGraph graph) int @NonNull []TopologicalSortAlgo.sortTopologicallyInt(@NonNull IndexedDirectedGraph model) Sorts the specified directed graph topologically.TopologicalSortAlgo.sortTopologicallyIntBatches(@NonNull IndexedDirectedGraph model) Sorts the specified directed graph topologically.