public abstract class AbstractCategoryCalculator<T extends org.deckfour.xes.model.XAttributable> extends java.lang.Object implements DataManager.AttributeValueCalculator<T>
Modifier and Type | Class and Description |
---|---|
static class |
AbstractCategoryCalculator.ContinuousCategoryCalculator<T extends org.deckfour.xes.model.XAttributable> |
static class |
AbstractCategoryCalculator.DiscreteCategoryCalculator<T extends org.deckfour.xes.model.XAttributable> |
Modifier and Type | Field and Description |
---|---|
protected DataManager<?> |
dataManager |
protected java.lang.String |
key |
protected java.lang.String[] |
names |
protected Attribute |
originalAttribute |
protected Attribute |
resultAttribute |
Modifier and Type | Method and Description |
---|---|
Attribute |
getAttributes() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
computeAttributes
protected final java.lang.String key
protected final Attribute originalAttribute
protected final Attribute resultAttribute
protected final DataManager<?> dataManager
protected final java.lang.String[] names
public Attribute getAttributes()