Package | Description |
---|---|
org.processmining.plugins.logmanipulator.model |
Modifier and Type | Field and Description |
---|---|
protected ExpressionTypes |
AttributeModifier.expressionType |
Modifier and Type | Method and Description |
---|---|
static ExpressionTypes |
ExpressionTypes.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExpressionTypes[] |
ExpressionTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
AttributeModifier(java.lang.String attributeName,
ExpressionTypes expressionType) |
AttributeModifier(java.lang.String attributeName,
ExpressionTypes expressionType,
java.lang.String expression) |