Uses of Class
org.processmining.dataawareexplorer.explorer.chartview.Attribute
-
Packages that use Attribute Package Description org.processmining.dataawareexplorer.explorer.chartview org.processmining.dataawareexplorer.explorer.model -
-
Uses of Attribute in org.processmining.dataawareexplorer.explorer.chartview
Subclasses of Attribute in org.processmining.dataawareexplorer.explorer.chartview Modifier and Type Class Description classAttributeWithDataMethods in org.processmining.dataawareexplorer.explorer.chartview that return Attribute Modifier and Type Method Description AttributeAttributeChartView. getCurrentAttribute()Methods in org.processmining.dataawareexplorer.explorer.chartview that return types with arguments of type Attribute Modifier and Type Method Description java.util.Set<Attribute>AttributeChartView.AttributeContainer. getAttribute()Methods in org.processmining.dataawareexplorer.explorer.chartview with parameters of type Attribute Modifier and Type Method Description intAttribute. compareTo(Attribute o)com.google.common.collect.Multimap<java.lang.String,java.lang.Comparable<?>>AttributeChartView.AttributeContainer. getValues(Attribute attribute)voidAttributeChartView. setCurrentAttribute(Attribute attribute) -
Uses of Attribute in org.processmining.dataawareexplorer.explorer.model
Methods in org.processmining.dataawareexplorer.explorer.model that return types with arguments of type Attribute Modifier and Type Method Description java.util.Set<Attribute>ExplorerModel. getChartAttributes()
-