Uses of Class
org.goplanit.assignment.StaticTrafficAssignment
-
Packages that use StaticTrafficAssignment Package Description org.goplanit.assignment Traffic assignment classesorg.goplanit.assignment.algorithmb org.goplanit.assignment.traditionalstatic -
-
Uses of StaticTrafficAssignment in org.goplanit.assignment
Methods in org.goplanit.assignment that return StaticTrafficAssignment Modifier and Type Method Description abstract StaticTrafficAssignment
StaticTrafficAssignment. deepClone()
deep clone on planit component should attempt to also update internal dependencies between deep cloned containers where possibleabstract StaticTrafficAssignment
StaticTrafficAssignment. shallowClone()
Create a shallow copy of this entityConstructors in org.goplanit.assignment with parameters of type StaticTrafficAssignment Constructor Description StaticTrafficAssignment(StaticTrafficAssignment other, boolean deepCopy)
Copy Constructor -
Uses of StaticTrafficAssignment in org.goplanit.assignment.algorithmb
Subclasses of StaticTrafficAssignment in org.goplanit.assignment.algorithmb Modifier and Type Class Description class
AlgorithmB
Algorithm B implementation based on the work of Dial (2006). -
Uses of StaticTrafficAssignment in org.goplanit.assignment.traditionalstatic
Subclasses of StaticTrafficAssignment in org.goplanit.assignment.traditionalstatic Modifier and Type Class Description class
TraditionalStaticAssignment
Traditional static assignment traffic component.This is the class that conducts the actual assignment.
-