Class PreInterpretationBehaviorContainer
- java.lang.Object
-
- org.palladiosimulator.simulizar.interpreter.preinterpretation.PreInterpretationBehaviorContainer
-
public class PreInterpretationBehaviorContainer extends Object
Container to collect PreInterpretationBehaviors and execute them all together.
-
-
Constructor Summary
Constructors Constructor Description PreInterpretationBehaviorContainer(InterpreterResultMerger merger)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addBehavior(PreInterpretationBehavior b)
InterpreterResult
executeBehaviors(InterpreterDefaultContext context)
void
removeAllBehaviors()
void
removeBehavior(PreInterpretationBehavior b)
-
-
-
Constructor Detail
-
PreInterpretationBehaviorContainer
@Inject public PreInterpretationBehaviorContainer(InterpreterResultMerger merger)
-
-
Method Detail
-
executeBehaviors
public InterpreterResult executeBehaviors(InterpreterDefaultContext context)
-
addBehavior
public void addBehavior(PreInterpretationBehavior b)
-
removeBehavior
public void removeBehavior(PreInterpretationBehavior b)
-
removeAllBehaviors
public void removeAllBehaviors()
-
-