Interface IInternalPlan

All Superinterfaces:
IElement, IParameterElement
All Known Implementing Classes:
RGoal, RPlan

public interface IInternalPlan extends IParameterElement
Abstraction for rplans and rgoals that act as plan.
  • 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.