Package | Description |
---|---|
org.processmining.plugins.etm.model.narytree | |
org.processmining.plugins.etm.mutation.mutators |
Modifier and Type | Class and Description |
---|---|
class |
NAryTreeImplWithHistory |
Modifier and Type | Method and Description |
---|---|
NAryTreeImpl |
NAryTreeImpl.add(NAryTree source,
int node,
int par,
int location) |
static NAryTreeImpl |
TreeUtils.randomTree(int evtClasses,
double leafProb,
int minNodes,
int maxNodes) |
static NAryTreeImpl |
TreeUtils.randomTree(int evtClasses,
double leafProb,
int minNodes,
int maxNodes,
java.util.Random r) |
NAryTreeImpl |
NAryTreeImpl.replace(int node,
NAryTree source,
int srcNode) |
NAryTreeImpl |
NAryTreeImpl.swap(int node1,
int node2) |
Modifier and Type | Method and Description |
---|---|
static void |
ConfigurationMutator.downgrade(NAryTreeImpl tree,
int configuration,
int node,
byte toType) |