Class NoIssuesHandler
java.lang.Object
org.palladiosimulator.simulizar.interpreter.result.impl.NoIssuesHandler
- All Implemented Interfaces:
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
-
Method Summary
Modifier and TypeMethodDescriptionhandleIssues
(InterpreterResult result) Invoke the required issue handling logic and determine how the interpreter should proceed.
-
Constructor Details
-
NoIssuesHandler
@Inject public NoIssuesHandler()
-
-
Method Details
-
handleIssues
Description copied from interface:InterpreterResultHandler
Invoke the required issue handling logic and determine how the interpreter should proceed.- Specified by:
handleIssues
in interfaceInterpreterResultHandler
-