Uses of Class
ons.Path
-
Uses of Path in ons
Methods in ons that return Path Modifier and Type Method Description PathControlPlane. getPath(Flow flow)Retrieves a Path object, based on a given Flow object.PathMultiPath. getPath(int num)Path[]MultiPath. getPaths()Methods in ons that return types with arguments of type Path Modifier and Type Method Description java.util.Map<Flow,Path>ControlPlane. getMappedFlowsSinglePath()Retrieves the complete set of Flow/Path pairs listed on the mapped Flows in Single Path HashMap.Methods in ons with parameters of type Path Modifier and Type Method Description booleanControlPlane. acceptFlow(long id, Path[] paths, int[] bws)Adds a given active Flow object to a determined Physical Topology for MultipathbooleanControlPlane. acceptFlow(long id, Path[] primaryPaths, int[] primaryBWS, Path[] backupPaths, int[] backupBWS, boolean reservedProtect, boolean shared)Adds a given active Flow object to a determined Physical Topology for Multipath Protect.booleanControlPlane. addStaticLightPathProtect(Path[] primaryPaths, Path[] backupPaths, boolean reservedProtect)booleanVirtualTopology. checkCrosstalkOnOthers(Path[] paths)Verifies whether Crosstalk in the neighbors of this paths serves all sizes.protected doubleMyStatistics. lengthPath(Path[] paths)protected doubleMyStatistics. maxLengthPath(Path[] paths)booleanVirtualTopology. modulationPath(Path[] paths)Verifies whether the modulation' paths serves all sizes of lightpaths in each path.protected voidMyStatistics. rerouteFlow(Flow flow, LightPath[] lightpaths, Path oldPath, boolean[] usedTransponders, boolean[] usedTranspondersOld)voidTracer. rerouteFlow(Flow flow, LightPath[] lightpaths, Path oldPath)The event of an accepted flow object is rerouted to the trace file.voidMultiPath. setPaths(Path[] paths) -
Uses of Path in ons.ra
Methods in ons.ra that return Path Modifier and Type Method Description PathControlPlaneForRA. getPath(Flow flow)Methods in ons.ra that return types with arguments of type Path Modifier and Type Method Description java.util.Map<Flow,Path>ControlPlaneForRA. getMappedFlowsSinglePath()Methods in ons.ra with parameters of type Path Modifier and Type Method Description booleanControlPlaneForRA. acceptFlow(long id, Path[] paths, int[] bws)booleanControlPlaneForRA. acceptFlow(long id, Path[] primaryPaths, int[] primaryBWS, Path[] backupPaths, int[] backupBWS, boolean reservedProtect, boolean shared)booleanControlPlaneForRA. addStaticLightPathProtect(Path[] primaryPaths, Path[] backupPaths, boolean reservedProtect) -
Uses of Path in ons.util
Methods in ons.util that return Path Modifier and Type Method Description PathPseudoControlPlane. getPath(Flow flow)PathPseudoControlPlane2. getPath(Flow flow)Methods in ons.util that return types with arguments of type Path Modifier and Type Method Description java.util.Map<Flow,Path>PseudoControlPlane. getMappedFlowsSinglePath()java.util.Map<Flow,Path>PseudoControlPlane2. getMappedFlowsSinglePath()Methods in ons.util with parameters of type Path Modifier and Type Method Description booleanPseudoControlPlane. acceptFlow(long id, Path[] paths, int[] bws)booleanPseudoControlPlane. acceptFlow(long id, Path[] paths, int[] bws, boolean reservedProtect)booleanPseudoControlPlane. acceptFlow(long id, Path[] primaryPaths, int[] primaryBWS, Path[] backupPaths, int[] backupBWS, boolean reservedProtect, boolean shared)booleanPseudoControlPlane2. acceptFlow(long id, Path[] paths, int[] bws)booleanPseudoControlPlane2. acceptFlow(long id, Path[] paths, int[] bws, boolean reservedProtect)booleanPseudoControlPlane2. acceptFlow(long id, Path[] primaryPaths, int[] primaryBWS, Path[] backupPaths, int[] backupBWS, boolean reservedProtect, boolean shared)booleanPseudoControlPlane. addStaticLightPathProtect(Path[] primaryPaths, Path[] backupPaths, boolean reservedProtect)booleanPseudoControlPlane2. addStaticLightPathProtect(Path[] primaryPaths, Path[] backupPaths, boolean reservedProtect)