public class LegacyApplicationVertex extends AbstractLevelAwareVertex implements LevelAware
m_id
Constructor and Description |
---|
LegacyApplicationVertex(ApplicationVertex vertex) |
LegacyApplicationVertex(OnmsApplication application) |
LegacyApplicationVertex(String id,
String label)
Creates a new
ApplicationVertex . |
Modifier and Type | Method and Description |
---|---|
int |
getLevel() |
LegacyApplicationVertex |
getRoot() |
Integer |
getServiceTypeId() |
boolean |
isLeaf() |
boolean |
isPartOf(String applicationId) |
boolean |
isRoot() |
void |
setServiceTypeId(Integer serviceTypeId) |
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 LegacyApplicationVertex(ApplicationVertex vertex)
public LegacyApplicationVertex(OnmsApplication application)
public LegacyApplicationVertex(String id, String label)
ApplicationVertex
.id
- the unique id of this vertex. Must be unique overall the namespace.public void setServiceTypeId(Integer serviceTypeId)
public boolean isRoot()
public boolean isLeaf()
public Integer getServiceTypeId()
public boolean isPartOf(String applicationId)
public LegacyApplicationVertex getRoot()
public int getLevel()
getLevel
in interface LevelAware
Copyright © 2021. All rights reserved.