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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic BasicInterpreterResultof(InterpretationIssue issue)
-
Constructor Details
-
BasicInterpreterResult
public BasicInterpreterResult()
-
-
Method Details
-
hasNoIssues
public boolean hasNoIssues()- Specified by:
hasNoIssuesin interfaceInterpreterResult
-
getIssues
- Specified by:
getIssuesin interfaceInterpreterResult
-
of
-