Package org.onosproject.ui.topo
Class Mod
- java.lang.Object
 - 
- org.onosproject.ui.topo.Mod
 
 
- 
- All Implemented Interfaces:
 Comparable<Mod>
public final class Mod extends Object implements Comparable<Mod>
Highlighting modification.Note that (for link highlights) this translates to a CSS class name that is applied to the link in the Topology UI.
 
- 
- 
Constructor Detail
- 
Mod
public Mod(String modId)
Constructs a mod with the given identifier.- Parameters:
 modId- modification identifier
 
 - 
 
- 
Method Detail
- 
compareTo
public int compareTo(Mod o)
- Specified by:
 compareToin interfaceComparable<Mod>
 
 - 
 
 -