Class BasicInterpreterResult
- java.lang.Object
-
- org.palladiosimulator.simulizar.interpreter.result.impl.BasicInterpreterResult
-
- All Implemented Interfaces:
InterpreterResult
public class BasicInterpreterResult extends Object implements 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 Constructor Description BasicInterpreterResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterable<InterpretationIssue>
getIssues()
boolean
hasNoIssues()
-
-
-
Method Detail
-
hasNoIssues
public boolean hasNoIssues()
- Specified by:
hasNoIssues
in interfaceInterpreterResult
-
getIssues
public Iterable<InterpretationIssue> getIssues()
- Specified by:
getIssues
in interfaceInterpreterResult
-
-