Package jadex.bridge
Interface IConditionalComponentStep<T>
- 
- All Superinterfaces:
 IComponentStep<T>
- All Known Implementing Classes:
 AdoptGoalAction,DropGoalAction,ExecutePlanStepAction,ExecuteProcessThread,FindApplicableCandidatesAction,SelectCandidatesAction
public interface IConditionalComponentStep<T> extends IComponentStep<T>
The interface for interpreter actions. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisValid()Test if the action is valid.- 
Methods inherited from interface jadex.bridge.IComponentStep
execute 
 - 
 
 -