Class DistinctValuesAttributeSummary<T,C extends org.deckfour.xes.model.impl.XAttributeImpl>
- java.lang.Object
-
- org.processmining.placebasedlpmdiscovery.utilityandcontext.eventattributesummary.AttributeSummary<T,C>
-
- org.processmining.placebasedlpmdiscovery.utilityandcontext.eventattributesummary.DistinctValuesAttributeSummary<T,C>
-
- Direct Known Subclasses:
BooleanAttributeSummary,LiteralAttributeSummary
public abstract class DistinctValuesAttributeSummary<T,C extends org.deckfour.xes.model.impl.XAttributeImpl> extends AttributeSummary<T,C>
-
-
Field Summary
-
Fields inherited from class org.processmining.placebasedlpmdiscovery.utilityandcontext.eventattributesummary.AttributeSummary
attributeClass, completeList, COUNT, key, MAX, MEAN, MEDIAN, MIN, representationFeatures, SUM, values
-
-
Constructor Summary
Constructors Constructor Description DistinctValuesAttributeSummary(java.lang.String key, boolean completeList)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanacceptValue(org.deckfour.xes.model.XAttribute attribute)-
Methods inherited from class org.processmining.placebasedlpmdiscovery.utilityandcontext.eventattributesummary.AttributeSummary
addValue, addValueInSummary, computeRepresentationFeatures, extractAttributeValue, getAttributeClass, getKey, getRepresentationFeatures, initializeRepresentationFeatures, setAttributeClass
-
-
-
-
Method Detail
-
acceptValue
public boolean acceptValue(org.deckfour.xes.model.XAttribute attribute)
- Specified by:
acceptValuein classAttributeSummary<T,C extends org.deckfour.xes.model.impl.XAttributeImpl>
-
-