Package | Description |
---|---|
org.processmining.featuremerge.confs | |
org.processmining.featuremerge.dialogs |
Modifier and Type | Method and Description |
---|---|
java.util.HashMap<java.lang.String,Threshold> |
Configuration.getThresholds() |
Modifier and Type | Method and Description |
---|---|
void |
Configuration.setThreshods(java.util.HashMap<java.lang.String,Threshold> thresholds) |
Constructor and Description |
---|
Configuration(IndicatorValuesMatrix matrix,
java.lang.String[] selected,
java.util.HashMap<java.lang.String,Threshold> thresholds) |
Modifier and Type | Method and Description |
---|---|
java.util.HashMap<java.lang.String,Threshold> |
ThresholdSelectorDialog.getThresholds()
Returns an HashMap linking each selected indicator to the corresponding constraint (in terms of type of comparison operator and threshold)
|