Uses of Class
ons.Link

Packages that use Link 
Package Description
ons  
  • Uses of Link in ons

    Subclasses of Link in ons 
    Modifier and Type Class Description
    class  EONLink
    The Elastic Optical Network (EON) Link represents a Fiberlink in an optical network divided by slots.
    class  WDMLink
    The Wavelength Division Multiplexing (WDM) Link represents a Fiberlink in an optical network.
    Fields in ons declared as Link 
    Modifier and Type Field Description
    protected Link[][] PhysicalTopology.adjMatrix  
    protected Link[] PhysicalTopology.linkVector  
    Methods in ons that return Link 
    Modifier and Type Method Description
    Link[][] PhysicalTopology.getAdjMatrix()
    Retrives a given PhysicalTopology's adjancency matrix, which contains the links between source and destination nodes.
    Link PhysicalTopology.getLink​(int linkid)
    Retrieves a specific link in the PhysicalTopology object, based on its unique identifier.
    Link PhysicalTopology.getLink​(int src, int dst)
    Retrieves a specific link in the PhysicalTopology object, based on its source and destination nodes.