Interface Ref
-
- All Superinterfaces:
Comparable<Ref>
- All Known Subinterfaces:
CollapsibleRef
,CollapsibleVertex
,Connector
,ConnectorRef
,Edge
,EdgeRef
,Vertex
,VertexRef
- All Known Implementing Classes:
AbstractBusinessServiceVertex
,AbstractCollapsibleVertex
,AbstractEdge
,AbstractEdgeRef
,AbstractLevelAwareVertex
,AbstractRef
,AbstractVertex
,AlarmHopCriteria.AlarmVertex
,ApplicationVertex
,BusinessServiceEdge
,BusinessServiceVertex
,CategoryHopCriteria.CategoryVertex
,DefaultVertexRef
,GraphMLEdge
,GraphMLVertex
,IpLikeHopCriteria.IPVertex
,IpServiceVertex
,LegacyApplicationVertex
,LegacyEdge
,LegacyVertex
,LinkdEdge
,LinkdVertex
,ReductionKeyVertex
,SimpleConnector
,SimpleLeafVertex
public interface Ref extends Comparable<Ref>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getId()
An identifier unique to the provider that 'owns' this referenceString
getLabel()
A human-readable label for the reference.String
getNamespace()
A string used to identify the provider this belongs to.-
Methods inherited from interface java.lang.Comparable
compareTo
-
-
-
-
Method Detail
-
getId
String getId()
An identifier unique to the provider that 'owns' this reference- Returns:
-
getNamespace
String getNamespace()
A string used to identify the provider this belongs to. May only container characters that make for a reasonable java identifier such as letters digits and underscore (no colons, periods, commas etc.)
-
getLabel
String getLabel()
A human-readable label for the reference.
-
-