Modifier and Type | Method and Description |
---|---|
void |
DataController.applyNewSettingsSequentially(DataSettings deltaSettings) |
Modifier and Type | Method and Description |
---|---|
DataSettings |
DataSettings.copy() |
static DataSettings |
DataSettings.defaultSettings() |
Modifier and Type | Method and Description |
---|---|
void |
DataSettings.apply(DataSettings delta) |
Modifier and Type | Method and Description |
---|---|
void |
BetterPSMTimeScale.onDataSourceChanged(DataSettings deltaSettings) |
void |
ClassificationLegendFrame.onDataSourceChanged(DataSettings deltaSettings) |
void |
PSMControlBar.onDataSourceChanged(DataSettings deltaSettings) |
void |
SegmentsListPanel.onDataSourceChanged(DataSettings deltaSettings) |
Modifier and Type | Method and Description |
---|---|
void |
SegmentDataPanel.updateDataSettings(DataSettings deltaSettings) |
void |
SegmentInfoPanel.updateDataSettings(DataSettings deltaSettings) |
void |
SegmentPanel.updateDataSettings(DataSettings deltaSettings) |
void |
UpdatableJPanel.updateDataSettings(DataSettings deltaSettings) |
Modifier and Type | Method and Description |
---|---|
void |
PSMUpdateManager.dataSourceChanged(DataSettings deltaSettings) |
void |
PSMUpdateManager.dataSourceGoingToChange(DataSettings deltaSettings) |
default void |
PSMUpdateListener.onDataSourceChanged(DataSettings deltaSettings) |
default void |
PSMUpdateListener.onDataSourceGoingToChange(DataSettings deltaSettings) |
Modifier and Type | Method and Description |
---|---|
void |
PSMParameters.recreate(DataSettings dataSettings,
PlaceSelectionMap placeSelectionMap,
SegmentMeasurementController measurementController,
org.processmining.models.graphbased.directed.petrinet.Petrinet original) |
Constructor and Description |
---|
PSMParameters(DataSettings dataSettings,
PlaceSelectionMap placeSelectionMap,
boolean instantMode) |
Modifier and Type | Method and Description |
---|---|
void |
PrimitiveDataSettings.recreate(DataSettings dataSettings,
org.processmining.models.graphbased.directed.petrinet.Petrinet net) |
Constructor and Description |
---|
PrimitiveDataSettings(DataSettings dataSettings) |
Modifier and Type | Method and Description |
---|---|
void |
GraphController.onDataSourceChanged(DataSettings deltaSettings) |
Constructor and Description |
---|
SettingsController(PSMUpdateManager psmUpdateManager,
DataController<MyDataSource> dataController,
DataSettings initialDataSettings,
PlaceSelectionMap placeSelectionMap,
boolean instantMode) |