Class GenericVertex
- java.lang.Object
-
- org.opennms.netmgt.graph.api.generic.GenericElement
-
- org.opennms.netmgt.graph.api.generic.GenericVertex
-
- All Implemented Interfaces:
NodeRefAware
,Vertex
public final class GenericVertex extends GenericElement implements Vertex, NodeRefAware
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GenericVertex.GenericVertexBuilder
-
Nested classes/interfaces inherited from class org.opennms.netmgt.graph.api.generic.GenericElement
GenericElement.GenericElementBuilder<T extends GenericElement.GenericElementBuilder>
-
-
Field Summary
-
Fields inherited from class org.opennms.netmgt.graph.api.generic.GenericElement
properties
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description GenericVertex
asGenericVertex()
static GenericVertex.GenericVertexBuilder
builder()
NodeRef
getNodeRef()
VertexRef
getVertexRef()
-
Methods inherited from class org.opennms.netmgt.graph.api.generic.GenericElement
equals, getId, getLabel, getNamespace, getProperties, getProperty, getProperty, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.opennms.netmgt.graph.api.Vertex
getId, getNamespace
-
-
-
-
Method Detail
-
getVertexRef
public VertexRef getVertexRef()
- Specified by:
getVertexRef
in interfaceVertex
-
getNodeRef
public NodeRef getNodeRef()
- Specified by:
getNodeRef
in interfaceNodeRefAware
-
asGenericVertex
public GenericVertex asGenericVertex()
- Specified by:
asGenericVertex
in interfaceVertex
-
builder
public static GenericVertex.GenericVertexBuilder builder()
-
-