- absolutePath - Variable in class unipi.bpm.elm.santeramo.view.EventLogEditor
-
This string contains the absolute path of the file associated with
this editor.
- absolutePath - Variable in class unipi.bpm.elm.santeramo.view.FootprintMatrixInfo
-
This string contains the absolute path of the file associated with
this page.
- actionPerformed(ActionEvent) - Method in class unipi.bpm.elm.santeramo.controller.EventLogManagerController.FilterPanelActionListener
-
Invoked when an action occurs.
- actionPerformed(ActionEvent) - Method in class unipi.bpm.elm.santeramo.controller.EventLogManagerController.FooterAreaButtonActionListener
-
Invoked when an action occurs.
- actionPerformed(ActionEvent) - Method in class unipi.bpm.elm.santeramo.controller.EventLogManagerController.GenerateEventLogActionListener
-
Invoked when an action occurs.
- actionPerformed(ActionEvent) - Method in class unipi.bpm.elm.santeramo.controller.EventLogManagerController.MenuAreaButtonActionListener
-
Invoked when an action occurs.
- actionPerformed(ActionEvent) - Method in class unipi.bpm.elm.santeramo.controller.EventLogManagerController.PopupMenuItemActionListener
-
Invoked when an action occurs.
- actionPerformed(ActionEvent) - Method in class unipi.bpm.elm.santeramo.controller.EventLogManagerController.RecentButtonItemActionListener
-
Invoked when an action occurs.
- actionPerformed(ActionEvent) - Method in class unipi.bpm.elm.santeramo.controller.EventLogManagerController.SettingsActionListener
-
- addButtonActionListener(ActionListener) - Method in class unipi.bpm.elm.santeramo.view.FilterPanel
-
- addCompletions(String[], String[]) - Method in class unipi.bpm.elm.santeramo.view.EventLogEditor
-
This method allows to add to the editor RSyntaxTextArea
a set of
predefined completion for keywords and templates id.
- addDocumentListener(DocumentListener) - Method in class unipi.bpm.elm.santeramo.view.EventLogEditor
-
- addFootprintMatrix(String) - Method in class unipi.bpm.elm.santeramo.view.EventLogEditor
-
- addInfo(StringBuffer, SAXParseException) - Method in class unipi.bpm.elm.santeramo.controller.AnalysisManager.ParserContentHandler
-
This method reads the line number, column number and message of the passed
SAXParseException
and then append this information to the passed
StringBuffer
.
- addInfo(StringBuffer, SAXParseException) - Method in class unipi.bpm.elm.santeramo.controller.AnalysisManager.SchemaFactoryErrorHandler
-
This method reads the line number, column number and message of the passed
SAXParseException
and then append this information to the passed
StringBuffer
.
- addKeyEventDispatcher(KeyEventDispatcher) - Method in class unipi.bpm.elm.santeramo.view.EventLogManagerView
-
Adds a KeyEventDispatcher
to the KeyboardFocusManager
of this frame.
- addNewElement(E) - Method in class unipi.bpm.elm.santeramo.model.EventLogManagerModel.MostRecentElementList
-
Adds a new E
element on top of this list, deleting any duplicates and
ensuring the respect of the list maximum size (defined by the maxSize
variable).
- addNewInternalFrame() - Method in class unipi.bpm.elm.santeramo.model.EventLogManagerModel
-
- addPopupMenuItemsListener(ActionListener) - Method in class unipi.bpm.elm.santeramo.view.FooterAreaButton
-
Sets an ActionListener
to the pop-up menu items of the button.
- addRecentLog(String) - Method in class unipi.bpm.elm.santeramo.model.EventLogManagerModel
-
Adds a new String
, representing an absolute file path to record, on top of the
recentLogList
list.
- addTemplates(List<List<String>>) - Method in class unipi.bpm.elm.santeramo.view.EventLogEditor
-
This method allows to add to the editor RSyntaxTextArea
a set of
predefined templates, i.e. a block of code that can be added inside the editor
using a specific keyword.
- AlphabetSequenceGenerator() - Constructor for class unipi.bpm.elm.santeramo.controller.AnalysisManager.AlphabetSequenceGenerator
-
Constructs an AlphabetSequenceGenerator
ready to be used.
- AnalysisManager - Class in unipi.bpm.elm.santeramo.controller
-
This class defines the behaviour of all the MenuAreaButton
buttons in the
application tab menus that are connected to analysis procedures and management.
- AnalysisManager(EventLogManagerController) - Constructor for class unipi.bpm.elm.santeramo.controller.AnalysisManager
-
Constructs a new AnalysisManager
, with the EventLogManagerController
passed as parameter associated to it.
- analysisManager - Variable in class unipi.bpm.elm.santeramo.controller.EventLogManagerController
-
The AnalysisManager
used by the Controller to manage all the operations
associated with the MenuAreaButton
buttons in the application tab menu
that are connected to analysis procedures and management.
- AnalysisManager.AlphabetSequenceGenerator - Class in unipi.bpm.elm.santeramo.controller
-
This class implements an alphabet sequence generator, extending
AbstractIterator
.
- AnalysisManager.ParserContentHandler - Class in unipi.bpm.elm.santeramo.controller
-
This inner class extends DefaultHandler
for creating
a specific content handler for the SAXParser
object.
- AnalysisManager.SchemaFactoryErrorHandler - Class in unipi.bpm.elm.santeramo.controller
-
This inner class implements ErrorHandler
for creating
a specific error handler for the SchemaFactory
object.
- appendAll(String, ArrayList<ArrayList<String>>) - Method in class unipi.bpm.elm.santeramo.controller.EventLogGenerator
-
Adds on top of every list that is inside the passed ArrayList
the string elements passed as parameter.
- author() - Method in class unipi.bpm.elm.santeramo.controller.CsvXesParser
-
Returns the name of the author of this parser.