Class Parameters

  • All Implemented Interfaces:
    org.processmining.basicutils.parameters.PluginParameters

    public class Parameters
    extends org.processmining.basicutils.parameters.impl.PluginParametersImpl
    • Field Summary

      • Fields inherited from interface org.processmining.basicutils.parameters.PluginParameters

        DEBUG, ERROR, MESSAGE, WARNING
    • Constructor Summary

      Constructors 
      Constructor Description
      Parameters()  
      Parameters​(int max_depth, double threshold_tau_result, double threshold_delta_result, boolean remIP)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.deckfour.xes.classification.XEventClassifier getClassifier()  
      int getDeltaAdaptionSteepness()  
      int getMax_depth()  
      double getThresholdDelta()  
      double getThresholdTau()  
      boolean isRemoveImps()  
      java.lang.String toString()  
      • Methods inherited from class org.processmining.basicutils.parameters.impl.PluginParametersImpl

        displayError, displayError, displayMessage, displayMessage, displayWarning, displayWarning, equals, getMessageLevel, isTryConnections, setMessageLevel, setTryConnections
      • Methods inherited from class java.lang.Object

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

      • Parameters

        public Parameters​(int max_depth,
                          double threshold_tau_result,
                          double threshold_delta_result,
                          boolean remIP)
      • Parameters

        public Parameters()
    • Method Detail

      • getThresholdTau

        public double getThresholdTau()
      • getThresholdDelta

        public double getThresholdDelta()
      • getDeltaAdaptionSteepness

        public int getDeltaAdaptionSteepness()
      • getClassifier

        public org.deckfour.xes.classification.XEventClassifier getClassifier()
      • getMax_depth

        public int getMax_depth()
      • isRemoveImps

        public boolean isRemoveImps()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object