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 --- .../function/DigitalCircuitFunctions.OrNotA.html | 329 --------------------- 1 file changed, 329 deletions(-) delete mode 100644 doc/jcgp/backend/function/DigitalCircuitFunctions.OrNotA.html (limited to 'doc/jcgp/backend/function/DigitalCircuitFunctions.OrNotA.html') diff --git a/doc/jcgp/backend/function/DigitalCircuitFunctions.OrNotA.html b/doc/jcgp/backend/function/DigitalCircuitFunctions.OrNotA.html deleted file mode 100644 index c24da8c..0000000 --- a/doc/jcgp/backend/function/DigitalCircuitFunctions.OrNotA.html +++ /dev/null @@ -1,329 +0,0 @@ - - - - - -DigitalCircuitFunctions.OrNotA - - - - - - - - -
- - - - - - - -
- - - -
-
jcgp.backend.function
-

Class DigitalCircuitFunctions.OrNotA

-
-
- -
-
    -
  • -
    -
    Enclosing class:
    -
    DigitalCircuitFunctions
    -
    -
    -
    -
    public static class DigitalCircuitFunctions.OrNotA
    -extends Function
    -
    ORs inputs together with one inverted input.
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Summary

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

      Method Summary

      - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethod and Description
      intgetArity() 
      UnsignedIntegerrun(java.lang.Object... args) -
      Executes the function.
      -
      java.lang.StringtoString() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      - - - -
        -
      • -

        OrNotA

        -
        public OrNotA()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        run

        -
        public UnsignedInteger run(java.lang.Object... args)
        -
        Description copied from class: Function
        -
        Executes the function.
        -
        -
        Specified by:
        -
        run in class Function
        -
        Parameters:
        -
        args - the function arguments.
        -
        Returns:
        -
        the function result.
        -
        -
      • -
      - - - -
        -
      • -

        getArity

        -
        public int getArity()
        -
        -
        Specified by:
        -
        getArity in class Function
        -
        Returns:
        -
        the arity of the function.
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - - - -
- - - - -- cgit v1.2.3