Class VirtualAttributeTraceDistinctEventAttribute

  • All Implemented Interfaces:
    java.lang.Comparable<org.processmining.plugins.inductiveminer2.attributes.Attribute>, org.processmining.plugins.inductiveminer2.attributes.Attribute

    public class VirtualAttributeTraceDistinctEventAttribute
    extends org.processmining.plugins.inductiveminer2.attributes.AttributeVirtualTraceNumericAbstract
    • Field Summary

      • Fields inherited from class org.processmining.plugins.inductiveminer2.attributes.AttributeVirtualTraceNumericAbstract

        max, min
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      double getNumeric​(org.deckfour.xes.model.XAttributable x)
      The numeric value, or -Double.MAX_VALUE if it does not exist.
      double getNumericBoolean​(org.deckfour.xes.model.XAttributable x)  
      double getNumericDuration​(org.deckfour.xes.model.XAttributable x)  
      double getNumericLiteral​(org.deckfour.xes.model.XAttributable x)  
      double getNumericNumeric​(org.deckfour.xes.model.XAttributable x)  
      double getNumericTime​(org.deckfour.xes.model.XAttributable x)  
      • Methods inherited from class org.processmining.plugins.inductiveminer2.attributes.AttributeVirtualTraceNumericAbstract

        add, getBoolean, getBooleanHasFalse, getBooleanHasTrue, getDuration, getDurationMax, getDurationMin, getLiteral, getNumericMax, getNumericMin, getStringValues, getTime, getTimeMax, getTimeMin, isBoolean, isDuration, isLiteral, isNumeric, isTime
      • Methods inherited from class org.processmining.plugins.inductiveminer2.attributes.AttributeVirtual

        isVirtual
      • Methods inherited from class org.processmining.plugins.inductiveminer2.attributes.AttributeAbstract

        compareTo, equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • VirtualAttributeTraceDistinctEventAttribute

        public VirtualAttributeTraceDistinctEventAttribute​(org.processmining.plugins.inductiveminer2.attributes.AttributeImpl attribute)
    • Method Detail

      • getName

        public java.lang.String getName()
      • getNumeric

        public double getNumeric​(org.deckfour.xes.model.XAttributable x)
        Description copied from interface: org.processmining.plugins.inductiveminer2.attributes.Attribute
        The numeric value, or -Double.MAX_VALUE if it does not exist.
        Returns:
      • getNumericNumeric

        public double getNumericNumeric​(org.deckfour.xes.model.XAttributable x)
      • getNumericBoolean

        public double getNumericBoolean​(org.deckfour.xes.model.XAttributable x)
      • getNumericDuration

        public double getNumericDuration​(org.deckfour.xes.model.XAttributable x)
      • getNumericTime

        public double getNumericTime​(org.deckfour.xes.model.XAttributable x)
      • getNumericLiteral

        public double getNumericLiteral​(org.deckfour.xes.model.XAttributable x)