Class AbstractEdgeRef
- java.lang.Object
-
- org.opennms.features.topology.api.topo.AbstractRef
-
- org.opennms.features.topology.api.topo.AbstractEdgeRef
-
- All Implemented Interfaces:
Comparable<Ref>
,EdgeRef
,Ref
- Direct Known Subclasses:
AbstractEdge
public class AbstractEdgeRef extends AbstractRef implements EdgeRef
-
-
Field Summary
-
Fields inherited from class org.opennms.features.topology.api.topo.AbstractRef
m_id
-
-
Constructor Summary
Constructors Constructor Description AbstractEdgeRef(String namespace, String id)
Deprecated.Specify a useful label for the objectAbstractEdgeRef(String namespace, String id, String label)
AbstractEdgeRef(EdgeRef ref)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
toString()
-
Methods inherited from class org.opennms.features.topology.api.topo.AbstractRef
compareTo, getId, getLabel, getNamespace, hashCode, setLabel
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Comparable
compareTo
-
Methods inherited from interface org.opennms.features.topology.api.topo.Ref
getId, getLabel, getNamespace
-
-