Package org.apache.maven.internal.impl
Class Graph.Vertex
java.lang.Object
org.apache.maven.internal.impl.Graph.Vertex
- Enclosing class:
Graph
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final List
<Graph.Vertex> (package private) final String
(package private) final List
<Graph.Vertex> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) List
<Graph.Vertex> (package private) String
getLabel()
(package private) List
<Graph.Vertex>
-
Field Details
-
label
-
children
-
parents
-
-
Constructor Details
-
Vertex
Vertex(String label)
-
-
Method Details
-
getLabel
String getLabel() -
getChildren
List<Graph.Vertex> getChildren() -
getParents
List<Graph.Vertex> getParents()
-