Package org.onosproject.ui.topo
Class NodeHighlight
- java.lang.Object
 - 
- org.onosproject.ui.topo.AbstractHighlight
 - 
- org.onosproject.ui.topo.NodeHighlight
 
 
 
- 
- Direct Known Subclasses:
 DeviceHighlight,HostHighlight
public abstract class NodeHighlight extends AbstractHighlight
Parent class ofDeviceHighlightandHostHighlight. 
- 
- 
Constructor Summary
Constructors Constructor Description NodeHighlight(TopoElementType type, String elementId)Constructs a node highlight entity. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeBadgebadge()Returns the badge for this node, if any.voidsetBadge(NodeBadge badge)Sets the badge for this node.- 
Methods inherited from class org.onosproject.ui.topo.AbstractHighlight
elementId, keepSubdued, subdued, type 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
NodeHighlight
public NodeHighlight(TopoElementType type, String elementId)
Constructs a node highlight entity.- Parameters:
 type- element typeelementId- element identifier
 
 - 
 
 -