Class GetExternalFeatureMethodReplacement

  • All Implemented Interfaces:
    jadex.bridge.component.impl.remotecommands.IMethodReplacement

    public class GetExternalFeatureMethodReplacement
    extends java.lang.Object
    implements jadex.bridge.component.impl.remotecommands.IMethodReplacement
    Default replacement code for equals() method.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object invoke​(java.lang.Object obj, java.lang.Object[] args)
      Invoke the method on the given object with the given args.
      • Methods inherited from class java.lang.Object

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

      • GetExternalFeatureMethodReplacement

        public GetExternalFeatureMethodReplacement()
    • Method Detail

      • invoke

        public java.lang.Object invoke​(java.lang.Object obj,
                                       java.lang.Object[] args)
        Invoke the method on the given object with the given args.
        Specified by:
        invoke in interface jadex.bridge.component.impl.remotecommands.IMethodReplacement