From 4f26361eb08aa09334d1eea0a124110c20d809ce Mon Sep 17 00:00:00 2001 From: Eduardo Pedroni Date: Sat, 18 Oct 2014 15:21:45 +0200 Subject: Moved javadocs to a different repository for hosting, updated README --- doc/jcgp/backend/function/Function.html | 310 -------------------------------- 1 file changed, 310 deletions(-) delete mode 100644 doc/jcgp/backend/function/Function.html (limited to 'doc/jcgp/backend/function/Function.html') diff --git a/doc/jcgp/backend/function/Function.html b/doc/jcgp/backend/function/Function.html deleted file mode 100644 index 07e1d72..0000000 --- a/doc/jcgp/backend/function/Function.html +++ /dev/null @@ -1,310 +0,0 @@ - - - - - -Function - - - - - - - - -
- - - - - - - -
- - - -
-
jcgp.backend.function
-

Class Function

-
-
- -
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      Function() 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - -
      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethod and Description
      abstract intgetArity() 
      abstract java.lang.Objectrun(java.lang.Object... arguments) -
      Executes the function.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        Function

        -
        public Function()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        run

        -
        public abstract java.lang.Object run(java.lang.Object... arguments)
        -
        Executes the function.
        -
        -
        Parameters:
        -
        arguments - the function arguments.
        -
        Returns:
        -
        the function result.
        -
        -
      • -
      - - - -
        -
      • -

        getArity

        -
        public abstract int getArity()
        -
        -
        Returns:
        -
        the arity of the function.
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - - - -
- - - - -- cgit v1.2.3