Class BasicInterpreterResult
java.lang.Object
org.palladiosimulator.simulizar.interpreter.result.impl.BasicInterpreterResult
- All Implemented Interfaces:
InterpreterResult
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.palladiosimulator.simulizar.interpreter.result.InterpreterResult
InterpreterResult.OkResult
-
Field Summary
Fields inherited from interface org.palladiosimulator.simulizar.interpreter.result.InterpreterResult
OK
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
static BasicInterpreterResult
of
(InterpretationIssue issue)
-
Constructor Details
-
BasicInterpreterResult
public BasicInterpreterResult()
-
-
Method Details
-
hasNoIssues
public boolean hasNoIssues()- Specified by:
hasNoIssues
in interfaceInterpreterResult
-
getIssues
- Specified by:
getIssues
in interfaceInterpreterResult
-
of
-