Constant Field Values
Contents
org.processmining.*
-
org.processmining.lifecycleperformance.connections.AddArtifactLifecycleInformationConnection Modifier and Type Constant Field Value public static final java.lang.StringEVENTLOGIN"Event log"public static final java.lang.StringEVENTLOGOUT"Event log with artifact lifecycle information" -
org.processmining.lifecycleperformance.connections.AssignActivityInstanceIdentitiesConnection Modifier and Type Constant Field Value public static final java.lang.StringEVENTLOGIN"Event log"public static final java.lang.StringEVENTLOGOUT"Event log with assigned instance identities" -
org.processmining.lifecycleperformance.connections.AssignLifecycleModelLogAttributeConnection Modifier and Type Constant Field Value public static final java.lang.StringEVENTLOGIN"Event log"public static final java.lang.StringEVENTLOGOUT"Event log with lifecycle model attribute" -
org.processmining.lifecycleperformance.connections.LifecyclePerformanceConnection Modifier and Type Constant Field Value public static final java.lang.StringEVENTLOG"Event log"public static final java.lang.StringRESULTS"Lifecycle performance analysis results"
-
org.processmining.lifecycleperformance.constants.AuthorConstants Modifier and Type Constant Field Value public static final java.lang.StringAFFILIATION"Eindhoven University of Technology"public static final java.lang.StringEMAIL"b.f.a.hompes@tue.nl"public static final java.lang.StringNAME"B.F.A. Hompes"
-
org.processmining.lifecycleperformance.help.AddArtifactLifecycleInformationHelp Modifier and Type Constant Field Value public static final java.lang.StringTEXT"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.StringTEXT"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.StringTEXT"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.StringTEXT"Editor for lifecycle models." -
org.processmining.lifecycleperformance.help.LifecycleModelStringExportHelp Modifier and Type Constant Field Value public static final java.lang.StringTEXT"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.StringTEXT"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.StringTEXT"Calculate performance using lifecycle models." -
org.processmining.lifecycleperformance.help.StringCreatorHelp Modifier and Type Constant Field Value public static final java.lang.StringTEXT"Creates an empty String object." -
org.processmining.lifecycleperformance.help.TransitionSystemEditorHelp Modifier and Type Constant Field Value public static final java.lang.StringTEXT"Editor for transition systems." -
org.processmining.lifecycleperformance.help.TransitionSystemStringExportHelp Modifier and Type Constant Field Value public static final java.lang.StringTEXT"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.StringTEXT"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.StringAGGREGATION"aggregation"