Constructor and Description |
---|
SubviewSettingsPanel(DiscoveryWorkbenchController.View baseView,
SubviewSvgModel subviewSvgModel,
AnalysisAlignMetricOverlayManager overlayManager) |
Modifier and Type | Method and Description |
---|---|
javax.swing.JComponent |
getRootComponent() |
void |
setActivityInfo(HierarchyActivityInfo actInfo,
IActivityLabeler labeler) |
void |
setActivityLabeler(ActivityLabeler activityLabeler) |
void |
setActivityThreshold(double threshold) |
void |
setAlignmentAlgorithm(AnalysisAlgorithm algorithm) |
void |
setAlignmentMetric(AnalysisAlignMetricOverlay metric) |
void |
setAnalysisStatMode(MetricValueScale.StatMode value) |
void |
setAnalysisStatOptions(MetricValueScale.StatMode[] values) |
void |
setDepthThreshold(double min,
double max) |
void |
setDiscoveryAlgorithm(DiscoverEPTreeRecipe.DiscoveryAlgorithm algorithm) |
protected void |
setErrorOptions(java.util.Set<java.lang.String> values) |
void |
setEvent2Time(IEvent2Time event2time) |
void |
setEvent2TimeOptions(java.util.List<IEvent2Time> options) |
void |
setInputDirection(org.processmining.plugins.graphviz.dot.Dot.GraphDirection dir) |
void |
setInputErrors(java.util.Set<java.lang.String> values) |
void |
setInputUseCancelation(boolean value) |
void |
setLogExportEnabled(boolean enabled) |
void |
setOverlayColorLegend(IColorMap nodeColorMap,
IMetricValueConvertor nodeValueConvertor,
IColorMap edgeColorMap,
IMetricValueConvertor edgeValueConvertor) |
void |
setPathThreshold(double threshold) |
void |
setResourceAttribute(java.lang.String resourceAttribute) |
void |
setResourceAttributeOptions(java.util.List<java.lang.String> attrOptions) |
void |
setSelectedVis(ModelVisualization visOption) |
void |
setShowLogMoves(boolean use) |
void |
setUseEPTreeReduct(boolean use) |
void |
setUseRecurseArrow(boolean use) |
void |
setUseSCReduct(boolean use) |
public SubviewSettingsPanel(DiscoveryWorkbenchController.View baseView, SubviewSvgModel subviewSvgModel, AnalysisAlignMetricOverlayManager overlayManager)
public javax.swing.JComponent getRootComponent()
getRootComponent
in interface ISubview
public void setActivityInfo(HierarchyActivityInfo actInfo, IActivityLabeler labeler)
public void setInputDirection(org.processmining.plugins.graphviz.dot.Dot.GraphDirection dir)
public void setDiscoveryAlgorithm(DiscoverEPTreeRecipe.DiscoveryAlgorithm algorithm)
public void setUseEPTreeReduct(boolean use)
public void setUseSCReduct(boolean use)
public void setUseRecurseArrow(boolean use)
public void setActivityThreshold(double threshold)
public void setPathThreshold(double threshold)
public void setDepthThreshold(double min, double max)
public void setLogExportEnabled(boolean enabled)
public void setActivityLabeler(ActivityLabeler activityLabeler)
public void setSelectedVis(ModelVisualization visOption)
public void setInputUseCancelation(boolean value)
public void setInputErrors(java.util.Set<java.lang.String> values)
public void setAlignmentAlgorithm(AnalysisAlgorithm algorithm)
public void setAlignmentMetric(AnalysisAlignMetricOverlay metric)
public void setEvent2TimeOptions(java.util.List<IEvent2Time> options)
public void setEvent2Time(IEvent2Time event2time)
public void setAnalysisStatOptions(MetricValueScale.StatMode[] values)
public void setAnalysisStatMode(MetricValueScale.StatMode value)
public void setResourceAttributeOptions(java.util.List<java.lang.String> attrOptions)
public void setResourceAttribute(java.lang.String resourceAttribute)
public void setOverlayColorLegend(IColorMap nodeColorMap, IMetricValueConvertor nodeValueConvertor, IColorMap edgeColorMap, IMetricValueConvertor edgeValueConvertor)
protected void setErrorOptions(java.util.Set<java.lang.String> values)
public void setShowLogMoves(boolean use)