Class TranslationBDI


  • public class TranslationBDI
    extends java.lang.Object
    Translation agent D3. Using goal retry.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      class  TranslationBDI.Translate
      The translation goal.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected IBDIAgentFeature bdiFeature
      The BDI feature.
      protected java.util.Map<java.lang.String,​java.lang.String> wordtable
      The current time.
    • Constructor Summary

      Constructors 
      Constructor Description
      TranslationBDI()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void body()  
      void init()  
      protected java.lang.String translateA​(java.lang.String eword)
      Translate a word.
      protected java.lang.String translateB​(java.lang.String eword)
      Translate a word.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • wordtable

        protected java.util.Map<java.lang.String,​java.lang.String> wordtable
        The current time.
    • Constructor Detail

      • TranslationBDI

        public TranslationBDI()
    • Method Detail

      • init

        public void init()
      • body

        public void body()
      • translateA

        protected java.lang.String translateA​(java.lang.String eword)
        Translate a word. Plan that fails.
      • translateB

        protected java.lang.String translateB​(java.lang.String eword)
        Translate a word. Plan that translates.