Constant Field Values

Contents

org.processmining.*

  • org.processmining.lifecycleperformance.constants.AuthorConstants 
    Modifier and Type Constant Field Value
    public static final java.lang.String AFFILIATION "Eindhoven University of Technology"
    public static final java.lang.String EMAIL "b.f.a.hompes@tue.nl"
    public static final java.lang.String NAME "B.F.A. Hompes"
  • org.processmining.lifecycleperformance.help.AddArtifactLifecycleInformationHelp 
    Modifier and Type Constant Field Value
    public static final java.lang.String TEXT "Adds artifact lifecycle information (XArtifactLifecycleExtension) to each event. Information from the concept instance, lifecycle model (log level), and lifecycle transition is used."
  • org.processmining.lifecycleperformance.help.AssignActivityInstanceIdentitiesPluginHelp 
    Modifier and Type Constant Field Value
    public static final java.lang.String TEXT "Assigns an instance identity attribute to the events in the event log based on different methods."
  • org.processmining.lifecycleperformance.help.AssignLifecycleModelLogAttributeHelp 
    Modifier and Type Constant Field Value
    public static final java.lang.String TEXT "Adds lifecycle model information (XLifecycleExtension) attribute to the event log. This is used to know to which lifecycle model the lifecycle event attributes refer to. From the default XES implementation this is either \"standard\" or \"BPAF\""
  • org.processmining.lifecycleperformance.help.LifecycleModelEditorHelp 
    Modifier and Type Constant Field Value
    public static final java.lang.String TEXT "Editor for lifecycle models."
  • org.processmining.lifecycleperformance.help.LifecycleModelStringExportHelp 
    Modifier and Type Constant Field Value
    public static final java.lang.String TEXT "Exports the label, states, edges, and performance metrics of the lifecycle model to text wrapped in HTML. The output contains three sections: a list of states (one per line), a list of transitions, written as \"source state\" - \"transition\" - \"target state\" (one per line), and a list of metrics, written as \"metric name\" = \"metric expression\"."
  • org.processmining.lifecycleperformance.help.LifecycleModelStringImportHelp 
    Modifier and Type Constant Field Value
    public static final java.lang.String TEXT "Imports the label, states, edges, and performance metrics of the lifecycle model from text wrapped in HTML. The text should contain three sections: a list of states (one per line), a list of transitions, written as {\"source state\",\"transition\",\"target state\"} (one per line), and a list of metrics, written as \"metric name\" = \"metric expression\"."
  • org.processmining.lifecycleperformance.help.LifecyclePerformanceHelp 
    Modifier and Type Constant Field Value
    public static final java.lang.String TEXT "Calculate performance using lifecycle models."
  • org.processmining.lifecycleperformance.help.StringCreatorHelp 
    Modifier and Type Constant Field Value
    public static final java.lang.String TEXT "Creates an empty String object."
  • org.processmining.lifecycleperformance.help.TransitionSystemEditorHelp 
    Modifier and Type Constant Field Value
    public static final java.lang.String TEXT "Editor for transition systems."
  • org.processmining.lifecycleperformance.help.TransitionSystemStringExportHelp 
    Modifier and Type Constant Field Value
    public static final java.lang.String TEXT "Exports the label, states, and edges of the transition system to text wrapped in HTML. The output contains two sections: a list of states (one per line), and a list of transitions, written as \"source state\" - \"transition\" - \"target state\" (one per line)."
  • org.processmining.lifecycleperformance.help.TransitionSystemStringImportHelp 
    Modifier and Type Constant Field Value
    public static final java.lang.String TEXT "Imports the label, states, and edges of the transition system from text wrapped in HTML. The text should contains two sections: a list of states (one per line), and a list of transitions, written as {\"source state\",\"transition\",\"target state\"} (one per line)."
  • org.processmining.lifecycleperformance.models.lifecycle.LifecycleModel 
    Modifier and Type Constant Field Value
    public static final java.lang.String AGGREGATION "aggregation"