Package | Description |
---|---|
org.processmining.plugins.etm.factory | |
org.processmining.plugins.etm.mutation.mutators.maikelvaneck |
Modifier and Type | Class and Description |
---|---|
class |
InductiveMinerWrapper
Class that allows calling the Inductive Tree Miner (by S.
|
class |
TreeFactoryFlower |
class |
TreeFactoryXORofSEQ |
Modifier and Type | Method and Description |
---|---|
void |
TreeFactoryCoordinator.addFactory(TreeFactoryAbstract factory,
double weight)
Allows additional factories to be added to the list of factories that can
be triggered.
|
Constructor and Description |
---|
TreeFactoryCoordinator(CentralRegistry registry,
double randomWeight,
java.util.Map<TreeFactoryAbstract,java.lang.Double> otherFactories) |
TreeFactoryCoordinator(CentralRegistry registry,
java.util.Map<TreeFactoryAbstract,java.lang.Double> otherFactories) |
Modifier and Type | Class and Description |
---|---|
class |
IntelligentTreeFactory |