Class SemanticZoomLevelCriteria
- java.lang.Object
-
- org.opennms.features.topology.api.topo.Criteria
-
- org.opennms.features.topology.api.support.SemanticZoomLevelCriteria
-
public class SemanticZoomLevelCriteria extends Criteria
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.opennms.features.topology.api.topo.Criteria
Criteria.ElementType
-
-
Constructor Summary
Constructors Constructor Description SemanticZoomLevelCriteria(int szl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getNamespace()
TODO This isn't really accurate...int
getSemanticZoomLevel()
Criteria.ElementType
getType()
This criteria applies to only providers of the indicated typeint
hashCode()
void
setSemanticZoomLevel(int szl)
-
Methods inherited from class org.opennms.features.topology.api.topo.Criteria
getCriteriaForGraphContainer, getSingleCriteriaForGraphContainer, isDirty, resetDirty, setDirty
-
-
-
-
Method Detail
-
getSemanticZoomLevel
public int getSemanticZoomLevel()
-
setSemanticZoomLevel
public void setSemanticZoomLevel(int szl)
-
getType
public Criteria.ElementType getType()
Description copied from class:Criteria
This criteria applies to only providers of the indicated type
-
getNamespace
public String getNamespace()
TODO This isn't really accurate...- Specified by:
getNamespace
in classCriteria
-
-