Class RootCauseAnalysisParameters

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

    public class RootCauseAnalysisParameters
    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
      RootCauseAnalysisParameters()  
      RootCauseAnalysisParameters​(java.util.Set<org.processmining.contextawareperformance.models.eventcollectionviews.EventCollectionViewType> viewTypes, java.util.Set<? extends org.processmining.contextawareperformance.models.functions.context.Context<?>> contexts, java.util.Set<? extends org.processmining.contextawareperformance.models.functions.performance.Performance<?>> performanceMeasures, boolean clone)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      java.util.Set<? extends org.processmining.contextawareperformance.models.functions.context.Context<?>> getContextFunctionsToUse()  
      java.util.Set<org.processmining.contextawareperformance.models.eventcollectionviews.EventCollectionViewType> getEventCollectionViewTypesToUse()  
      java.util.Set<? extends org.processmining.contextawareperformance.models.functions.performance.Performance<?>> getPerformanceFunctionsToUse()  
      org.jfree.data.time.RegularTimePeriod getTimePeriod()  
      int hashCode()  
      boolean isClone()  
      void setClone​(boolean clone)  
      void setContextFunctionsToUse​(java.util.Set<? extends org.processmining.contextawareperformance.models.functions.context.Context<?>> contextFunctionsToUse)  
      void setEventCollectionViewTypesToUse​(java.util.Set<org.processmining.contextawareperformance.models.eventcollectionviews.EventCollectionViewType> eventCollectionViewTypesToUse)  
      void setPerformanceFunctionsToUse​(java.util.Set<? extends org.processmining.contextawareperformance.models.functions.performance.Performance<?>> performanceFunctionsToUse)  
      void setTimePeriod​(org.jfree.data.time.RegularTimePeriod timePeriod)  
      java.lang.String toString()  
      • Methods inherited from class org.processmining.basicutils.parameters.impl.PluginParametersImpl

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

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

      • RootCauseAnalysisParameters

        public RootCauseAnalysisParameters()
      • RootCauseAnalysisParameters

        public RootCauseAnalysisParameters​(java.util.Set<org.processmining.contextawareperformance.models.eventcollectionviews.EventCollectionViewType> viewTypes,
                                           java.util.Set<? extends org.processmining.contextawareperformance.models.functions.context.Context<?>> contexts,
                                           java.util.Set<? extends org.processmining.contextawareperformance.models.functions.performance.Performance<?>> performanceMeasures,
                                           boolean clone)
    • Method Detail

      • getEventCollectionViewTypesToUse

        public java.util.Set<org.processmining.contextawareperformance.models.eventcollectionviews.EventCollectionViewType> getEventCollectionViewTypesToUse()
      • setEventCollectionViewTypesToUse

        public void setEventCollectionViewTypesToUse​(java.util.Set<org.processmining.contextawareperformance.models.eventcollectionviews.EventCollectionViewType> eventCollectionViewTypesToUse)
      • getContextFunctionsToUse

        public java.util.Set<? extends org.processmining.contextawareperformance.models.functions.context.Context<?>> getContextFunctionsToUse()
      • setContextFunctionsToUse

        public void setContextFunctionsToUse​(java.util.Set<? extends org.processmining.contextawareperformance.models.functions.context.Context<?>> contextFunctionsToUse)
      • getPerformanceFunctionsToUse

        public java.util.Set<? extends org.processmining.contextawareperformance.models.functions.performance.Performance<?>> getPerformanceFunctionsToUse()
      • setPerformanceFunctionsToUse

        public void setPerformanceFunctionsToUse​(java.util.Set<? extends org.processmining.contextawareperformance.models.functions.performance.Performance<?>> performanceFunctionsToUse)
      • getTimePeriod

        public org.jfree.data.time.RegularTimePeriod getTimePeriod()
      • setTimePeriod

        public void setTimePeriod​(org.jfree.data.time.RegularTimePeriod timePeriod)
      • isClone

        public boolean isClone()
      • setClone

        public void setClone​(boolean clone)
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class org.processmining.basicutils.parameters.impl.PluginParametersImpl
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

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