public interface IInternalPlan extends IParameterElement
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getCandidate()
Get the candidate.
|
java.lang.Exception |
getException()
Get the exception.
|
boolean |
isAborted()
Test if plan has been aborted.
|
boolean |
isFailed()
Test if plan has failed.
|
boolean |
isPassed()
Test if plan has passed.
|
getParameter, getParameters, getParameterSet, getParameterSets, getType, hasParameter, hasParameterSet
getModelElement
java.lang.Object getCandidate()
boolean isPassed()
boolean isFailed()
boolean isAborted()
java.lang.Exception getException()