Class TranslationBDI


  • public class TranslationBDI
    extends java.lang.Object
    Translation agent D1. Using a translation goal.
    • 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 jadex.bridge.IInternalAccess agent
      The agent.
      protected jadex.bdiv3.features.IBDIAgentFeature bdiFeature
      The bdi api.
      protected java.util.Map<java.lang.String,​java.lang.String> wordtable
      The wordtable.
    • Constructor Summary

      Constructors 
      Constructor Description
      TranslationBDI()  
    • Field Detail

      • agent

        protected jadex.bridge.IInternalAccess agent
        The agent.
      • bdiFeature

        protected jadex.bdiv3.features.IBDIAgentFeature bdiFeature
        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()