Class MyParameters


  • public class MyParameters
    extends java.lang.Object
    Parameters configuration for a process mining plugin.
    • Constructor Detail

      • MyParameters

        public MyParameters()
        Initializes parameters with default values.
    • Method Detail

      • getContextWindowSize

        public int getContextWindowSize()
      • setContextWindowSize

        public void setContextWindowSize​(int contextWindowSize)
      • getChoicePNComplexity

        public int getChoicePNComplexity()
      • setChoicePNComplexity

        public void setChoicePNComplexity​(int choicePNComplexity)
      • getSequenceThreshold

        public double getSequenceThreshold()
      • setSequenceThreshold

        public void setSequenceThreshold​(double sequenceThreshold)
      • getChoiceThreshold

        public double getChoiceThreshold()
      • setChoiceThreshold

        public void setChoiceThreshold​(double choiceThreshold)
      • isMinimalPlaces

        public boolean isMinimalPlaces()
      • setMinimalPlaces

        public void setMinimalPlaces​(boolean minimalPlaces)