Class DiscretizationInterval

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable

    public class DiscretizationInterval
    extends org.processmining.framework.util.Pair<java.lang.Double,​java.lang.Double>
    implements java.io.Serializable, java.lang.Cloneable
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class org.processmining.framework.util.Pair

        first, second
    • Constructor Summary

      Constructors 
      Constructor Description
      DiscretizationInterval​(java.lang.Double first, java.lang.Double second)  
      DiscretizationInterval​(java.lang.Double first, java.lang.Double second, boolean secExtremeIncluded)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object clone()  
      java.lang.String getName()  
      boolean isSecExtremeIncluded()  
      void setName​(java.lang.String name)  
      java.lang.String toString()  
      • Methods inherited from class org.processmining.framework.util.Pair

        equals, getFirst, getSecond, hashCode
      • Methods inherited from class java.lang.Object

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

      • DiscretizationInterval

        public DiscretizationInterval​(java.lang.Double first,
                                      java.lang.Double second)
      • DiscretizationInterval

        public DiscretizationInterval​(java.lang.Double first,
                                      java.lang.Double second,
                                      boolean secExtremeIncluded)
    • Method Detail

      • getName

        public java.lang.String getName()
      • setName

        public void setName​(java.lang.String name)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class org.processmining.framework.util.Pair<java.lang.Double,​java.lang.Double>
      • clone

        public java.lang.Object clone()
                               throws java.lang.CloneNotSupportedException
        Overrides:
        clone in class java.lang.Object
        Throws:
        java.lang.CloneNotSupportedException
      • isSecExtremeIncluded

        public boolean isSecExtremeIncluded()