Class AIAdapter

  • Direct Known Subclasses:
    AIManagerAdapter

    public abstract class AIAdapter
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      AIAdapter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String processQuery​(java.lang.String query)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AIAdapter

        public AIAdapter()
    • Method Detail

      • processQuery

        public java.lang.String processQuery​(java.lang.String query)