|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.framework.log.LogEntity
org.processmining.framework.log.ProcessInstance
public abstract class ProcessInstance
This abstract class provides acces to a process instance as read from a log file
Field Summary | |
---|---|
static java.lang.String |
ATT_ATE_ID
This constant can be used to search the data container of each audit-trail entry for the id of that entry. |
static java.lang.String |
ATT_ATE_POST
This constant can be used to search the data container of each audit-trail entry for a comma separated list of successor-IDs of the ate. |
static java.lang.String |
ATT_ATE_PRE
This constant can be used to search the data container of each audit-trail entry for a comma separated list of predecessor-IDs of the ate. |
static java.lang.String |
ATT_PI_PO
This constant can be used to search the data container of the process instance to see whether or not it describes a partial order. |
Constructor Summary | |
---|---|
ProcessInstance()
|
Method Summary | |
---|---|
abstract ProcessInstance |
cloneInstance()
Returns a deep copy of this process instance. |
abstract AuditTrailEntries |
getAuditTrailEntries()
Deprecated. Use the AuditTrailEntryList interface for accessing audit
trail entries in a sequential manner instead. This interface also provides support for
persistently modifying sets of audit trail entries. |
abstract AuditTrailEntryList |
getAuditTrailEntryList()
Returns the sequential set of audit trail entries, as found in this process instance. |
java.util.Map |
getData()
Deprecated. Use getAttributes() instead! |
java.util.List<AuditTrailEntry> |
getListOfATEs()
Returns the sequential list of audit trail entries, as found in this process instance. |
abstract ModelElements |
getModelElements()
Returns the set of model elements contained in this process instance. |
abstract java.lang.String |
getProcess()
Returns the identifier / name of the process of this object is an instance. |
abstract boolean |
isEmpty()
Returns true, if this process instance contains no audit trail entries to read. |
Methods inherited from class org.processmining.framework.log.LogEntity |
---|
getAttributes, getDescription, getName, removeAttribute, setAttribute, setAttributes, setDescription, setName, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String ATT_PI_PO
ATT_ATE_ID
.
It is a preliminary solution for storing process instances as partial orders.
public static final java.lang.String ATT_ATE_ID
public static final java.lang.String ATT_ATE_POST
public static final java.lang.String ATT_ATE_PRE
Constructor Detail |
---|
public ProcessInstance()
Method Detail |
---|
public abstract java.lang.String getProcess()
public abstract boolean isEmpty()
public abstract AuditTrailEntryList getAuditTrailEntryList()
public java.util.List<AuditTrailEntry> getListOfATEs()
public abstract ModelElements getModelElements()
public abstract ProcessInstance cloneInstance()
public java.util.Map getData()
getAttributes()
instead!
getAttributes()
instead!
public abstract AuditTrailEntries getAuditTrailEntries()
AuditTrailEntryList
interface for accessing audit
trail entries in a sequential manner instead. This interface also provides support for
persistently modifying sets of audit trail entries.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |