Interface Connector
-
- All Superinterfaces:
java.lang.Cloneable
,java.lang.Comparable<Ref>
,ConnectorRef
,Ref
- All Known Implementing Classes:
SimpleConnector
public interface Connector extends ConnectorRef, java.lang.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 org.opennms.features.topology.api.topo.Ref
getId, getLabel, getNamespace
-
-