Skip navigation links
A B C D E F G H I L M N O P R S T U V W X Z 

G

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
This method returns the EventLogEditor.absolutePath of the file associated with this editor.
getAbsolutePath() - Method in class unipi.bpm.elm.santeramo.view.FootprintMatrixInfo
This method returns the FootprintMatrixInfo.absolutePath of the file associated with this document.
getAnalysisManager() - Method in class unipi.bpm.elm.santeramo.controller.EventLogManagerController
This method returns the AnalysisManager EventLogManagerController.analysisManager element.
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
This method returns the JDesktopPane EventLogManagerView.contentArea GUI component.
getDefaultFontSize() - Method in class unipi.bpm.elm.santeramo.view.EventLogEditor
This method returns the EventLogEditor.defaultFontSize value of the EventLogEditor.textArea.
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
This method returns the JPanel EventLogManagerView.discoveryTab GUI component.
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
This method returns the EditorManager EventLogManagerController.editorManager element.
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
This method returns the JFileChooser EventLogManagerView.fileChooser component.
getFileTab() - Method in class unipi.bpm.elm.santeramo.view.EventLogManagerView
This method returns the JPanel EventLogManagerView.fileTab GUI component.
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
This method returns the font size of the EventLogEditor.textArea.
getFooterArea() - Method in class unipi.bpm.elm.santeramo.view.EventLogManagerView
This method returns the JPanel EventLogManagerView.footerArea GUI component.
getFooterAreaButtonsGroup() - Method in class unipi.bpm.elm.santeramo.view.EventLogManagerView
This method returns the ButtonGroup EventLogManagerView.footerAreaButtonsGroup GUI utility component.
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
This method returns an Iterator over the EventLogEditor.footprintMatrices list to retrieve all the list elements.
getInfoManager() - Method in class unipi.bpm.elm.santeramo.controller.EventLogManagerController
This method returns the InfoManager EventLogManagerController.infoManager element.
getInfoTab() - Method in class unipi.bpm.elm.santeramo.view.EventLogManagerView
This method returns the JPanel EventLogManagerView.infoTab GUI component.
getInternalFrameNumber() - Method in class unipi.bpm.elm.santeramo.model.EventLogManagerModel
Returns the numeric value of the EventLogManagerModel.internalFrameNumber variable.
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
This method returns the JTabbedPane EventLogManagerView.menuArea GUI component.
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
Returns the minimum trace occurrences set inside the FilterPanel.minTraceOccurrenceField.
getModel() - Method in class unipi.bpm.elm.santeramo.controller.EventLogManagerController
This method returns the EventLogManagerModel EventLogManagerController.elmModel element.
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
This method returns the StringBuffer AnalysisManager.ParserContentHandler.parserLog that contains the log of the parsing process.
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
Returns the first n elements of the EventLogManagerModel.recentLogList list (instance of the MostRecentElementList class) in a List list object, or the entire EventLogManagerModel.recentLogList if its elements are less than n.
getSelectedClassifier() - Method in class unipi.bpm.elm.santeramo.view.FilterPanel
Returns the selected XEventClassifier inside the FilterPanel.classifierMenu.
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
This method returns the RSyntaxTextArea EventLogEditor.textArea.
getTextArea() - Method in class unipi.bpm.elm.santeramo.view.FootprintMatrixInfo
This method returns the JTextPane FootprintMatrixInfo.textArea.
getTextAreaContent(Writer) - Method in class unipi.bpm.elm.santeramo.view.EventLogEditor
This method writes the content of the RSyntaxTextArea EventLogEditor.textArea into the passed Writer.
getTextAreaContent() - Method in class unipi.bpm.elm.santeramo.view.FootprintMatrixInfo
This method returns the content of the JTextPane FootprintMatrixInfo.textArea.
getView() - Method in class unipi.bpm.elm.santeramo.controller.EventLogManagerController
This method returns the EventLogManagerView EventLogManagerController.elmView element.
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
This method returns the value of the FootprintMatrixInfo.xhtml variable.
A B C D E F G H I L M N O P R S T U V W X Z 
Skip navigation links