Class AbstractStrategy
java.lang.Object
org.palladiosimulator.loadbalancingaction.strategy.AbstractStrategy
- All Implemented Interfaces:
Strategy
- Direct Known Subclasses:
JobSlotFirstFitStrategy
,RandomStrategy
-
Field Summary
Modifier and TypeFieldDescriptionprotected org.palladiosimulator.simulizar.interpreter.InterpreterDefaultContext
-
Constructor Summary
ConstructorDescriptionAbstractStrategy
(org.palladiosimulator.simulizar.interpreter.InterpreterDefaultContext context) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.palladiosimulator.loadbalancingaction.strategy.Strategy
determineBranch
-
Field Details
-
context
protected org.palladiosimulator.simulizar.interpreter.InterpreterDefaultContext context
-
-
Constructor Details
-
AbstractStrategy
public AbstractStrategy(org.palladiosimulator.simulizar.interpreter.InterpreterDefaultContext context)
-