Uses of Class
org.goplanit.assignment.ltm.LtmAssignment
-
Packages that use LtmAssignment Package Description org.goplanit.assignment.ltm org.goplanit.assignment.ltm.eltm org.goplanit.assignment.ltm.sltm -
-
Uses of LtmAssignment in org.goplanit.assignment.ltm
Classes in org.goplanit.assignment.ltm with type parameters of type LtmAssignment Modifier and Type Class Description class
LtmConfigurator<T extends LtmAssignment>
Configurator for sLTM.class
LtmTrafficAssignmentBuilder<T extends LtmAssignment>
An LTM traffic assignment builder is assumed to only support Link Transmission Model (LTM) traffic assignment instances.Methods in org.goplanit.assignment.ltm that return LtmAssignment Modifier and Type Method Description abstract LtmAssignment
LtmAssignment. deepClone()
deep clone on planit component should attempt to also update internal dependencies between deep cloned containers where possibleabstract LtmAssignment
LtmAssignment. shallowClone()
Create a shallow copy of this entityMethod parameters in org.goplanit.assignment.ltm with type arguments of type LtmAssignment Modifier and Type Method Description protected PathChoice
LtmTrafficAssignmentBuilder. createPathChoiceInstance(LtmConfigurator<? extends LtmAssignment> configurator)
create a path choice instance based on configurationConstructors in org.goplanit.assignment.ltm with parameters of type LtmAssignment Constructor Description LtmAssignment(LtmAssignment other, boolean deepCopy)
Copy Constructor -
Uses of LtmAssignment in org.goplanit.assignment.ltm.eltm
Subclasses of LtmAssignment in org.goplanit.assignment.ltm.eltm Modifier and Type Class Description class
EventBasedLtm
Event based Link Transmission Model implementation (eLTM) for network loading using a capacity constrained (Deterministic) assignmentMethods in org.goplanit.assignment.ltm.eltm that return LtmAssignment Modifier and Type Method Description LtmAssignment
EventBasedLtm. deepClone()
deep clone on planit component should attempt to also update internal dependencies between deep cloned containers where possible -
Uses of LtmAssignment in org.goplanit.assignment.ltm.sltm
Subclasses of LtmAssignment in org.goplanit.assignment.ltm.sltm Modifier and Type Class Description class
StaticLtm
Static Link Transmission Model implementation (sLTM) for network loading based on solution method presented in Raadsen and Bliemer (2021) General solution scheme for the Static Link Transmission Model .
-