Package org.codehaus.plexus.util.dag
Class Vertex
java.lang.Object
org.codehaus.plexus.util.dag.Vertex
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddEdgeFrom(Vertex vertex) voidclone()Get the labels used by the most direct children.getLabel()Get the labels used by the most direct ancestors (parents).Get the list the most direct ancestors (parents).booleanIndicates if there is at least one edee leading to or from given vertexbooleanisLeaf()Indicates if given vertex has no childbooleanisRoot()Indicates if given vertex has no parentvoidremoveEdgeFrom(Vertex vertex) voidremoveEdgeTo(Vertex vertex) toString()
-
Constructor Details
-
Vertex
-
-
Method Details
-
getLabel
-
addEdgeTo
-
removeEdgeTo
-
addEdgeFrom
-
removeEdgeFrom
-
getChildren
-
getChildLabels
-
getParents
-
getParentLabels
-
isLeaf
public boolean isLeaf()Indicates if given vertex has no child- Returns:
trueif this vertex has no child,falseotherwise
-
isRoot
public boolean isRoot()Indicates if given vertex has no parent- Returns:
trueif this vertex has no parent,falseotherwise
-
isConnected
public boolean isConnected()Indicates if there is at least one edee leading to or from given vertex- Returns:
trueif this vertex is connected with other vertex,falseotherwise
-
clone
- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-
toString
-