Uses of Class
ons.Link
-
Uses of Link in ons
Subclasses of Link in ons Modifier and Type Class Description classEONLinkThe Elastic Optical Network (EON) Link represents a Fiberlink in an optical network divided by slots.classWDMLinkThe 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. adjMatrixprotected Link[]PhysicalTopology. linkVectorMethods 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.LinkPhysicalTopology. getLink(int linkid)Retrieves a specific link in the PhysicalTopology object, based on its unique identifier.LinkPhysicalTopology. getLink(int src, int dst)Retrieves a specific link in the PhysicalTopology object, based on its source and destination nodes.