Package | Description |
---|---|
org.processmining.plugins.etm.model.narytree.replayer |
Modifier and Type | Method and Description |
---|---|
static NAryTreeReplayer.PerformanceType |
NAryTreeReplayer.PerformanceType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NAryTreeReplayer.PerformanceType[] |
NAryTreeReplayer.PerformanceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractNAryTreeReplayer.setType(NAryTreeReplayer.PerformanceType type) |
void |
NAryTreeReplayer.setType(NAryTreeReplayer.PerformanceType type) |
void |
AbstractNAryTreeReplayer.setType(NAryTreeReplayer.PerformanceType type,
int blockSize,
int alignment) |
void |
NAryTreeReplayer.setType(NAryTreeReplayer.PerformanceType type,
int blockSize,
int alignment)
Allows the user more control over the type of implementation
|