Package org.onosproject.ui.model.topo
Class UiSynthLink
- java.lang.Object
 - 
- org.onosproject.ui.model.topo.UiSynthLink
 
 
- 
public class UiSynthLink extends Object
A synthetic link that encapsulates a UiLink instance and the region to which it belongs. 
- 
- 
Constructor Summary
Constructors Constructor Description UiSynthLink(RegionId regionId, UiLink link, UiLink original)Constructs a synthetic link with the given parameters. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UiLinklink()Returns the link.UiLinkoriginal()Returns the original link from which this was derived.RegionIdregionId()Returns the region identifier.StringtoString() 
 -