Uses of Class
org.codehaus.plexus.util.dag.Vertex
Packages that use Vertex
-
Uses of Vertex in org.codehaus.plexus.util.dag
Fields in org.codehaus.plexus.util.dag with type parameters of type VertexModifier and TypeFieldDescriptionVertex.childrenVertex.parentsDAG.vertexListConatin list of all verticesDAG.vertexMapMaps vertex's label to vertexMethods 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) voidprivate static booleanprivate static 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 graphprivate static booleanCycleDetector.isNotVisited(Vertex vertex, Map<Vertex, Integer> vertexStateMap) private static booleanTopologicalSorter.isNotVisited(Vertex vertex, Map<Vertex, Integer> vertexStateMap) private static booleanCycleDetector.isVisiting(Vertex vertex, Map<Vertex, Integer> vertexStateMap) voidDAG.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 TypeMethodDescriptionprivate static booleanprivate static voidCycleDetector.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 graphprivate static booleanCycleDetector.isNotVisited(Vertex vertex, Map<Vertex, Integer> vertexStateMap) private static booleanTopologicalSorter.isNotVisited(Vertex vertex, Map<Vertex, Integer> vertexStateMap) private static booleanCycleDetector.isVisiting(Vertex vertex, Map<Vertex, Integer> vertexStateMap)
DAG.getVertices()