org.jactr.tools.goalfeeder.responder
Interface IGoalResponder


public interface IGoalResponder

takes a goal, most likely created by an IGoalConstructor and produces an action within an experiment

Author:
harrison

Method Summary
 boolean handles(org.jactr.core.production.IInstantiation instantiation)
          can this IGoalResponder generate an experiment response based on the chunk
 void respond(org.jactr.core.production.IInstantiation instantiation)
          generate a response and return the maximum elapsed time to allow the model to run after responding.
 

Method Detail

handles

boolean handles(org.jactr.core.production.IInstantiation instantiation)
can this IGoalResponder generate an experiment response based on the chunk

Parameters:
chunk -
Returns:

respond

void respond(org.jactr.core.production.IInstantiation instantiation)
generate a response and return the maximum elapsed time to allow the model to run after responding.

Parameters:
chunk -