public class UniqueTracesFactory
extends java.lang.Object
Constructor and Description |
---|
UniqueTracesFactory()
Java factory that makes conversions of the python classes in the module
from PyObjects to Java objects
|
Modifier and Type | Method and Description |
---|---|
uniqueTraces |
calculateNoUniqueTraces(java.lang.String newickTree,
int loopIterations)
Calculate the number of unique traces in a given process tree
|
void |
cleanupInterpreter() |
public UniqueTracesFactory()
public uniqueTraces calculateNoUniqueTraces(java.lang.String newickTree, int loopIterations)
newickTree:
- string representation of newick treeloopIterations:
- maximum times loop is executedpublic void cleanupInterpreter()