Interface Connector
-
- All Superinterfaces:
Cloneable
,Comparable<Ref>
,ConnectorRef
,Ref
- All Known Implementing Classes:
SimpleConnector
public interface Connector extends ConnectorRef, Cloneable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Connector
clone()
EdgeRef
getEdge()
VertexRef
getVertex()
void
setVertex(VertexRef vertex)
-
Methods inherited from interface java.lang.Comparable
compareTo
-
Methods inherited from interface org.opennms.features.topology.api.topo.Ref
getId, getLabel, getNamespace
-
-