Class AbstractCategoryCalculator<T extends org.deckfour.xes.model.XAttributable>
- java.lang.Object
-
- org.processmining.logprojection.calculators.AbstractCategoryCalculator<T>
-
- All Implemented Interfaces:
DataManager.AttributeValueCalculator<T>
- Direct Known Subclasses:
AbstractCategoryCalculator.ContinuousCategoryCalculator,AbstractCategoryCalculator.DiscreteCategoryCalculator
public abstract class AbstractCategoryCalculator<T extends org.deckfour.xes.model.XAttributable> extends java.lang.Object implements DataManager.AttributeValueCalculator<T>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAbstractCategoryCalculator.ContinuousCategoryCalculator<T extends org.deckfour.xes.model.XAttributable>static classAbstractCategoryCalculator.DiscreteCategoryCalculator<T extends org.deckfour.xes.model.XAttributable>
-
Field Summary
Fields Modifier and Type Field Description protected DataManager<?>dataManagerprotected java.lang.Stringkeyprotected java.lang.String[]namesprotected AttributeoriginalAttributeprotected AttributeresultAttribute
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttributegetAttributes()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.processmining.logprojection.DataManager.AttributeValueCalculator
computeAttributes
-
-
-
-
Field Detail
-
key
protected final java.lang.String key
-
originalAttribute
protected final Attribute originalAttribute
-
resultAttribute
protected final Attribute resultAttribute
-
dataManager
protected final DataManager<?> dataManager
-
names
protected final java.lang.String[] names
-
-
Method Detail
-
getAttributes
public Attribute getAttributes()
-
-