public class DropGoalAction
extends java.lang.Object
implements jadex.bridge.IConditionalComponentStep<java.lang.Void>
Constructor and Description |
---|
DropGoalAction(RGoal goal)
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 RGoal goal
public DropGoalAction(RGoal goal)
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.