Interface TextCommunicator

  • All Implemented Interfaces:

    
    public interface TextCommunicator
    
                        

    Communicator for awaiting user input.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract String communicateAwaitable(NamedAndDescribed goal, ProcessWaitingException pwe) Produce a response string for the given goal and ProcessWaitingException.
      abstract String communicateResult(AgentProcessExecution agentProcessExecution) Communicate the result of an agent process execution.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait