Interface ICandidateInfo

All Known Implementing Classes:
APL.CandidateInfoMGoal, APL.CandidateInfoMPlan, APL.CandidateInfoPojoPlan, APL.CandidateInfoRPlan, APL.CandidateInfoWaitqueue

public interface ICandidateInfo
The info objects for plan candidates.
  • Method Details

    • getPlan

      IInternalPlan getPlan()
      Get the plan instance.
      Returns:
      The plan instance.
    • getModelElement

      MElement getModelElement()
      Get the candidate model element.
      Returns:
      The candiate model element.
    • getElement

      IElement getElement()
      Get the element this candidate was selected for.
      Returns:
      The processable element.
    • getRawCandidate

      Object getRawCandidate()
      Get the raw candidate.
      Returns:
      The raw candiate.