Package jadex.bdi.runtime.impl
Interface IInternalPlan
- All Superinterfaces:
IElement
,IParameterElement
Abstraction for rplans and rgoals that act as plan.
-
Method Summary
Methods inherited from interface jadex.bdi.runtime.IElement
getCount, getId, getModelElement
Methods inherited from interface jadex.bdi.runtime.IParameterElement
getParameter, getParameters, getParameterSet, getParameterSets, getType, hasParameter, hasParameterSet
-
Method Details
-
getCandidate
ICandidateInfo getCandidate()Get the candidate.- Returns:
- The candidate.
-
isPassed
boolean isPassed()Test if plan has passed. -
isFailed
boolean isFailed()Test if plan has failed. -
isAborted
boolean isAborted()Test if plan has been aborted. -
getException
Exception getException()Get the exception.
-