Class ApplicationVertex
- 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.AbstractLevelAwareVertex
-
- org.opennms.features.topology.plugins.topo.bsm.AbstractBusinessServiceVertex
-
- org.opennms.features.topology.plugins.topo.bsm.ApplicationVertex
-
- All Implemented Interfaces:
Comparable<Ref>
,LevelAware
,Ref
,Vertex
,VertexRef
public class ApplicationVertex extends AbstractBusinessServiceVertex
-
-
Field Summary
-
Fields inherited from class org.opennms.features.topology.api.topo.AbstractRef
m_id
-
-
Constructor Summary
Constructors Constructor Description ApplicationVertex(Application application, int level)
ApplicationVertex(GraphVertex graphVertex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> T
accept(BusinessServiceVertexVisitor<T> visitor)
Integer
getApplicationId()
Set<String>
getReductionKeys()
org.opennms.features.topology.plugins.topo.bsm.AbstractBusinessServiceVertex.Type
getType()
boolean
isLeaf()
-
Methods inherited from class org.opennms.features.topology.plugins.topo.bsm.AbstractBusinessServiceVertex
getLevel
-
Methods inherited from class org.opennms.features.topology.api.topo.AbstractLevelAwareVertex
addChildren, getChildren, getParent, setParent
-
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
-
-
-
-
Constructor Detail
-
ApplicationVertex
public ApplicationVertex(Application application, int level)
-
ApplicationVertex
public ApplicationVertex(GraphVertex graphVertex)
-
-
Method Detail
-
getApplicationId
public Integer getApplicationId()
-
getType
public org.opennms.features.topology.plugins.topo.bsm.AbstractBusinessServiceVertex.Type getType()
- Specified by:
getType
in classAbstractBusinessServiceVertex
-
isLeaf
public boolean isLeaf()
- Specified by:
isLeaf
in classAbstractBusinessServiceVertex
-
getReductionKeys
public Set<String> getReductionKeys()
- Specified by:
getReductionKeys
in classAbstractBusinessServiceVertex
-
accept
public <T> T accept(BusinessServiceVertexVisitor<T> visitor)
- Specified by:
accept
in classAbstractBusinessServiceVertex
-
-