public class TreeParameters
extends java.lang.Object
| Constructor and Description |
|---|
TreeParameters(java.lang.String parameterLine)
The constructor takes a string as input and then sets all the parameters
needed as input for generating a process tree
|
| Modifier and Type | Method and Description |
|---|---|
int |
getNoActivities()
Deprecated.
|
int |
getNoTrees() |
java.lang.String |
getPatternProbabilities() |
void |
setNoActivities()
Deprecated.
|
void |
setNoTrees(int noModels)
set the number of trees that need to be generated
|
void |
setPatternProbabilities(java.lang.String probabilities)
sets the pattern probabilities that are passed to the python module
|
static double |
triangularDistribution(double a,
double b,
double c)
Deprecated.
|
public TreeParameters(java.lang.String parameterLine)
parameterLine - public void setPatternProbabilities(java.lang.String probabilities)
probabilities - public java.lang.String getPatternProbabilities()
public void setNoTrees(int noModels)
noModels - public int getNoTrees()
@Deprecated public void setNoActivities()
mode - the mode or most frequent value of the distributionmin - the minimum value of the distributionmax - the maximum value of the distribution@Deprecated public int getNoActivities()
@Deprecated
public static double triangularDistribution(double a,
double b,
double c)
a - minb - maxc - mode