- WA_firstFit(Map<Long, Pair<Long, Long>>, List<Long>, Map<Long, Integer>, List<Set<Long>>) - Static method in class com.net2plan.libraries.WDMUtils
-
Wavelength assignment algorithm based on a first-fit fashion.
- WA_RPP_firstFit(Map<Long, Pair<Long, Long>>, List<Long>, Map<Long, Integer>, List<Set<Long>>, Map<Long, Double>, Map<Long, Integer>, double) - Static method in class com.net2plan.libraries.WDMUtils
-
Wavelength assignment algorithm based on a first-fit fashion assuming
full wavelength conversion and regeneration.
- WDMUtils - Class in com.net2plan.libraries
-
Class to deal with optical topologies including wavelength assignment and regenerator placement.
- WDMUtils.WavelengthOccupancyTransformer - Class in com.net2plan.libraries
-
Fiber-to-weight transformer for shortest path algorithms which returns
Double.MAX_VALUE
for already-occupied fibers, and the associated
weight otherwise.
- WDMUtils.WavelengthOccupancyTransformer(Transformer<Long, Double>, Set<Long>) - Constructor for class com.net2plan.libraries.WDMUtils.WavelengthOccupancyTransformer
-
Default constructor.
- writeImageToFile(File, BufferedImage, ImageUtils.ImageType) - Static method in class com.net2plan.utils.ImageUtils
-
Writes an image to a file.