Uses of Class
ons.PhysicalTopology
Package | Description |
---|---|
ons | |
ons.ra | |
ons.util |
-
Uses of PhysicalTopology in ons
Subclasses of PhysicalTopology in ons Modifier and Type Class Description class
EONPhysicalTopology
class
WDMPhysicalTopology
Fields in ons declared as PhysicalTopology Modifier and Type Field Description protected PhysicalTopology
VirtualTopology. pt
Methods in ons that return PhysicalTopology Modifier and Type Method Description PhysicalTopology
ControlPlane. getPT()
Retrieves a PhysicalTopology object from the Control Plane.Methods in ons with parameters of type PhysicalTopology Modifier and Type Method Description void
TrafficGenerator. generateTraffic(PhysicalTopology pt, EventScheduler events, int seed)
Generates the network's traffic.protected void
PhysicalImpairments. setPT(PhysicalTopology pt)
protected void
MyStatistics. statisticsSetup(PhysicalTopology pt, VirtualTopology vt, int numClasses, int minNumberArrivals)
Attributes initializer.Constructors in ons with parameters of type PhysicalTopology Constructor Description ControlPlane(java.lang.String raModule, PhysicalTopology pt, VirtualTopology vt)
Creates a new ControlPlane object.TrafficGenerator(org.w3c.dom.Element xml, double forcedLoad, PhysicalTopology pt)
Creates a new TrafficGenerator object.VirtualTopology(org.w3c.dom.Element xml, PhysicalTopology pt)
Creates a new VirtualTopology object. -
Uses of PhysicalTopology in ons.ra
Methods in ons.ra that return PhysicalTopology Modifier and Type Method Description PhysicalTopology
ControlPlaneForRA. getPT()
-
Uses of PhysicalTopology in ons.util
Methods in ons.util that return PhysicalTopology Modifier and Type Method Description PhysicalTopology
PseudoControlPlane. getPT()
PhysicalTopology
PseudoControlPlane2. getPT()