kryshen.tema.functions
Class Logics

java.lang.Object
  extended by kryshen.tema.functions.Logics

public class Logics
extends java.lang.Object

Logical and conditional functions.

Author:
Mikhail A. Kryshen

Field Summary
static Function FALSE
           
static Function OPTIONAL
          Outputs it's data it has non-zero value.
static Function TRUE
           
 
Constructor Summary
Logics()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FALSE

public static final Function FALSE

TRUE

public static final Function TRUE

OPTIONAL

public static final Function OPTIONAL
Outputs it's data it has non-zero value.

Constructor Detail

Logics

public Logics()