Uses of Class
org.processmining.logprojection.DataManager
-
-
Uses of DataManager in org.processmining.logprojection
Subclasses of DataManager in org.processmining.logprojection Modifier and Type Class Description classXEventDataManagerclassXLogDataManagerclassXTraceDataManagerMethods in org.processmining.logprojection with parameters of type DataManager Modifier and Type Method Description voidAttributeBasedObjectSorter. sort(DataManager<?> manager, int attributeIndex, byte attributeType, int[] numbers) -
Uses of DataManager in org.processmining.logprojection.calculators
Fields in org.processmining.logprojection.calculators declared as DataManager Modifier and Type Field Description protected DataManager<?>AbstractCategoryCalculator. dataManager -
Uses of DataManager in org.processmining.logprojection.filters
Fields in org.processmining.logprojection.filters declared as DataManager Modifier and Type Field Description protected DataManager<?>AbstractEventFilter. manager -
Uses of DataManager in org.processmining.logprojection.lightxlog
Fields in org.processmining.logprojection.lightxlog declared as DataManager Modifier and Type Field Description protected DataManager<?>AbstractAttributable. managerConstructors in org.processmining.logprojection.lightxlog with parameters of type DataManager Constructor Description AbstractAttributable(LogView view, DataManager<?> manager, int number) -
Uses of DataManager in org.processmining.logprojection.plugins.dottedchart
Methods in org.processmining.logprojection.plugins.dottedchart with parameters of type DataManager Modifier and Type Method Description java.lang.StringDottedChart. getEventClass(DataManager<?> manager, int e)Constructors in org.processmining.logprojection.plugins.dottedchart with parameters of type DataManager Constructor Description LiteralAxis(java.lang.String label, DataManager<?> manager, int[] literalIndices)Constructs a symbol axis, using default attribute values where necessary. -
Uses of DataManager in org.processmining.logprojection.sorting
Methods in org.processmining.logprojection.sorting with parameters of type DataManager Modifier and Type Method Description protected intAbstractEventBasedTraceSorter. compare(DataManager<?> manager, int e1, int e2)
-