Package jadex.bdiv3x.runtime
Interface ICandidateInfo
- 
public interface ICandidateInfoThe info objects for plan candidates. 
- 
- 
Method Summary
All 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
- 
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.
 
 
 - 
 
 -