public class RootCauseAnalysisParameters
extends org.processmining.basicutils.parameters.impl.PluginParametersImpl
Constructor and 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) |
Modifier and Type | Method and 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() |
public 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)
public java.util.Set<org.processmining.contextawareperformance.models.eventcollectionviews.EventCollectionViewType> getEventCollectionViewTypesToUse()
public void setEventCollectionViewTypesToUse(java.util.Set<org.processmining.contextawareperformance.models.eventcollectionviews.EventCollectionViewType> eventCollectionViewTypesToUse)
public java.util.Set<? extends org.processmining.contextawareperformance.models.functions.context.Context<?>> getContextFunctionsToUse()
public void setContextFunctionsToUse(java.util.Set<? extends org.processmining.contextawareperformance.models.functions.context.Context<?>> contextFunctionsToUse)
public java.util.Set<? extends org.processmining.contextawareperformance.models.functions.performance.Performance<?>> getPerformanceFunctionsToUse()
public void setPerformanceFunctionsToUse(java.util.Set<? extends org.processmining.contextawareperformance.models.functions.performance.Performance<?>> performanceFunctionsToUse)
public org.jfree.data.time.RegularTimePeriod getTimePeriod()
public void setTimePeriod(org.jfree.data.time.RegularTimePeriod timePeriod)
public boolean isClone()
public void setClone(boolean clone)
public boolean equals(java.lang.Object obj)
equals
in class org.processmining.basicutils.parameters.impl.PluginParametersImpl
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object