public class FindApplicableCandidatesAction
extends java.lang.Object
implements jadex.bridge.IConditionalComponentStep<java.lang.Void>
| Modifier and Type | Field and Description |
|---|---|
protected RProcessableElement |
element
The processable element.
|
| Constructor and Description |
|---|
FindApplicableCandidatesAction(RProcessableElement element)
Create a new action.
|
| Modifier and Type | Method and Description |
|---|---|
jadex.commons.future.IFuture<java.lang.Void> |
execute(jadex.bridge.IInternalAccess ia)
Execute the command.
|
boolean |
isValid()
Test if the action is valid.
|
protected RProcessableElement element
public FindApplicableCandidatesAction(RProcessableElement element)
public boolean isValid()
isValid in interface jadex.bridge.IConditionalComponentStep<java.lang.Void>public jadex.commons.future.IFuture<java.lang.Void> execute(jadex.bridge.IInternalAccess ia)
execute in interface jadex.bridge.IComponentStep<java.lang.Void>args - The argument(s) for the call.