Class OddRulesParameters

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

    public class OddRulesParameters
    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
      OddRulesParameters()  
      OddRulesParameters​(double highSupportPattern, double confHighConfRules, org.deckfour.xes.classification.XEventClassifier eventattribute, int oddDistance)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getConfHighConfRules()  
      org.deckfour.xes.classification.XEventClassifier getEventClassifier()  
      double getHighSupportPattern()  
      int getOddDistance()  
      void setConfHighConfRules​(double confHighConfRules)  
      void setEventClassifier​(org.deckfour.xes.classification.XEventClassifier eventAttribute)  
      void setHighSupportPattern​(double highSupportPattern)  
      void setOddDistance​(int oddDistance)  
      • 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, toString, wait, wait, wait
    • Constructor Detail

      • OddRulesParameters

        public OddRulesParameters()
      • OddRulesParameters

        public OddRulesParameters​(double highSupportPattern,
                                  double confHighConfRules,
                                  org.deckfour.xes.classification.XEventClassifier eventattribute,
                                  int oddDistance)
    • Method Detail

      • getHighSupportPattern

        public double getHighSupportPattern()
      • setHighSupportPattern

        public void setHighSupportPattern​(double highSupportPattern)
      • getOddDistance

        public int getOddDistance()
      • setOddDistance

        public void setOddDistance​(int oddDistance)
      • getConfHighConfRules

        public double getConfHighConfRules()
      • setConfHighConfRules

        public void setConfHighConfRules​(double confHighConfRules)
      • getEventClassifier

        public org.deckfour.xes.classification.XEventClassifier getEventClassifier()
      • setEventClassifier

        public void setEventClassifier​(org.deckfour.xes.classification.XEventClassifier eventAttribute)