public class SetsSet
extends java.lang.Object
| Constructor and Description |
|---|
SetsSet(LTLParser parser,
org.deckfour.xes.model.XLog log) |
| Modifier and Type | Method and Description |
|---|---|
void |
fill(org.deckfour.xes.model.XLog log)
Fill the sets with information of a logreader.
|
java.util.Set<SetsSetItem> |
getSet(java.lang.String name,
int scope)
Get an set given the name and the scope of the set.
|
boolean |
standardSetsOnly()
Are there only standard sets used, that is, WorkFlowModelElement,
Originator and EventType?
|
java.lang.String |
toString() |
public SetsSet(LTLParser parser, org.deckfour.xes.model.XLog log)
public boolean standardSetsOnly()
public java.util.Set<SetsSetItem> getSet(java.lang.String name, int scope)
name - The name of the set.scope - The scope of the set.public void fill(org.deckfour.xes.model.XLog log)
log - A LogReader object containing all the processinstances.p - A (@see Progress} to show progress. (can be null)public java.lang.String toString()
toString in class java.lang.Object