Package | Description |
---|---|
org.processmining.dataawareexplorer.explorer.chartview |
Modifier and Type | Method and Description |
---|---|
Attribute.AttributeOccurence |
Attribute.getOccurence() |
static Attribute.AttributeOccurence |
Attribute.AttributeOccurence.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Attribute.AttributeOccurence[] |
Attribute.AttributeOccurence.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Attribute(java.lang.String key,
Attribute.AttributeOrigin attributeOrigin,
Attribute.AttributeOccurence attributeOccurence,
java.lang.Class<?> type) |
AttributeWithData(java.lang.String key,
Attribute.AttributeOrigin attributeOrigin,
Attribute.AttributeOccurence attributeOccurence,
java.lang.Class<?> type,
com.google.common.collect.Multimap<java.lang.String,java.lang.Comparable<?>> values) |