Class TranslationBDI


  • public class TranslationBDI
    extends java.lang.Object
    The translation agent B3. Declare and activate an inline plan (declared as method).
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected jadex.bdiv3.features.IBDIAgentFeature bdi
      The bdi api.
      protected java.util.Map<java.lang.String,​java.lang.String> wordtable
      The wordtable.
    • Constructor Summary

      Constructors 
      Constructor Description
      TranslationBDI()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void body()
      The agent body.
      void init()  
      java.lang.String[] translateEnglishGerman()
      Translate an English word to German.
      • Methods inherited from class java.lang.Object

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

      • bdi

        protected jadex.bdiv3.features.IBDIAgentFeature bdi
        The bdi api.
      • wordtable

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

      • TranslationBDI

        public TranslationBDI()
    • Method Detail

      • init

        public void init()
      • body

        public void body()
        The agent body.
      • translateEnglishGerman

        public java.lang.String[] translateEnglishGerman()
        Translate an English word to German.