Class AbstractCollapsibleVertex
- java.lang.Object
-
- org.opennms.features.topology.api.topo.AbstractRef
-
- org.opennms.features.topology.api.topo.DefaultVertexRef
-
- org.opennms.features.topology.api.topo.AbstractVertex
-
- org.opennms.features.topology.api.topo.AbstractCollapsibleVertex
-
- All Implemented Interfaces:
Comparable<Ref>
,CollapsibleRef
,CollapsibleVertex
,Ref
,Vertex
,VertexRef
- Direct Known Subclasses:
AlarmHopCriteria.AlarmVertex
,CategoryHopCriteria.CategoryVertex
,IpLikeHopCriteria.IPVertex
public abstract class AbstractCollapsibleVertex extends AbstractVertex implements CollapsibleVertex
-
-
Field Summary
Fields Modifier and Type Field Description protected Set<VertexRef>
m_children
-
Fields inherited from class org.opennms.features.topology.api.topo.AbstractRef
m_id
-
-
Constructor Summary
Constructors Constructor Description AbstractCollapsibleVertex(String namespace, String id, String label)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<VertexRef>
getChildren()
void
setChildren(Set<VertexRef> children)
-
Methods inherited from class org.opennms.features.topology.api.topo.AbstractVertex
getEdgePathOffset, getIconKey, getIpAddress, getItem, getKey, getNodeID, getStyleName, getTooltipText, getX, getY, isLocked, isSelected, setEdgePathOffset, setIconKey, setIpAddress, setLocked, setNodeID, setSelected, setStyleName, setTooltipText, setX, setY, toString
-
Methods inherited from class org.opennms.features.topology.api.topo.DefaultVertexRef
equals
-
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, getNamespace
-
Methods inherited from interface org.opennms.features.topology.api.topo.Vertex
getEdgePathOffset, getIconKey, getIpAddress, getItem, getKey, getLabel, getNodeID, getStyleName, getTooltipText, getX, getY, isLocked, isSelected
-
-
-
-
Method Detail
-
getChildren
public Set<VertexRef> getChildren()
- Specified by:
getChildren
in interfaceCollapsibleRef
-
-