public class TreeFactory
extends java.lang.Object
Constructor and Description |
---|
TreeFactory()
Java factory that makes conversions of the python classes in the module
from PyObjects to Java objects
|
Modifier and Type | Method and Description |
---|---|
void |
cleanupInterpreter() |
randomTree |
createTree(java.lang.String parameters)
Method that calls the python module to create a random tree based on the
tree parameters.
|
public TreeFactory()
public randomTree createTree(java.lang.String parameters)
parameters
- noActivities
- public void cleanupInterpreter()