Uses of Class
org.goplanit.assignment.ltm.sltm.loading.StaticLtmLoadingScheme
-
Packages that use StaticLtmLoadingScheme Package Description org.goplanit.assignment.ltm.sltm.loading -
-
Uses of StaticLtmLoadingScheme in org.goplanit.assignment.ltm.sltm.loading
Fields in org.goplanit.assignment.ltm.sltm.loading declared as StaticLtmLoadingScheme Modifier and Type Field Description protected StaticLtmLoadingScheme
StaticLtmNetworkLoading. prevIterationFinalSolutionScheme
track the solution scheme applied before the currentprotected StaticLtmLoadingScheme
StaticLtmNetworkLoading. solutionScheme
track the approach of how the solution scheme is applied based on this typeMethods in org.goplanit.assignment.ltm.sltm.loading that return StaticLtmLoadingScheme Modifier and Type Method Description StaticLtmLoadingScheme
StaticLtmNetworkLoading. getActivatedSolutionScheme()
Currently active sLTM solution schemestatic StaticLtmLoadingScheme
StaticLtmLoadingScheme. valueOf(String name)
Returns the enum constant of this type with the specified name.static StaticLtmLoadingScheme[]
StaticLtmLoadingScheme. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-