Constant Field Values
Contents
org.processmining.*
-
org.processmining.log.connections.HighFrequencyFilterConnection Modifier and Type Constant Field Value public static final java.lang.StringFILTEREDLOG"Filtered log"public static final java.lang.StringLOG"Log" -
org.processmining.log.connections.LogCentralityConnection Modifier and Type Constant Field Value public static final java.lang.StringLOG"Log"public static final java.lang.StringLOGCENTRALITY"Log Centrality" -
org.processmining.log.connections.LogCentralityFilterConnection Modifier and Type Constant Field Value public static final java.lang.StringLOG"Log"public static final java.lang.StringLOGCENTRALITY"Log Centrality" -
org.processmining.log.connections.LogFrequencyConnection Modifier and Type Constant Field Value public static final java.lang.StringLOG"Log"public static final java.lang.StringLOGFREQUENCY"Log Frequency" -
org.processmining.log.connections.LowFrequencyFilterConnection Modifier and Type Constant Field Value public static final java.lang.StringFILTEREDLOG"Filtered log"public static final java.lang.StringLOG"Log" -
org.processmining.log.connections.LowOccurrencesFilterConnection Modifier and Type Constant Field Value public static final java.lang.StringFILTEREDLOG"Filtered log"public static final java.lang.StringLOG"Log"
-
org.processmining.log.csvimport.config.CSVConversionConfig.CSVMapping Modifier and Type Constant Field Value public static final java.lang.StringDEFAULT_CONTINUOUS_PATTERN""public static final java.lang.StringDEFAULT_DATE_PATTERN""public static final java.lang.StringDEFAULT_DISCRETE_PATTERN""public static final java.lang.StringDEFAULT_LITERAL_PATTERN""
-
org.processmining.log.help.HighFrequencyFilterArrayHelp Modifier and Type Constant Field Value public static final java.lang.StringTEXT"Filters every log in the array using a frequency threshold (a percentage) and a distance threshold (edit distance). Any trace that either<ol><li>has a high-enough frequency or</li><li>is close enough to a trace with high-enough frequency</li></ol>will be filtered in. A trace has high-enough frequency if its frequency is required to reach the overall frequency threshold." -
org.processmining.log.help.HighFrequencyFilterHelp Modifier and Type Constant Field Value public static final java.lang.StringTEXT"Filters a log using a frequency threshold (a percentage) and a distance threshold (edit distance). Any trace that either<ol><li>has a high-enough frequency or</li><li>is close enough to a trace with high-enough frequency</li></ol>will be filtered in. A trace has high-enough frequency if its frequency is required to reach the overall frequency threshold." -
org.processmining.log.help.LogCentralityFilterHelp Modifier and Type Constant Field Value public static final java.lang.StringTEXT"Filters a log using a centrality threshold (edit distance). Any trace that is close enough to the centre will be filtered in." -
org.processmining.log.help.LogCentralityHelp Modifier and Type Constant Field Value public static final java.lang.StringTEXT"Extends the log with centrality information, that is, with distances between all traces." -
org.processmining.log.help.LogCheckerHelp Modifier and Type Constant Field Value public static final java.lang.StringTEXT"Checks a log for common problems." -
org.processmining.log.help.LogFrequencyArrayHelp Modifier and Type Constant Field Value public static final java.lang.StringTEXT"Builds frequency overviews (how often traces occur) for every log in the array. The classifier provided determines which traces are considered equal." -
org.processmining.log.help.LogFrequencyHelp Modifier and Type Constant Field Value public static final java.lang.StringTEXT"Filters a log using a frequency threshold (a percentage). Any trace that has a high-enough frequency will be filtered in. A trace has high-enough frequency if its frequency is required to reach the overall frequency threshold." -
org.processmining.log.help.LowFrequencyFilterArrayHelp Modifier and Type Constant Field Value public static final java.lang.StringTEXT"Filters every log in the array using a frequency threshold. Traces that do not appear frequent enough, will be filtered out." -
org.processmining.log.help.LowFrequencyFilterHelp Modifier and Type Constant Field Value public static final java.lang.StringTEXT"Filters a log using a frequency threshold. Traces that do not appear frequent enough, will be filtered out. " -
org.processmining.log.help.LowOccurrencesFilterArrayHelp Modifier and Type Constant Field Value public static final java.lang.StringTEXT"Filters every log in the array using an absolute threshold. Traces that do not appear often enough, will be filtered out. " -
org.processmining.log.help.LowOccurrencesFilterHelp Modifier and Type Constant Field Value public static final java.lang.StringTEXT"Filters a log using an absolute threshold. Traces that do not appear often enough, will be filtered out. " -
org.processmining.log.help.MergeLogsHelp Modifier and Type Constant Field Value public static final java.lang.StringTEXT"Merges two logs." -
org.processmining.log.help.SplitLogHelp Modifier and Type Constant Field Value public static final java.lang.StringTEXT"Splits traces in a log on a selected event attribute. If the attribute exists for an event, then it is assumed to be a white-space spearated list of values. A trace will be split into as many subtraces as there are values in its events for the selected attribute. The subtrace for a given value contains (in the same order as in the trace) all events that: (1) either contain this value in the attribute value or (2) have no such attribute."
-
org.processmining.models.connections.AbstractLogModelConnection<N extends org.processmining.models.graphbased.directed.DirectedGraphNode,E extends org.processmining.models.graphbased.directed.DirectedGraphEdge<? extends N,? extends N>> Modifier and Type Constant Field Value public static final java.lang.StringCLASSES"XEventClasses"public static final java.lang.StringLOG"Log"public static final java.lang.StringMODEL"Model"
-
org.processmining.plugins.log.filter.AttributeLogFilter Modifier and Type Constant Field Value public static final java.lang.StringEVENT_ATTRIBUTE"trace with an event having this attribute"public static final java.lang.StringNONE"none"public static final java.lang.StringTRACE_ATTRIBUTE"trace attribute" -
org.processmining.plugins.log.filter.AttributeLogFilter_UI Modifier and Type Constant Field Value public static final java.lang.StringATTRIBUTE_DIALOG_TITLE"Filter Log by Attributes"public static final java.lang.StringDIALOG_TITLE"Filter Log by Properties"public static final java.lang.StringLENGTH_DIALOG_TITLE"Filter Log by Trace Length"