|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.epochx.representation.Node<TYPE>
com.epochx.representation.FunctionNode<java.lang.Double>
com.epochx.representation.dbl.AddFunction
public class AddFunction
A FunctionNode which performs the mathematical function of
addition.
| Constructor Summary | |
|---|---|
AddFunction()
Construct an AddFunction with no children. |
|
AddFunction(Node<java.lang.Double> child1,
Node<java.lang.Double> child2)
Construct an AddFunction with 2 children. |
|
| Method Summary | |
|---|---|
java.lang.Double |
evaluate()
Evaluating an AddFunction involves summing the result of
evaluating both children. |
java.lang.String |
getFunctionName()
Get the unique name that identifies this function. |
| Methods inherited from class com.epochx.representation.FunctionNode |
|---|
equals, toString |
| Methods inherited from class com.epochx.representation.Node |
|---|
clone, getArity, getChild, getChildren, getDepth, getFunctionNodes, getLength, getNodesAtDepth, getNoDistinctFunctions, getNoDistinctTerminals, getNoFunctions, getNoTerminals, getNthNode, getTerminalNodes, hashCode, setChild, setChildren, setNthNode |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AddFunction()
public AddFunction(Node<java.lang.Double> child1,
Node<java.lang.Double> child2)
child1 - The first child node.child2 - The second child node.| Method Detail |
|---|
public java.lang.Double evaluate()
AddFunction involves summing the result of
evaluating both children.
evaluate in class Node<java.lang.Double>public java.lang.String getFunctionName()
getFunctionName in class FunctionNode<java.lang.Double>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||