public interface SharedTreeGraphConverter
Modifier and Type | Method and Description |
---|---|
SharedTreeGraph |
convert(int treeNumber,
java.lang.String treeClass) |
SharedTreeGraph |
convert(int treeNumber,
java.lang.String treeClass,
ConvertTreeOptions options)
Converts internal tree representation to a shared representation.
|
SharedTreeGraph convert(int treeNumber, java.lang.String treeClass, ConvertTreeOptions options)
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 SharedTreeGraph
options
- Allows to fine-tune the conversion process (eg. disable some internal consistency self-checks)SharedTreeGraph
containing a single tree or a forest of multiple trees.SharedTreeGraph convert(int treeNumber, java.lang.String treeClass)