Class NoIssuesHandler
- java.lang.Object
-
- org.palladiosimulator.simulizar.interpreter.result.impl.NoIssuesHandler
-
- All Implemented Interfaces:
InterpreterResultHandler
public class NoIssuesHandler extends Object implements InterpreterResultHandler
The no issues handler implements a rather trivial issue handling principle: As long as no interpreter reports an issue normal excution continues. As soon as there is an issue, normal execution flow is aborted.
-
-
Constructor Summary
Constructors Constructor Description NoIssuesHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InterpreterResumptionPolicy
handleIssues(InterpreterResult result)
Invoke the required issue handling logic and determine how the interpreter should proceed.
-
-
-
Method Detail
-
handleIssues
public InterpreterResumptionPolicy handleIssues(InterpreterResult result)
Description copied from interface:InterpreterResultHandler
Invoke the required issue handling logic and determine how the interpreter should proceed.- Specified by:
handleIssues
in interfaceInterpreterResultHandler
-
-