Package | Description |
---|---|
org.processmining.plugins.abstractions | |
org.processmining.plugins.abstractions.enumtypes |
Modifier and Type | Method and Description |
---|---|
AbstractionStrategy |
PatternAbstractionsInput.getAbstractionStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
MineAbstractions.setAbstractionStrategy(AbstractionStrategy abstractionStrategy) |
void |
PatternAbstractionsInput.setAbstractionStrategy(AbstractionStrategy abstractionStrategy) |
Modifier and Type | Method and Description |
---|---|
static AbstractionStrategy |
AbstractionStrategy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AbstractionStrategy[] |
AbstractionStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|