Package jadex.bdi.runtime.impl
Class APL.CandidateInfoRPlan
java.lang.Object
jadex.bdi.runtime.impl.APL.CandidateInfoRPlan
- All Implemented Interfaces:
ICandidateInfo
- Enclosing class:
APL
Candidate info for rplan.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected RProcessableElement
The element.protected RPlan
The mplan info. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
rplan
The mplan info. -
element
The element.
-
-
Constructor Details
-
CandidateInfoRPlan
- Parameters:
rplan
-element
-
-
-
Method Details
-
getPlan
Get the plan instance.- Specified by:
getPlan
in interfaceICandidateInfo
- Returns:
- The plan instance.
-
getElement
Get the element this candidate was selected for.- Specified by:
getElement
in interfaceICandidateInfo
- Returns:
- The processable element.
-
getRawCandidate
Get the raw candidate.- Specified by:
getRawCandidate
in interfaceICandidateInfo
- Returns:
- The raw candiate.
-
getModelElement
Get the plan model element.- Specified by:
getModelElement
in interfaceICandidateInfo
- Returns:
- The plan model element.
-
toString
Get the string representation.
-