es.tid.pce.computingEngine.MapAlgoRule Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pce Show documentation
Show all versions of pce Show documentation
Path Computation Element
The newest version!
package es.tid.pce.computingEngine;
public class MapAlgoRule {
public AlgorithmRule ar;
public String algoName;
public boolean isParentPCEAlgorithm=false;
public boolean isWSONAlgorithm=false;
public boolean isSSSONAlgorithm=false;
public boolean isWLANAlgorithm=false;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy