- generateEventLog(String) - Method in class unipi.bpm.elm.santeramo.controller.AnalysisManager
-
This method first generates a set of strings representing all the possible combination
of a set of elements, passed using an infix expression that defines the possible
structure of the generated strings.
- generateEventLog(String) - Method in class unipi.bpm.elm.santeramo.controller.EventLogManagerController
-
Generates a XES log from the passed expression that defines the possible event traces.
- generateEventLogActionListener - Variable in class unipi.bpm.elm.santeramo.controller.EventLogManagerController
-
This object, instance of the inner class
GenerateEventLogActionListener
,
will be the
ActionListener
for all the dialogs that are created to
manage the generation of event log from expressions.
- GenerateEventLogActionListener() - Constructor for class unipi.bpm.elm.santeramo.controller.EventLogManagerController.GenerateEventLogActionListener
-
- generateEventLogFootprint(boolean, EventLogEditor, FootprintFilter...) - Method in class unipi.bpm.elm.santeramo.controller.AnalysisManager
-
This method analyses the XES log contained inside the selected EventLogEditor
(or the passed one as parameter),
using the EventLogEditor
filter (or the one passed as parameter), creating at the end of the process a HTML report
with a footprint matrix in it representing the casual dependencies between event traces.
- generateEventLogFootprint(boolean, EventLogEditor, FootprintFilter...) - Method in class unipi.bpm.elm.santeramo.controller.EventLogManagerController
-
This method analyses the XES log contained inside the selected EventLogEditor
(or the passed one as parameter),
using the EventLogEditor
filter (or the one passed as parameter), creating at the end of the process a HTML report
with a footprint matrix in it representing the casual dependencies between event traces.
- generateTraces(String) - Method in class unipi.bpm.elm.santeramo.controller.EventLogGenerator
-
Given an expression that defines a set of event traces, the method first checks if it is a valid
expression (not empty, equal number of left and right parentheses and the use of only these symbols
[ A-Z a-z 0-9 ( ) + | ]), then transforms it from infix notation to postfix notation, and at the end
generates from the postfix expression the result containing all the possible strings defined by the expression.
- generateXesFromCsv() - Method in class unipi.bpm.elm.santeramo.controller.AnalysisManager
-
This method generates a XES log from a CSV document that is inside the selected
EventLogEditor
.
- generateXesFromCsv() - Method in class unipi.bpm.elm.santeramo.controller.EventLogManagerController
-
Generates a XES log from the content (in a CSV-format) of the selected
EventLogEditor
(the one inside the
contentArea
).
- generateXLogs(CSVReader, List<XLog>, int) - Method in class unipi.bpm.elm.santeramo.controller.CsvXesParser
-
This method first starts reading the file from top to bottom searching for the first line
with some text.
- getAbsolutePath() - Method in class unipi.bpm.elm.santeramo.view.EventLogEditor
-
- getAbsolutePath() - Method in class unipi.bpm.elm.santeramo.view.FootprintMatrixInfo
-
- getAnalysisManager() - Method in class unipi.bpm.elm.santeramo.controller.EventLogManagerController
-
- getAuthor() - Method in class unipi.bpm.elm.santeramo.controller.XesCsvSerializer
-
Returns the name of this serialization's author.
- getClassifiers() - Method in class unipi.bpm.elm.santeramo.view.FilterPanel
-
Returns the Collection
of XEventClassifier
registered for the log inside the EventLogEditor
.
- getClassifiers() - Method in class unipi.bpm.elm.santeramo.view.FootprintFilter
-
Returns the Collection
of the registered XEventClassifier
for the associated log.
- getConfigValue(String, String) - Method in class unipi.bpm.elm.santeramo.model.EventLogManagerModel
-
Gets the value of the passed key that resides inside
the configuration file defined by the id passed as parameter.
- getContentArea() - Method in class unipi.bpm.elm.santeramo.view.EventLogManagerView
-
- getDefaultFontSize() - Method in class unipi.bpm.elm.santeramo.view.EventLogEditor
-
- getDescription() - Method in class unipi.bpm.elm.santeramo.controller.XesCsvSerializer
-
Returns a brief description of this serialisation.
- getDiscoveryTab() - Method in class unipi.bpm.elm.santeramo.view.EventLogManagerView
-
- getEditorCompletions() - Method in class unipi.bpm.elm.santeramo.model.EventLogManagerModel
-
Returns a String
array of all the completions defined in the completions.txt
configuration file.
- getEditorManager() - Method in class unipi.bpm.elm.santeramo.controller.EventLogManagerController
-
- getEditorTemplates() - Method in class unipi.bpm.elm.santeramo.model.EventLogManagerModel
-
Returns a list of three lists, the first one containing the templates id from
the templates.txt configuration file, the second one containing the relative
begin part of the blocks, the third one containing the relative end part of the blocs.
- getEndEvents() - Method in class unipi.bpm.elm.santeramo.view.FilterPanel
-
Returns the HashMap
that contains all the possible end events and their selection in a boolean value.
- getEndEvents() - Method in class unipi.bpm.elm.santeramo.view.FootprintFilter
-
Returns the HashMap
containing all the possible end events
(recorded by name) for the considered log with an associated boolean value that represents
if the end event has been selected or not for the analysis.
- getErrors() - Method in class unipi.bpm.elm.santeramo.controller.CsvXesParser
-
This method returns the possible error happened during the parsing process.
- getEventLogEditor() - Method in class unipi.bpm.elm.santeramo.view.FilterPanel
-
Returns the EventLogEditor
owner of this panel.
- getEventTimestampDistance() - Method in class unipi.bpm.elm.santeramo.model.EventLogManagerModel
-
Gets the distance between generated event time-stamp (in seconds)
from the elm.txt configuration file.
- getFileChooser() - Method in class unipi.bpm.elm.santeramo.view.EventLogManagerView
-
- getFileTab() - Method in class unipi.bpm.elm.santeramo.view.EventLogManagerView
-
- getFilterDialog() - Method in class unipi.bpm.elm.santeramo.view.EventLogEditor
-
This method returns the opened JDialog
filterDialog
that implements the filters panel associated with this editor.
- getFontSize() - Method in class unipi.bpm.elm.santeramo.view.EventLogEditor
-
- getFooterArea() - Method in class unipi.bpm.elm.santeramo.view.EventLogManagerView
-
- getFooterAreaButtonsGroup() - Method in class unipi.bpm.elm.santeramo.view.EventLogManagerView
-
- getFootprintFilter() - Method in class unipi.bpm.elm.santeramo.view.EventLogEditor
-
This method returns the FootprintFilter
footprintFilter
to use when generating the footprint matrix of this editor content.
- getFootprintMatrices() - Method in class unipi.bpm.elm.santeramo.view.EventLogEditor
-
- getInfoManager() - Method in class unipi.bpm.elm.santeramo.controller.EventLogManagerController
-
- getInfoTab() - Method in class unipi.bpm.elm.santeramo.view.EventLogManagerView
-
- getInternalFrameNumber() - Method in class unipi.bpm.elm.santeramo.model.EventLogManagerModel
-
- getMaxSize() - Method in class unipi.bpm.elm.santeramo.model.EventLogManagerModel.MostRecentElementList
-
Returns the maximum size defined for this list.
- getMenuArea() - Method in class unipi.bpm.elm.santeramo.view.EventLogManagerView
-
- getMinTraceOccurrences() - Method in class unipi.bpm.elm.santeramo.view.FootprintFilter
-
Returns the minimum number of occurrence for a trace to be considered during the analysis.
- getMinTraceOccurrenceValue() - Method in class unipi.bpm.elm.santeramo.view.FilterPanel
-
- getModel() - Method in class unipi.bpm.elm.santeramo.controller.EventLogManagerController
-
- getName() - Method in class unipi.bpm.elm.santeramo.controller.XesCsvSerializer
-
Returns the human-readable name of this serialisation.
- getParserLog() - Method in class unipi.bpm.elm.santeramo.controller.AnalysisManager.ParserContentHandler
-
- getPopupLocation(MouseEvent) - Method in class unipi.bpm.elm.santeramo.view.FooterAreaButton
-
Returns the preferred location to display the pop-up menu in this component's coordinate system.
- getPrecedence(String, String) - Method in class unipi.bpm.elm.santeramo.controller.EventLogGenerator
-
Compares the precedence of the two passed operators (if one of them or both are not
operators, an unchecked exception will be thrown), to understand which one has the
precedence during the calculation of the expression.
- getRecentListNumber() - Method in class unipi.bpm.elm.santeramo.model.EventLogManagerModel
-
Gets the recent list number of documents from the elm.txt configuration file.
- getRecentLogs() - Method in class unipi.bpm.elm.santeramo.model.EventLogManagerModel
-
- getSelectedClassifier() - Method in class unipi.bpm.elm.santeramo.view.FilterPanel
-
- getSelectedClassifier() - Method in class unipi.bpm.elm.santeramo.view.FootprintFilter
-
Returns the XEventClassifier
selected for the log analysis.
- getStartEvents() - Method in class unipi.bpm.elm.santeramo.view.FilterPanel
-
Returns the HashMap
that contains all the possible start events and their selection in a boolean value.
- getStartEvents() - Method in class unipi.bpm.elm.santeramo.view.FootprintFilter
-
Returns the HashMap
containing all the possible start events
(recorded by name) for the considered log with an associated boolean value that represents
if the start event has been selected or not for the analysis.
- getSuffices() - Method in class unipi.bpm.elm.santeramo.controller.XesCsvSerializer
-
Returns an array of possible file suffices for this serialisation.
- getTextArea() - Method in class unipi.bpm.elm.santeramo.view.EventLogEditor
-
- getTextArea() - Method in class unipi.bpm.elm.santeramo.view.FootprintMatrixInfo
-
- getTextAreaContent(Writer) - Method in class unipi.bpm.elm.santeramo.view.EventLogEditor
-
- getTextAreaContent() - Method in class unipi.bpm.elm.santeramo.view.FootprintMatrixInfo
-
- getView() - Method in class unipi.bpm.elm.santeramo.controller.EventLogManagerController
-
- getWarnings() - Method in class unipi.bpm.elm.santeramo.controller.CsvXesParser
-
This method returns the possibile warning list recorded during the parsing process.
- getXesExtSchemaLocal() - Method in class unipi.bpm.elm.santeramo.model.EventLogManagerModel
-
Gets the XESEXT Schema local path stored in the xes.txt config file.
- getXesExtSchemaUrl() - Method in class unipi.bpm.elm.santeramo.model.EventLogManagerModel
-
Gets the XESEXT Schema URL stored in the xes.txt config file.
- getXesLogs() - Method in class unipi.bpm.elm.santeramo.view.EventLogEditor
-
Returns the
Collection
of
XLog
associated with this editor
content and represented by the
EventLogEditor.xesLogs
variable.
- getXesSchemaLocal() - Method in class unipi.bpm.elm.santeramo.model.EventLogManagerModel
-
Gets the XES Schema local path stored in the xes.txt config file.
- getXesSchemaUrl() - Method in class unipi.bpm.elm.santeramo.model.EventLogManagerModel
-
Gets the XES Schema URL stored in the xes.txt config file.
- getXHTML() - Method in class unipi.bpm.elm.santeramo.view.FootprintMatrixInfo
-