Uses of Class
org.processmining.dataawareexplorer.explorer.chartview.Attribute.AttributeOrigin
-
Packages that use Attribute.AttributeOrigin Package Description org.processmining.dataawareexplorer.explorer.chartview -
-
Uses of Attribute.AttributeOrigin in org.processmining.dataawareexplorer.explorer.chartview
Methods in org.processmining.dataawareexplorer.explorer.chartview that return Attribute.AttributeOrigin Modifier and Type Method Description Attribute.AttributeOriginAttribute. getOrigin()static Attribute.AttributeOriginAttribute.AttributeOrigin. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Attribute.AttributeOrigin[]Attribute.AttributeOrigin. 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.AttributeOrigin 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)
-