Class TranslationBDI


  • public class TranslationBDI
    extends java.lang.Object
    The translation agent B5. Using plan context conditions.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      class  TranslationBDI.TranslatePlan
      Translate an English word to German.
    • 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()
      Create method.
      • 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 wordtable.
      • context

        protected boolean context
        The context.
    • Constructor Detail

      • TranslationBDI

        public TranslationBDI()
    • Method Detail

      • init

        public void init()
        Create method.
      • body

        public void body()
        The agent body.