org.jactr.tools.bridge
Class NextGoalAction
java.lang.Object
org.jactr.tools.bridge.NextGoalAction
- All Implemented Interfaces:
- org.jactr.core.production.action.IAction
Deprecated.
@Deprecated
public class NextGoalAction
- extends java.lang.Object
- implements org.jactr.core.production.action.IAction
This merely snags the current goal feeder, calls it's createNextGoal() and
sets it as the goal
- Author:
- developer
|
Method Summary |
org.jactr.core.production.action.IAction |
bind(java.util.Map<java.lang.String,java.lang.Object> variableBindings)
Deprecated. |
void |
dispose()
Deprecated. |
double |
fire(org.jactr.core.production.IInstantiation instantiation,
double firingTime)
Deprecated. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NextGoalAction
public NextGoalAction()
- Deprecated.
dispose
public void dispose()
- Deprecated.
- Specified by:
dispose in interface org.jactr.core.production.action.IAction
- See Also:
IAction.dispose()
fire
public double fire(org.jactr.core.production.IInstantiation instantiation,
double firingTime)
- Deprecated.
- Specified by:
fire in interface org.jactr.core.production.action.IAction
- See Also:
org.jactr.core.production.action.IAction#fire(IInstantiation)
bind
public org.jactr.core.production.action.IAction bind(java.util.Map<java.lang.String,java.lang.Object> variableBindings)
throws org.jactr.core.production.CannotInstantiateException
- Deprecated.
- Specified by:
bind in interface org.jactr.core.production.action.IAction
- Throws:
org.jactr.core.production.CannotInstantiateException- See Also:
IAction.bind(java.util.Map)