Uses of Class org.codehaus.plexus.util.dag.Vertex

Uses in package org.codehaus.plexus.util.dag

Methods with parameter type org.codehaus.plexus.util.dag.Vertex

void
DAG.addEdge(Vertex from, Vertex to)
void
void
boolean
CycleDetector.dfsVisit(Vertex vertex, LinkedList cycle, Map vertexStateMap)
void
TopologicalSorter.dfsVisit(Vertex vertex, Map vertexStateMap, LinkedList list)
List
List
CycleDetector.introducesCycle(Vertex vertex, Map vertexStateMap)
This method will be called when an egde 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
boolean
CycleDetector.isNotVisited(Vertex vertex, Map vertexStateMap)
boolean
TopologicalSorter.isNotVisited(Vertex vertex, Map vertexStateMap)
boolean
CycleDetector.isVisiting(Vertex vertex, Map vertexStateMap)
void
void
void
List

Methods with return type org.codehaus.plexus.util.dag.Vertex

Vertex
DAG.addVertex(String label)
Adds vertex to DAG.
Vertex
DAG.getVertex(String label)