public class BusinessServiceVertex extends AbstractBusinessServiceVertex
m_id
Constructor and Description |
---|
BusinessServiceVertex(BusinessService businessService,
int level) |
BusinessServiceVertex(GraphVertex graphVertex) |
BusinessServiceVertex(Long serviceId,
String name,
int level) |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(BusinessServiceVertexVisitor<T> visitor) |
Set<String> |
getReductionKeys() |
Long |
getServiceId() |
org.opennms.features.topology.plugins.topo.bsm.AbstractBusinessServiceVertex.Type |
getType() |
boolean |
isLeaf() |
getLevel
addChildren, getChildren, getParent, setParent
getEdgePathOffset, getIconKey, getIpAddress, getItem, getKey, getNodeID, getStyleName, getTooltipText, getX, getY, isLocked, isSelected, setEdgePathOffset, setIconKey, setIpAddress, setLocked, setNodeID, setSelected, setStyleName, setTooltipText, setX, setY, toString
equals
compareTo, getId, getLabel, getNamespace, hashCode, setLabel
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getId, getNamespace
compareTo
public BusinessServiceVertex(BusinessService businessService, int level)
public BusinessServiceVertex(GraphVertex graphVertex)
public Long getServiceId()
public org.opennms.features.topology.plugins.topo.bsm.AbstractBusinessServiceVertex.Type getType()
getType
in class AbstractBusinessServiceVertex
public Set<String> getReductionKeys()
getReductionKeys
in class AbstractBusinessServiceVertex
public boolean isLeaf()
isLeaf
in class AbstractBusinessServiceVertex
public <T> T accept(BusinessServiceVertexVisitor<T> visitor)
accept
in class AbstractBusinessServiceVertex
Copyright © 2021. All rights reserved.