public interface SharedTreeGraphConverter
| Modifier and Type | Method and Description |
|---|---|
SharedTreeGraph |
convert(int treeNumber,
java.lang.String treeClass)
Converts internal tree representation to a shared representation.
|
SharedTreeGraph convert(int treeNumber, java.lang.String treeClass)
treeNumber - Number of the tree in the model to converttreeClass - Tree's class. If not specified, all the classes form a forest in the resulting SharedTreeGraphSharedTreeGraph containing a single tree or a forest of multiple trees.