Class TranslationGoalMapper

  • All Implemented Interfaces:
    jadex.bdiv3.runtime.impl.IServiceParameterMapper<TranslationGoal>

    public class TranslationGoalMapper
    extends java.lang.Object
    implements jadex.bdiv3.runtime.impl.IServiceParameterMapper<TranslationGoal>
    Custom goal service mapper.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object[] createServiceParameters​(TranslationGoal obj, java.lang.reflect.Method m, jadex.bdiv3.runtime.impl.RPlan plan)
      Create service parameters.
      void handleServiceResult​(TranslationGoal obj, java.lang.reflect.Method m, java.lang.Object result, jadex.bdiv3.runtime.impl.RPlan plan)
      Create service result.
      • Methods inherited from class java.lang.Object

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

      • TranslationGoalMapper

        public TranslationGoalMapper()
    • Method Detail

      • createServiceParameters

        public java.lang.Object[] createServiceParameters​(TranslationGoal obj,
                                                          java.lang.reflect.Method m,
                                                          jadex.bdiv3.runtime.impl.RPlan plan)
        Create service parameters.
        Specified by:
        createServiceParameters in interface jadex.bdiv3.runtime.impl.IServiceParameterMapper<TranslationGoal>
      • handleServiceResult

        public void handleServiceResult​(TranslationGoal obj,
                                        java.lang.reflect.Method m,
                                        java.lang.Object result,
                                        jadex.bdiv3.runtime.impl.RPlan plan)
        Create service result.
        Specified by:
        handleServiceResult in interface jadex.bdiv3.runtime.impl.IServiceParameterMapper<TranslationGoal>