Package jadex.bdiv3x.runtime
Interface ICandidateInfo
-
public interface ICandidateInfo
The info objects for plan candidates.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IElement
getElement()
Get the element this candidate was selected for.MElement
getModelElement()
Get the candidate model element.jadex.bdiv3.runtime.impl.IInternalPlan
getPlan()
Get the plan instance.java.lang.Object
getRawCandidate()
Get the raw candidate.
-
-
-
Method Detail
-
getPlan
jadex.bdiv3.runtime.impl.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
java.lang.Object getRawCandidate()
Get the raw candidate.- Returns:
- The raw candiate.
-
-