org.objectweb.fractal.task.core.composition.function
Class Not

java.lang.Object
  extended by org.objectweb.fractal.task.core.composition.function.Not
All Implemented Interfaces:
Function

public class Not
extends java.lang.Object
implements Function

Implements a boolean Not function. This function takes at one Boolean parameter and returns a Boolean.


Constructor Summary
Not()
           
 
Method Summary
 java.lang.Object invoke(java.lang.Object... params)
          Invocation method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Not

public Not()
Method Detail

invoke

public java.lang.Object invoke(java.lang.Object... params)
                        throws FunctionExecutionException
Description copied from interface: Function
Invocation method.

Specified by:
invoke in interface Function
Parameters:
params - the parameter.
Returns:
the result of the function.
Throws:
FunctionExecutionException - thrown when an error occurs.


Copyright © 2007-2009 ObjectWeb Consortium. All Rights Reserved.