Constant Field Values

Contents

org.processmining.*

  • org.processmining.log.connections.HighFrequencyFilterConnection 
    Modifier and Type Constant Field Value
    public static final java.lang.String FILTEREDLOG "Filtered log"
    public static final java.lang.String LOG "Log"
  • org.processmining.log.connections.LogCentralityConnection 
    Modifier and Type Constant Field Value
    public static final java.lang.String LOG "Log"
    public static final java.lang.String LOGCENTRALITY "Log Centrality"
  • org.processmining.log.connections.LogCentralityFilterConnection 
    Modifier and Type Constant Field Value
    public static final java.lang.String LOG "Log"
    public static final java.lang.String LOGCENTRALITY "Log Centrality"
  • org.processmining.log.connections.LogFrequencyConnection 
    Modifier and Type Constant Field Value
    public static final java.lang.String LOG "Log"
    public static final java.lang.String LOGFREQUENCY "Log Frequency"
  • org.processmining.log.connections.LowFrequencyFilterConnection 
    Modifier and Type Constant Field Value
    public static final java.lang.String FILTEREDLOG "Filtered log"
    public static final java.lang.String LOG "Log"
  • org.processmining.log.connections.LowOccurrencesFilterConnection 
    Modifier and Type Constant Field Value
    public static final java.lang.String FILTEREDLOG "Filtered log"
    public static final java.lang.String LOG "Log"
  • org.processmining.log.help.HighFrequencyFilterArrayHelp 
    Modifier and Type Constant Field Value
    public static final java.lang.String TEXT "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.String TEXT "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.String TEXT "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.String TEXT "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.String TEXT "Checks a log for common problems."
  • org.processmining.log.help.LogFrequencyArrayHelp 
    Modifier and Type Constant Field Value
    public static final java.lang.String TEXT "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.String TEXT "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.String TEXT "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.String TEXT "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.String TEXT "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.String TEXT "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.String TEXT "Merges two logs."
  • org.processmining.log.help.SplitLogHelp 
    Modifier and Type Constant Field Value
    public static final java.lang.String TEXT "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.String CLASSES "XEventClasses"
    public static final java.lang.String LOG "Log"
    public static final java.lang.String MODEL "Model"
  • org.processmining.plugins.log.filter.AttributeLogFilter 
    Modifier and Type Constant Field Value
    public static final java.lang.String EVENT_ATTRIBUTE "trace with an event having this attribute"
    public static final java.lang.String NONE "none"
    public static final java.lang.String TRACE_ATTRIBUTE "trace attribute"
  • org.processmining.plugins.log.filter.AttributeLogFilter_UI 
    Modifier and Type Constant Field Value
    public static final java.lang.String ATTRIBUTE_DIALOG_TITLE "Filter Log by Attributes"
    public static final java.lang.String DIALOG_TITLE "Filter Log by Properties"
    public static final java.lang.String LENGTH_DIALOG_TITLE "Filter Log by Trace Length"