Class TranslationBDI


  • public class TranslationBDI
    extends java.lang.Object
    The translation agent B5. BDI goal that is automatically published as service.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected jadex.bridge.IInternalAccess agent  
      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()
      Create a new plan.
      void translatePlan​(TranslationGoal tg)
      Plan reacts to the automatically created translation goal.
      • Methods inherited from class java.lang.Object

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

      • agent

        protected jadex.bridge.IInternalAccess agent
      • wordtable

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

      • TranslationBDI

        public TranslationBDI()
    • Method Detail

      • body

        public void body()
        Create a new plan.
      • translatePlan

        public void translatePlan​(TranslationGoal tg)
        Plan reacts to the automatically created translation goal.
        Parameters:
        tg - The translation goal.