Uses of Class
org.goplanit.assignment.ltm.sltm.StaticLtmAssignmentStrategy
-
Packages that use StaticLtmAssignmentStrategy Package Description org.goplanit.assignment.ltm.sltm org.goplanit.assignment.ltm.sltm.conjugate -
-
Uses of StaticLtmAssignmentStrategy in org.goplanit.assignment.ltm.sltm
Subclasses of StaticLtmAssignmentStrategy in org.goplanit.assignment.ltm.sltm Modifier and Type Class Description class
StaticLtmBushStrategyBase<B extends RootedBush<?,?>>
Base implementation to support a bush based solution for sLTMclass
StaticLtmBushStrategyRootLabelled
Base implementation to support a rooted bush based solution for sLTMclass
StaticLtmDestinationBushStrategy
Implementation to support a destination-based bush solution for sLTM.class
StaticLtmOriginBushDestLabelledStrategy
Implementation to support an orgin-based bush (destination labelled) solution for sLTM.class
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 -
Uses of StaticLtmAssignmentStrategy in org.goplanit.assignment.ltm.sltm.conjugate
Subclasses of StaticLtmAssignmentStrategy in org.goplanit.assignment.ltm.sltm.conjugate Modifier and Type Class Description class
StaticLtmStrategyConjugateBush
Base implementation to support a bush based solution for sLTM
-