Package com.groovyj.jgprog.functions

Interface Summary
Add.Compatible  
Cosine.Compatible  
Divide.Compatible  
Exponential.Compatible  
GreaterThan.Compatible  
LessThan.Compatible  
Multiply.Compatible  
NaturalLogarithm.Compatible  
Sine.Compatible  
Subtract.Compatible  
 

Class Summary
Add The addition function.
ADF An automatically defined function (ADF) is a chromosome which takes a number of arguments.
And The logical-and function.
Argument Represents an argument on a chromosome.
Cosine The cosine function.
Divide The protected divide function.
Equals  
Exponential The protected natural exponential function.
False The false boolean terminal.
GreaterThan  
If The if function.
LessThan  
Loop Do something a number of times.
Multiply The multiply function.
NaturalLogarithm The protected natural logarithm function.
Nop Do nothing.
Not The logical-not function.
One The constant 1.
Or The logical-or function.
Sine The sine function.
Subtract The subtraction function.
True The true boolean terminal.
TwoThings Do two things.
Variable A node representing a named variable.