org.grinvin.conjecture.engine.apengine

Interface TreeFactory<T,extends,BinaryTree>

Known Implementing Classes:
BinaryTreeFactory, LabeledBinaryTreeFactory

public interface TreeFactory<T,extends,BinaryTree>

Interface that needs to be implemented by all factories that create (an extension of) a BinaryTree.

Method Summary

T
createTree(int unaryOperators, int binaryOperators)

Method Details

createTree

public T createTree(int unaryOperators,
                    int binaryOperators)