|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of LogEvent in org.processmining.analysis.conformance |
---|
Subclasses of LogEvent in org.processmining.analysis.conformance | |
---|---|
class |
DiagnosticLogEvent
Data structure to represent a log event, i.e., the actual type of log event, such as 'A complete' (i.e., including event type and opposed to the audit trail entry, which is an occurrence of a log event). |
Uses of LogEvent in org.processmining.analysis.decisionmining |
---|
Methods in org.processmining.analysis.decisionmining that return types with arguments of type LogEvent | |
---|---|
java.util.Set<LogEvent> |
DecisionAttribute.getLogEvents()
Retrieves the set of log events that have provided this attribute. |
Methods in org.processmining.analysis.decisionmining with parameters of type LogEvent | |
---|---|
void |
DecisionAttribute.addLogEvent(LogEvent logEvent)
Adds the given log event to the list of log events held for this attribute. |
boolean |
DecisionCategory.contains(LogEvent toCompare)
Determines whether the given log event is associated to this decision category. |
java.util.Set |
DecisionMiningLogReader.getAttributesForLogEvent(LogEvent le)
Retrieves the data attributes found in the log for audit trail entries belonging to the given log event. |
boolean |
DecisionAttribute.hasBeenObservedBy(LogEvent logEvent)
Determines whether this attribute was attached to audit trail entries which are associated to the given log event. |
Uses of LogEvent in org.processmining.analysis.summary |
---|
Methods in org.processmining.analysis.summary that return types with arguments of type LogEvent | |
---|---|
java.util.Map<LogEvent,java.lang.Integer> |
ExtendedLogSummary.getEndingLogEvents()
|
java.util.Set<LogEvent> |
ExtendedLogSummary.getEventsForInstance(ProcessInstance instance)
|
java.util.Map<LogEvent,java.lang.Integer> |
ExtendedLogSummary.getStartingLogEvents()
|
Methods in org.processmining.analysis.summary with parameters of type LogEvent | |
---|---|
java.util.Set<ProcessInstance> |
ExtendedLogSummary.getInstancesForEvent(LogEvent event)
|
Uses of LogEvent in org.processmining.framework.log |
---|
Methods in org.processmining.framework.log that return LogEvent | |
---|---|
LogEvent |
LogEvents.findLogEvent(java.lang.String name,
java.lang.String type)
Find a LogEvent object by its name and type. |
LogEvent |
LogEvents.getEvent(int i)
Returns the item at the given index. |
Methods in org.processmining.framework.log that return types with arguments of type LogEvent | |
---|---|
java.util.Map<LogEvent,java.lang.Integer> |
LogSummary.getEndingLogEvents()
Returns the mapping between the ending log events and the number of times they end a process instance. |
java.util.Set<LogEvent> |
LogSummary.getEventsForInstance(ProcessInstance instance)
Returns the set of log events occurring in the specified process instance. |
java.util.Map<LogEvent,java.lang.Integer> |
LogSummary.getEventsForOriginator(java.lang.String originator)
Returns a Map, whose keys are the events which have been executed by the specified originator. |
java.util.Map<LogEvent,java.lang.Integer> |
LogSummary.getStartingLogEvents()
Returns the mapping between the starting log events and the number of times they start a process instance. |
Methods in org.processmining.framework.log with parameters of type LogEvent | |
---|---|
void |
LogEvent.copy(LogEvent e)
|
java.util.Set<ProcessInstance> |
LogSummary.getInstancesForEvent(LogEvent event)
Returns a set of (references to) process instances, in which the provided log event occurs. |
Uses of LogEvent in org.processmining.framework.log.filter |
---|
Methods in org.processmining.framework.log.filter that return LogEvent | |
---|---|
LogEvent |
LogEventLogFilterEnh.LogEventCheckBoxEnh.getLogEvent()
|
Methods in org.processmining.framework.log.filter with parameters of type LogEvent | |
---|---|
void |
LogEventLogFilter.addLogEvent(LogEvent event)
|
void |
LogEventLogFilter.removeLogEvent(LogEvent event)
|
Constructors in org.processmining.framework.log.filter with parameters of type LogEvent | |
---|---|
LogEventLogFilterEnh.LogEventCheckBoxEnh(LogEvent le)
|
Uses of LogEvent in org.processmining.framework.log.rfb |
---|
Fields in org.processmining.framework.log.rfb with type parameters of type LogEvent | |
---|---|
protected java.util.HashMap<LogEvent,java.lang.Integer> |
LightweightLogSummary.endingLogEvents
Mapping from log events that end a process instance to the amount of times that these log events actually end a process instance |
protected java.util.HashMap<LogEvent,java.util.Set<ProcessInstance>> |
LightweightLogSummary.mapEventToProcessInstances
Mapping from log events to process instances in which the respective event occurs. |
protected java.util.HashMap<java.lang.String,java.util.HashMap<LogEvent,java.lang.Integer>> |
LightweightLogSummary.mapOriginatorsToEvents
Mapping from log events to the set of originator strings which have been found to execute this log event. |
protected java.util.HashMap<LogEvent,java.lang.Integer> |
LightweightLogSummary.startingLogEvents
Mapping from log events that start a process instance to the amount of times that these log events actually start a process instance |
Methods in org.processmining.framework.log.rfb that return types with arguments of type LogEvent | |
---|---|
java.util.HashMap<LogEvent,java.lang.Integer> |
LightweightLogSummary.getEndingLogEvents()
|
java.util.Set<LogEvent> |
LightweightLogSummary.getEventsForInstance(ProcessInstance instance)
|
java.util.HashMap<LogEvent,java.lang.Integer> |
LightweightLogSummary.getEventsForOriginator(java.lang.String originator)
|
java.util.HashMap<LogEvent,java.lang.Integer> |
LightweightLogSummary.getStartingLogEvents()
|
Methods in org.processmining.framework.log.rfb with parameters of type LogEvent | |
---|---|
java.util.Set<ProcessInstance> |
LightweightLogSummary.getInstancesForEvent(LogEvent event)
|
Method parameters in org.processmining.framework.log.rfb with type arguments of type LogEvent | |
---|---|
protected static java.lang.String |
LogSummaryFormatter.encodeStartingEndingLogEvents(java.util.Map<LogEvent,java.lang.Integer> mappingStartingEndingLogEventsToFrequencies,
int totalNumberProcessInstances)
Formats a set of starting/ending log events, including their sorting by occurrence count and calculation of occurrence percentages (based on the total number of audit trail entries in a log file).; internal helper method. |
Uses of LogEvent in org.processmining.framework.models |
---|
Methods in org.processmining.framework.models that return LogEvent | |
---|---|
LogEvent |
LogEventProvider.getLogEvent()
This method returns the current LogEvent the LogEventProvider has stored |
Methods in org.processmining.framework.models with parameters of type LogEvent | |
---|---|
java.util.ArrayList |
RegionList.getPostRegions(LogEvent obj)
getPreRegions |
java.util.ArrayList |
RegionList.getPreRegions(LogEvent obj)
getPreRegions |
void |
LogEventProvider.setLogEvent(LogEvent le)
This method sets the LogEvent for the LogEventProvider to store |
Uses of LogEvent in org.processmining.framework.models.bpel |
---|
Methods in org.processmining.framework.models.bpel that return LogEvent | |
---|---|
LogEvent |
BPELEvent.getLogEvent()
|
Methods in org.processmining.framework.models.bpel with parameters of type LogEvent | |
---|---|
void |
BPELEvent.setLogEvent(LogEvent event)
|
Uses of LogEvent in org.processmining.framework.models.bpel4ws.type.activity |
---|
Methods in org.processmining.framework.models.bpel4ws.type.activity that return LogEvent | |
---|---|
LogEvent |
Basic.getLogEvent()
|
Methods in org.processmining.framework.models.bpel4ws.type.activity with parameters of type LogEvent | |
---|---|
void |
Basic.setLogEvent(LogEvent event)
|
Uses of LogEvent in org.processmining.framework.models.epcpack |
---|
Methods in org.processmining.framework.models.epcpack that return LogEvent | |
---|---|
LogEvent |
EPCFunction.getLogEvent()
|
LogEvent |
EPCFunction.getModelElement()
Deprecated. Please now use getLogEvent() |
Methods in org.processmining.framework.models.epcpack with parameters of type LogEvent | |
---|---|
java.util.ArrayList |
ConfigurableEPC.getAllFunctions(LogEvent lme)
|
void |
EPCFunction.setLogEvent(LogEvent lme)
|
void |
EPCFunction.setModelElement(LogEvent le)
Deprecated. Please now use setLogEvent(LogEvent le) |
Constructors in org.processmining.framework.models.epcpack with parameters of type LogEvent | |
---|---|
EPCFunction(LogEvent logModelElement,
boolean configurable,
ConfigurableEPC epc)
|
|
EPCFunction(LogEvent logModelElement,
ConfigurableEPC epc)
|
|
EPCSubstFunction(LogEvent logModelElement,
boolean configurable,
ConfigurableEPC epc,
ConfigurableEPC substitutedEPC)
|
|
EPCSubstFunction(LogEvent logModelElement,
ConfigurableEPC ownerEpc,
ConfigurableEPC substitutedEPC)
|
Uses of LogEvent in org.processmining.framework.models.logabstraction |
---|
Methods in org.processmining.framework.models.logabstraction that return types with arguments of type LogEvent | |
---|---|
java.util.List<LogEvent> |
MultiSetAbstraction.getLogEvents()
|
java.util.HashMap<LogEvent,java.lang.Integer> |
MultiSetAbstraction.getProcessSteps()
|
Method parameters in org.processmining.framework.models.logabstraction with type arguments of type LogEvent | |
---|---|
java.util.List<org.processmining.framework.models.logabstraction.LogEventOccurence> |
MultiSetAbstraction.sortPossibleNextSteps(java.util.HashMap<LogEvent,java.lang.Integer> nextSteps)
|
Uses of LogEvent in org.processmining.framework.models.orgmodel |
---|
Methods in org.processmining.framework.models.orgmodel that return LogEvent | |
---|---|
LogEvent |
Task.getLogEvent()
Gets the log event belonging to this transition. |
Methods in org.processmining.framework.models.orgmodel with parameters of type LogEvent | |
---|---|
Task |
OrgModel.getTask(LogEvent le)
|
void |
Task.setLogEvent(LogEvent lme)
Sets the log event belonging to this transition. |
Uses of LogEvent in org.processmining.framework.models.petrinet |
---|
Methods in org.processmining.framework.models.petrinet that return LogEvent | |
---|---|
LogEvent |
Transition.getLogEvent()
Gets the log event belonging to this transition. |
LogEvent |
Transition.getModelElement()
Deprecated. Please now use getLogEvent() |
Methods in org.processmining.framework.models.petrinet with parameters of type LogEvent | |
---|---|
Transition |
PetriNet.addTransition(LogEvent e)
Deprecated. Please now use addTransition(Transition t); |
Transition |
PetriNet.findRandomTransition(LogEvent lme)
Finds a transition having the specified log event. |
Transition |
PetriNet.findTransition(LogEvent lme)
Deprecated. Please use findTransition(Transition t) instead |
java.util.ArrayList |
PetriNet.findTransitions(LogEvent lme)
Finds all transitions having the specified log event. |
protected boolean |
Transition.hasLogModelElement(LogEvent lme)
Compares a given log event with the one associated to this transition. |
void |
Transition.setLogEvent(LogEvent lme)
Sets the log event belonging to this transition. |
void |
Transition.setModelElement(LogEvent le)
Deprecated. Please now use setLogEvent(LogEvent le) |
Constructors in org.processmining.framework.models.petrinet with parameters of type LogEvent | |
---|---|
Transition(LogEvent logModelElement,
PetriNet net)
Constructor specifying the kind of log event. |
Uses of LogEvent in org.processmining.framework.models.protos |
---|
Methods in org.processmining.framework.models.protos with parameters of type LogEvent | |
---|---|
void |
ProtosFlowElement.setLogEvent(LogEvent event)
|
Uses of LogEvent in org.processmining.framework.models.yawl |
---|
Methods in org.processmining.framework.models.yawl that return LogEvent | |
---|---|
LogEvent |
YAWLTask.getLogEvent()
|
Methods in org.processmining.framework.models.yawl with parameters of type LogEvent | |
---|---|
void |
YAWLDecomposition.addTask(java.lang.String name,
java.lang.String join,
java.lang.String split,
java.lang.String decomposesTo,
LogEvent event)
Adds a task with given name, join type, split type, and subdecomposition name. |
void |
YAWLTask.setLogEvent(LogEvent event)
|
Constructors in org.processmining.framework.models.yawl with parameters of type LogEvent | |
---|---|
YAWLTask(ModelGraph g,
int joinType,
int splitType,
java.lang.String decomposesTo,
java.lang.String id,
LogEvent event)
Create a YAWL task, given its graph, its join type, its split types, its subdecomposition name, and name. |
Uses of LogEvent in org.processmining.framework.ui |
---|
Methods in org.processmining.framework.ui that return LogEvent | |
---|---|
LogEvent |
ComboBoxLogEvent.getLogEvent()
Retrieves the log event belonging to this ComboBoxLogEvent entry. |
LogEvent |
ComboBoxLogEvent.getModelElement()
Deprecated. Please now use getLogEvent() |
Methods in org.processmining.framework.ui with parameters of type LogEvent | |
---|---|
boolean |
LogRelationEditor.edit(LogRelations current,
LogEvent t)
Show the edit dialog. |
void |
ComboBoxLogEvent.setLogEvent(LogEvent le)
Sets the associated log event. |
void |
ComboBoxLogEvent.setModelElement(LogEvent le)
Deprecated. Please now use setLogEvent(LogEvent le) |
Constructors in org.processmining.framework.ui with parameters of type LogEvent | |
---|---|
ComboBoxLogEvent(LogEvent e)
Creates a ComboboxLogEvent for the given log event. |
Uses of LogEvent in org.processmining.mining.fuzzymining.replay |
---|
Fields in org.processmining.mining.fuzzymining.replay declared as LogEvent | |
---|---|
protected LogEvent |
DetailNodeAnalysis.event
|
Methods in org.processmining.mining.fuzzymining.replay that return LogEvent | |
---|---|
LogEvent |
DetailNodeAnalysis.getEvent()
|
Constructors in org.processmining.mining.fuzzymining.replay with parameters of type LogEvent | |
---|---|
DetailNodeAnalysis(Node node,
LogEvent event,
DetailNodeAnalysis.SimplificationType type)
|
Uses of LogEvent in org.processmining.mining.graphclustering |
---|
Methods in org.processmining.mining.graphclustering that return types with arguments of type LogEvent | |
---|---|
java.util.ArrayList<LogEvent> |
SpareClusterGraph.SpareCluster.getEvents()
|
Methods in org.processmining.mining.graphclustering with parameters of type LogEvent | |
---|---|
boolean |
SpareClusterGraph.SpareCluster.addEvent(LogEvent e)
|
boolean |
SpareClusterGraph.SpareCluster.containsEvent(LogEvent e)
|
Uses of LogEvent in org.processmining.mining.logabstraction |
---|
Methods in org.processmining.mining.logabstraction with parameters of type LogEvent | |
---|---|
MiningResult |
LogRelationBasedAlgorithm.editRelations(LogEvent event)
|
Uses of LogEvent in org.processmining.mining.patternsmining |
---|
Methods in org.processmining.mining.patternsmining with parameters of type LogEvent | |
---|---|
boolean |
LogRelationEditor.edit(javax.swing.JFrame frametest,
DependenciesTables current,
LogEvent t)
Show the edit dialog. |
void |
WorkflowPatternsMiner.editRelations(LogEvent event)
|
Uses of LogEvent in org.processmining.mining.traceclustering |
---|
Fields in org.processmining.mining.traceclustering with type parameters of type LogEvent | |
---|---|
protected java.util.HashSet<LogEvent> |
TraceStats.SingleTraceStat.events
|
Methods in org.processmining.mining.traceclustering that return types with arguments of type LogEvent | |
---|---|
java.util.Set<LogEvent> |
TraceStats.SingleTraceStat.getEvents()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |