Class Graph
java.lang.Object
org.apache.maven.internal.impl.model.Graph
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
private static enum
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
visitCycle
(Map<String, Set<String>> graph, Collection<String> children, Map<String, Graph.DfsState> stateMap, LinkedList<String> cycle)
-
Field Details
-
graph
-
-
Constructor Details
-
Graph
Graph()
-
-
Method Details
-
addEdge
- Throws:
Graph.CycleDetectedException
-
visitCycle
private static List<String> visitCycle(Map<String, Set<String>> graph, Collection<String> children, Map<String, Graph.DfsState> stateMap, LinkedList<String> cycle)
-