Uses of Class
org.codehaus.plexus.util.dag.Vertex
Packages that use Vertex
-
Uses of Vertex in org.codehaus.plexus.util.dag
Methods in org.codehaus.plexus.util.dag that return VertexModifier and TypeMethodDescriptionAdds vertex to DAG.Methods in org.codehaus.plexus.util.dag that return types with arguments of type VertexModifier and TypeMethodDescriptionVertex.getChildren()
Vertex.getParents()
Get the list the most direct ancestors (parents).DAG.getVertices()
DAG.getVerticies()
Deprecated.Methods in org.codehaus.plexus.util.dag with parameters of type VertexModifier 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) Method parameters in org.codehaus.plexus.util.dag with type arguments of type VertexModifier 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()