Package org.processmining.framework.log

Contains various classes to extract information from log files.

See:
          Description

Interface Summary
AuditTrailEntries Deprecated. This is only provided for backward compatibility, you should not use this class and update your implementations.
AuditTrailEntryList Defines abstract access and modification methods to an ordered set of audit trail entries.
LogSummary A summary of a workflow log.
ModelElement Wraps a model element as having been observed in the log.
ModelElements Provides abstract access to the set of model elements having been observed in a log.
 

Class Summary
AuditTrailEntry This abstract class defines the access methods to an audit trail entry object in the framework.
Notice: Read-only implementations of this interface may throw exceptions when modifying methods are called.
InfoItem A general information item from a workflow log.
LogEntity This abstract class contains the basic attributes of any log entity, such as and audit trail entry, process, or process instance, and corresponding retrieval and modification methods.
LogEvent A log event (ie unique combination of a name (ie TASK_A) and a type (ie complete)).
LogEvents A list of LogEvent objects.
LogFile Encapsulates a log file.
LogFilter A generic abstract class for a workflow log filter.
LogReader Interface for log reading and modification access to process event logs.
LogReaderFactory This class provides an abstraction layer to the creation and derivation of LogReader instances.
LogStateMachine Captures the state machine on log events and provides some helper methods.
Process This abstract class provides high-level access and information for a process, including access to the contained process instances.
ProcessInstance This abstract class provides acces to a process instance as read from a log file
ProcessInstanceVisualization This class provides Dot and Grappa visualization for a process instance.
 

Exception Summary
LogReaderException Exception generated by the LogReader.
 

Package org.processmining.framework.log Description

Contains various classes to extract information from log files.