Package jadex.bdiv3x.runtime
Interface ICandidateInfo
- 
 public interface ICandidateInfoThe info objects for plan candidates.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description IElementgetElement()Get the element this candidate was selected for.MElementgetModelElement()Get the candidate model element.jadex.bdiv3.runtime.impl.IInternalPlangetPlan()Get the plan instance.java.lang.ObjectgetRawCandidate()Get the raw candidate.
 
- 
- 
- 
Method Detail- 
getPlanjadex.bdiv3.runtime.impl.IInternalPlan getPlan() Get the plan instance.- Returns:
- The plan instance.
 
 - 
getModelElementMElement getModelElement() Get the candidate model element.- Returns:
- The candiate model element.
 
 - 
getElementIElement getElement() Get the element this candidate was selected for.- Returns:
- The processable element.
 
 - 
getRawCandidatejava.lang.Object getRawCandidate() Get the raw candidate.- Returns:
- The raw candiate.
 
 
- 
 
-