Package org.opennms.netmgt.graph.api
Interface Vertex
-
- All Known Implementing Classes:
AbstractDomainVertex
,ApplicationVertex
,BusinessServiceVertex
,CustomVertex
,GenericVertex
,LegacyVertex
,SimpleDomainVertex
public interface Vertex
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GenericVertex
asGenericVertex()
java.lang.String
getId()
java.lang.String
getNamespace()
VertexRef
getVertexRef()
-
-
-
Method Detail
-
asGenericVertex
GenericVertex asGenericVertex()
-
getVertexRef
VertexRef getVertexRef()
-
getNamespace
java.lang.String getNamespace()
-
getId
java.lang.String getId()
-
-