org.grinvin.conjecture.engine.apengine
Class LabeledBinaryTree
- Cloneable
public class LabeledBinaryTree
A binary tree that can be labeled.
LabeledBinaryTree(int unaryOperators, int binaryOperators)- Create a new binary tree with
unaryOperators unary operators and
binaryOperators binary operators.
|
childCount, children, clone, extendOn, getBinaryCount, getNodeCount, getUnaryCount, hasLeftChild, hasRightChild, leftChild, newLeftChild, newRightChild, nodesonlevel, removeLeftChild, removeOn, removeRightChild, rightChild, toString, toString |
LabeledBinaryTree
public LabeledBinaryTree(int unaryOperators,
int binaryOperators) Create a new binary tree with unaryOperators unary operators and
binaryOperators binary operators.