Class TimestampAttributeSummary


  • public class TimestampAttributeSummary
    extends RangeAttributeSummary<java.util.Date,​org.deckfour.xes.model.impl.XAttributeTimestampImpl>
    • Constructor Detail

      • TimestampAttributeSummary

        public TimestampAttributeSummary​(java.lang.String key,
                                         boolean completeList)
    • Method Detail

      • setMinValue

        public void setMinValue​(java.lang.String minValue)
                         throws java.text.ParseException
        Specified by:
        setMinValue in class RangeAttributeSummary<java.util.Date,​org.deckfour.xes.model.impl.XAttributeTimestampImpl>
        Throws:
        java.text.ParseException
      • setMaxValue

        public void setMaxValue​(java.lang.String maxValue)
                         throws java.text.ParseException
        Specified by:
        setMaxValue in class RangeAttributeSummary<java.util.Date,​org.deckfour.xes.model.impl.XAttributeTimestampImpl>
        Throws:
        java.text.ParseException
      • getStringMinValue

        public java.lang.String getStringMinValue()
        Specified by:
        getStringMinValue in class RangeAttributeSummary<java.util.Date,​org.deckfour.xes.model.impl.XAttributeTimestampImpl>
      • getStringMaxValue

        public java.lang.String getStringMaxValue()
        Specified by:
        getStringMaxValue in class RangeAttributeSummary<java.util.Date,​org.deckfour.xes.model.impl.XAttributeTimestampImpl>
      • setAttributeClass

        protected void setAttributeClass()
        Specified by:
        setAttributeClass in class AttributeSummary<java.util.Date,​org.deckfour.xes.model.impl.XAttributeTimestampImpl>
      • addValueInSummary

        protected void addValueInSummary​(org.deckfour.xes.model.XAttribute attribute)
        Specified by:
        addValueInSummary in class AttributeSummary<java.util.Date,​org.deckfour.xes.model.impl.XAttributeTimestampImpl>
      • extractAttributeValue

        protected java.util.Date extractAttributeValue​(org.deckfour.xes.model.XAttribute attribute)
        Specified by:
        extractAttributeValue in class AttributeSummary<java.util.Date,​org.deckfour.xes.model.impl.XAttributeTimestampImpl>