jadex.bdi.planlib.iasteps
Class DispatchGoalStep
java.lang.Object
jadex.bdi.planlib.iasteps.DispatchGoalStep
- All Implemented Interfaces:
- IComponentStep
public class DispatchGoalStep
- extends Object
- implements IComponentStep
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
goaltype
protected String goaltype
parameters
protected Map parameters
DispatchGoalStep
public DispatchGoalStep(String goal)
- Dispatches a goal.
- Parameters:
goal - The goal.
DispatchGoalStep
public DispatchGoalStep(String goal,
String parameterName,
Object parameterValue)
- Dispatches a goal.
- Parameters:
goal - The goal.parameterName - Name of a goal parameter.parameterValue - Value of the goal parameter.
DispatchGoalStep
public DispatchGoalStep(String goal,
Map parameters)
- Dispatches a goal.
- Parameters:
goal - The goal.parameters - The goal parameters.
execute
public Object execute(IInternalAccess ia)
- Specified by:
execute in interface IComponentStep
Copyright © 2010. All Rights Reserved.