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 StaticLtmLoadingSchemeStaticLtmNetworkLoading. prevIterationFinalSolutionSchemetrack the solution scheme applied before the currentprotected StaticLtmLoadingSchemeStaticLtmNetworkLoading. solutionSchemetrack 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 StaticLtmLoadingSchemeStaticLtmNetworkLoading. getActivatedSolutionScheme()Currently active sLTM solution schemestatic StaticLtmLoadingSchemeStaticLtmLoadingScheme. 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.
-