- calculateExpression(String[]) - Method in class unipi.bpm.elm.santeramo.controller.EventLogGenerator
-
Given an expression in postfix notation that defines a set of event traces,
the method returns an array of all possible traces that can be generated
from this expression.
- canParse(File) - Method in class unipi.bpm.elm.santeramo.controller.CsvXesParser
-
Checks whether this parser can handle the given file
- changedUpdate(DocumentEvent) - Method in class unipi.bpm.elm.santeramo.controller.EventLogManagerController.EventLogEditorDocumentListener
-
Gives notification that an attribute or set of attributes changed.
- checkInternetConnection(String, int) - Method in class unipi.bpm.elm.santeramo.controller.EventLogManagerController
-
Checks if the given URL is reachable online in the given timeout,using an
HTTP connection, and if an HEAD request returns a success/redirect response
code or not.
- classifierMenu - Variable in class unipi.bpm.elm.santeramo.view.FilterPanel
-
The JComboBox
that contains all the registered classifiers.
- classifiers - Variable in class unipi.bpm.elm.santeramo.view.FootprintFilter
-
The Collection
of XEventClassifier
representing the list of registered classifiers for the
EventLogEditor
content.
- closeFilterDialog() - Method in class unipi.bpm.elm.santeramo.view.EventLogEditor
-
- closeInternalFrame(JInternalFrame) - Method in class unipi.bpm.elm.santeramo.controller.EditorManager
-
Closes the
JInternalFrame
passed as parameter, if one is passed,
or the selected one inside the
contentArea
,
if a frame is set as selected.
- closeInternalFrame(JInternalFrame) - Method in class unipi.bpm.elm.santeramo.controller.EventLogManagerController
-
Closes the
JInternalFrame
passed as parameter, if one is passed,
or the selected one inside the
contentArea
,
if a frame is set as selected.
- complete - Variable in class unipi.bpm.elm.santeramo.view.FootprintFilter
-
This variable shows the state of the filter.
- computeNext() - Method in class unipi.bpm.elm.santeramo.controller.AnalysisManager.AlphabetSequenceGenerator
-
Generates the next element in alphabet order of an infinite
list of elements, starting from "a" and using infinite characters for
defining a single element (i.e. elements go from a single character
composition, "a" for example, to an infinite one, "cdf" for example
using three characters).
- contentArea - Variable in class unipi.bpm.elm.santeramo.view.EventLogManagerView
-
The JDesktopPane
that defines the main
central area of the application.
- copy() - Method in class unipi.bpm.elm.santeramo.view.EventLogEditor
-
- copyEventLog() - Method in class unipi.bpm.elm.santeramo.controller.EditorManager
-
This method, if an EventLogEditor
frame is selected, copies the
selected text, if present, into the system clipboard.
- copyEventLog() - Method in class unipi.bpm.elm.santeramo.controller.EventLogManagerController
-
Copies the selected text in the text area of the
EventLogEditor
editor
(the one selected inside the
contentArea
)
into the system clipboard.
- createElmPanel(ActionListener) - Method in class unipi.bpm.elm.santeramo.controller.InfoManager
-
This method defines the structure of the second tab content in the main panel.
- createXesPanel(ActionListener) - Method in class unipi.bpm.elm.santeramo.controller.InfoManager
-
This method defines the structure of the first tab content in the main panel.
- CsvXesParser - Class in unipi.bpm.elm.santeramo.controller
-
This class extends XParser
to define a XES parser
for reading XES models from a given input stream in CSV format.
- CsvXesParser() - Constructor for class unipi.bpm.elm.santeramo.controller.CsvXesParser
-
Constructs a CsvXesParser
, ready to use.
- CustomDesktopManager - Class in unipi.bpm.elm.santeramo.view
-
This class extends
DefaultDesktopManager
to create a new DesktopManger able to manage the position
of every new
JInternalFrame
frame positioned inside a
JDesktopPane
(in our case
represented by the
contentArea
area).
- CustomDesktopManager() - Constructor for class unipi.bpm.elm.santeramo.view.CustomDesktopManager
-
Constructor for this class.
- cut() - Method in class unipi.bpm.elm.santeramo.view.EventLogEditor
-
- cutEventLog() - Method in class unipi.bpm.elm.santeramo.controller.EditorManager
-
This method, if an EventLogEditor
frame is selected, cuts the
selected text, if present, into the system clipboard.
- cutEventLog() - Method in class unipi.bpm.elm.santeramo.controller.EventLogManagerController
-
Cuts the selected text in the text area of the
EventLogEditor
editor
(the one selected inside the
contentArea
)
into the system clipboard.