Uses of Class
org.codehaus.plexus.util.dag.Vertex
-
Uses of Vertex in org.codehaus.plexus.util.dag
Modifier and TypeMethodDescriptionAdds vertex to DAG.Modifier and TypeMethodDescriptionVertex.getChildren()
Vertex.getParents()
Get the list the most direct ancestors (parents).DAG.getVertices()
DAG.getVerticies()
Deprecated.Modifier and TypeMethodDescriptionvoid
void
Vertex.addEdgeFrom
(Vertex vertex) void
CycleDetector.introducesCycle
(Vertex vertex) CycleDetector.introducesCycle
(Vertex vertex, Map<Vertex, Integer> vertexStateMap) This method will be called when an edge leading to given vertex was added and we want to check if introduction of this edge has not resulted in apparition of cycle in the graphvoid
DAG.removeEdge
(Vertex from, Vertex to) void
Vertex.removeEdgeFrom
(Vertex vertex) void
Vertex.removeEdgeTo
(Vertex vertex) Modifier and TypeMethodDescriptionCycleDetector.introducesCycle
(Vertex vertex, Map<Vertex, Integer> vertexStateMap) This method will be called when an edge leading to given vertex was added and we want to check if introduction of this edge has not resulted in apparition of cycle in the graph
DAG.getVertices()