Interface MethodCallFeature

    • Method Detail

      • inputNames

        java.lang.String[] inputNames()
        Get input parameter names of the method.
        Returns:
        Input parameter names of the method.
      • loadFile

        void loadFile​(java.lang.String filename)
        Loads a file with method inputs. Each line in the file should have the format <name>=<value>. Arrays and 2D arrays are entered using curly braces, e.g., {1,2,3}.
        Parameters:
        filename - The file to load.
      • methodName

        java.lang.String methodName()
        Returns the method name of the called method.
        Returns:
        The name of the method called.
      • run

        void run()
        Performs a run operation on this method call feature.