|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.exporting.log.util.FilterPerWorkflowModelElementAndEvent
public class FilterPerWorkflowModelElementAndEvent
Title: Filter per Workflow Model Element and Event
Description: This class stores a process instance. Its equals method is based on a projection from the "workflow model element" and "event type" fields.
Copyright: Copyright (c) 2004
Company: TU/e
Field Summary | |
---|---|
static java.lang.String |
IDENTIFIERS
|
Constructor Summary | |
---|---|
FilterPerWorkflowModelElementAndEvent(ProcessInstance pi,
int numberSimilarPIs)
Constructor method. |
Method Summary | |
---|---|
void |
addGroupedPiIdentifier(java.lang.String idToAppend)
|
boolean |
equals(java.lang.Object obj)
Checks of a process instance is equal to the process instance that is stored at the current object. |
int |
getNumberSimilarPIs()
|
ProcessInstance |
getPI()
|
int |
hashCode()
The hashcode is the sum of the workflow model elements' hascode and the event types' hashcodes. |
void |
increaseNumberSimilarPIs(int increase)
Increases the number of similar process instance. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String IDENTIFIERS
Constructor Detail |
---|
public FilterPerWorkflowModelElementAndEvent(ProcessInstance pi, int numberSimilarPIs)
pi
- process instance to be stored.Method Detail |
---|
public int getNumberSimilarPIs()
getNumberSimilarPIs
in interface MyProcessInstance
public void increaseNumberSimilarPIs(int increase)
increaseNumberSimilarPIs
in interface MyProcessInstance
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- object that contains a process instance to be compared to the process instance in the current object.
public int hashCode()
hashCode
in class java.lang.Object
public ProcessInstance getPI()
getPI
in interface MyProcessInstance
public void addGroupedPiIdentifier(java.lang.String idToAppend)
addGroupedPiIdentifier
in interface MyProcessInstance
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |