Uses of Class
org.goplanit.assignment.ltm.sltm.StaticLtmAssignmentStrategy
-
Packages that use StaticLtmAssignmentStrategy Package Description org.goplanit.assignment.ltm.sltm -
-
Uses of StaticLtmAssignmentStrategy in org.goplanit.assignment.ltm.sltm
Subclasses of StaticLtmAssignmentStrategy in org.goplanit.assignment.ltm.sltm Modifier and Type Class Description class
StaticLtmBushStrategy
Implementation to support a bush absed solution for sLTMclass
StaticLtmPathStrategy
Implementation to deal with a path based sLTM implementationMethods in org.goplanit.assignment.ltm.sltm that return StaticLtmAssignmentStrategy Modifier and Type Method Description protected StaticLtmAssignmentStrategy
StaticLtm. getStrategy()
Return the assignment solution strategy used
-