Uses of Class
org.codehaus.plexus.util.dag.Vertex
Packages that use Vertex
- 
Uses of Vertex in org.codehaus.plexus.util.dagMethods 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 TypeMethodDescriptionvoidvoidVertex.addEdgeFrom(Vertex vertex) voidCycleDetector.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 graphvoidDAG.removeEdge(Vertex from, Vertex to) voidVertex.removeEdgeFrom(Vertex vertex) voidVertex.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()