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.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface jadex.bridge.IComponentStep
IComponentStep.MyInit
-
-
Field Summary
-
Fields inherited from interface jadex.bridge.IComponentStep
__myinit, CURRENT_STEP
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isValid()
Test if the action is valid.-
Methods inherited from interface jadex.bridge.IComponentStep
execute
-
-