Class PreInterpretationBehavior
java.lang.Object
org.palladiosimulator.simulizar.interpreter.preinterpretation.PreInterpretationBehavior
Behavior for a PreInterpretationBehaviorContainer.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionexecute
(InterpreterDefaultContext context) Implementations should override this and execute intern behavior.void
setResult
(InterpreterResult result)
-
Constructor Details
-
PreInterpretationBehavior
-
-
Method Details
-
execute
Implementations should override this and execute intern behavior. After that call super.execute(); to return the InterpreterResult.- Returns:
- the InterpreterResult
-
getResult
-
setResult
-