- RecentButtonItemActionListener() - Constructor for class unipi.bpm.elm.santeramo.controller.EventLogManagerController.RecentButtonItemActionListener
-
- RecentButtonMouseListener() - Constructor for class unipi.bpm.elm.santeramo.controller.EventLogManagerController.RecentButtonMouseListener
-
Creates a RecentButtonMouseListener
, calling the
constructor of the super class and then initialising the instance
variables.
- recentLogList - Variable in class unipi.bpm.elm.santeramo.model.EventLogManagerModel
-
This variable, instance of the MostRecentElementList
class, represents a
LinkedList
object for managing a limited list of String
representing absolute file paths (paths associated to the last opened files in the
application).
- redo() - Method in class unipi.bpm.elm.santeramo.view.EventLogEditor
-
- redoEventLog() - Method in class unipi.bpm.elm.santeramo.controller.EditorManager
-
This method, if an EventLogEditor
frame is selected, redo the
last action undone inside the EventLogEditor
text area.
- redoEventLog() - Method in class unipi.bpm.elm.santeramo.controller.EventLogManagerController
-
Redoes the last action undone inside the text area of the the
EventLogEditor
editor (the one selected inside the
contentArea
).
- removeUpdate(DocumentEvent) - Method in class unipi.bpm.elm.santeramo.controller.EventLogManagerController.EventLogEditorDocumentListener
-
Gives notification that a portion of the document has been removed.
- reset() - Method in class unipi.bpm.elm.santeramo.view.FootprintFilter
-
- resetAll() - Method in class unipi.bpm.elm.santeramo.view.EventLogEditor
-
Reset all the saved data associated with this editor.
- resetConfigFile(String) - Method in class unipi.bpm.elm.santeramo.model.EventLogManagerModel
-
Resets all the values of the configuration file defined by
the passed id to their respective default values.
- resetElmConfig() - Method in class unipi.bpm.elm.santeramo.model.EventLogManagerModel
-
Resets all the values of the elm.txt configuration file.
- resetFootprintFilter() - Method in class unipi.bpm.elm.santeramo.view.EventLogEditor
-
This method resets the values of the FootprintFilter
footprintFilter
, setting them
as not defined (except the minimum number of occurrences per trace, that is always defined as a number value).
- resetFootprintMatrices() - Method in class unipi.bpm.elm.santeramo.view.EventLogEditor
-
- resetXesConfig() - Method in class unipi.bpm.elm.santeramo.model.EventLogManagerModel
-
Resets all the values of the xes.txt configuration file.
- resetXesLogs() - Method in class unipi.bpm.elm.santeramo.view.EventLogEditor
-
This method reset the
Collection
of
XLog
associated with this editor
content and represented by the
EventLogEditor.xesLogs
variable.
- resetZoomEventLog() - Method in class unipi.bpm.elm.santeramo.controller.EditorManager
-
Reset to the default value the font size of the content of the selected
EventLogEditor
editor (that is inside the
contentArea
).
- resetZoomEventLog() - Method in class unipi.bpm.elm.santeramo.controller.EventLogManagerController
-
Reset to the default value the font size of the content of the
EventLogEditor
editor (the one selected inside the
contentArea
).
- rightAssociative - Variable in class unipi.bpm.elm.santeramo.controller.EventLogGenerator
-
This variable defines a constant that symbolises
the right associativity of an operator.