es.upv.dsic.gti_ia.cAgents
Interface ActionStateMethod


public interface ActionStateMethod

This interface represents a method of an action state

Author:
Ricard Lopez Fogues

Method Summary
 String run(CProcessor myProcessor)
          The method to be executed by the action state
 

Method Detail

run

String run(CProcessor myProcessor)
The method to be executed by the action state

Parameters:
myProcessor - The CProcessor of the conversation
Returns:
The name of the next state of the conversation


Copyright © 2012 GTI-IA. All Rights Reserved.