Uses of Class
org.processmining.dataawareexplorer.explorer.chartview.Attribute.AttributeOccurence
-
Packages that use Attribute.AttributeOccurence Package Description org.processmining.dataawareexplorer.explorer.chartview -
-
Uses of Attribute.AttributeOccurence in org.processmining.dataawareexplorer.explorer.chartview
Methods in org.processmining.dataawareexplorer.explorer.chartview that return Attribute.AttributeOccurence Modifier and Type Method Description Attribute.AttributeOccurenceAttribute. getOccurence()static Attribute.AttributeOccurenceAttribute.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.Constructors in org.processmining.dataawareexplorer.explorer.chartview with parameters of type Attribute.AttributeOccurence Constructor 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)
-