Class BooleanAttributeSummary
- java.lang.Object
-
- org.processmining.placebasedlpmdiscovery.utilityandcontext.eventattributesummary.AttributeSummary<T,C>
-
- org.processmining.placebasedlpmdiscovery.utilityandcontext.eventattributesummary.DistinctValuesAttributeSummary<java.lang.Boolean,org.deckfour.xes.model.impl.XAttributeBooleanImpl>
-
- org.processmining.placebasedlpmdiscovery.utilityandcontext.eventattributesummary.BooleanAttributeSummary
-
public class BooleanAttributeSummary extends DistinctValuesAttributeSummary<java.lang.Boolean,org.deckfour.xes.model.impl.XAttributeBooleanImpl>
-
-
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 BooleanAttributeSummary(java.lang.String key, boolean completeList)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddValueInSummary(org.deckfour.xes.model.XAttribute attribute)protected voidcomputeRepresentationFeatures()protected java.lang.BooleanextractAttributeValue(org.deckfour.xes.model.XAttribute attribute)protected voidinitializeRepresentationFeatures()protected voidsetAttributeClass()-
Methods inherited from class org.processmining.placebasedlpmdiscovery.utilityandcontext.eventattributesummary.DistinctValuesAttributeSummary
acceptValue
-
Methods inherited from class org.processmining.placebasedlpmdiscovery.utilityandcontext.eventattributesummary.AttributeSummary
addValue, getAttributeClass, getKey, getRepresentationFeatures
-
-
-
-
Method Detail
-
setAttributeClass
protected void setAttributeClass()
- Specified by:
setAttributeClassin classAttributeSummary<java.lang.Boolean,org.deckfour.xes.model.impl.XAttributeBooleanImpl>
-
addValueInSummary
protected void addValueInSummary(org.deckfour.xes.model.XAttribute attribute)
- Specified by:
addValueInSummaryin classAttributeSummary<java.lang.Boolean,org.deckfour.xes.model.impl.XAttributeBooleanImpl>
-
extractAttributeValue
protected java.lang.Boolean extractAttributeValue(org.deckfour.xes.model.XAttribute attribute)
- Specified by:
extractAttributeValuein classAttributeSummary<java.lang.Boolean,org.deckfour.xes.model.impl.XAttributeBooleanImpl>
-
initializeRepresentationFeatures
protected void initializeRepresentationFeatures()
- Specified by:
initializeRepresentationFeaturesin classAttributeSummary<java.lang.Boolean,org.deckfour.xes.model.impl.XAttributeBooleanImpl>
-
computeRepresentationFeatures
protected void computeRepresentationFeatures()
- Specified by:
computeRepresentationFeaturesin classAttributeSummary<java.lang.Boolean,org.deckfour.xes.model.impl.XAttributeBooleanImpl>
-
-