Class DefaultVertexHopCriteria
- java.lang.Object
-
- org.opennms.features.topology.api.topo.Criteria
-
- org.opennms.features.topology.api.support.hops.VertexHopCriteria
-
- org.opennms.features.topology.api.support.hops.DefaultVertexHopCriteria
-
public class DefaultVertexHopCriteria extends VertexHopCriteria
Helper criteria class to reference to existing VertexRefs. This should be used anytime you want to add a vertex to the current focus (e.g. from the mouse context menu).
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.opennms.features.topology.api.topo.Criteria
Criteria.ElementType
-
-
Constructor Summary
Constructors Constructor Description DefaultVertexHopCriteria(VertexRef vertexRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.StringgetNamespace()This criteria only applies to providers for this namespacejava.util.Set<VertexRef>getVertices()inthashCode()-
Methods inherited from class org.opennms.features.topology.api.support.hops.VertexHopCriteria
getId, getLabel, getType, isEmpty, setId, setLabel, toString
-
Methods inherited from class org.opennms.features.topology.api.topo.Criteria
getCriteriaForGraphContainer, getSingleCriteriaForGraphContainer, isDirty, resetDirty, setDirty
-
-
-
-
Constructor Detail
-
DefaultVertexHopCriteria
public DefaultVertexHopCriteria(VertexRef vertexRef)
-
-
Method Detail
-
getVertices
public java.util.Set<VertexRef> getVertices()
- Specified by:
getVerticesin classVertexHopCriteria
-
getNamespace
public java.lang.String getNamespace()
Description copied from class:CriteriaThis criteria only applies to providers for this namespace- Specified by:
getNamespacein classCriteria
-
-