public class TraceLists
extends java.lang.Object
| Constructor and Description |
|---|
TraceLists() |
| Modifier and Type | Method and Description |
|---|---|
void |
fillTraceList(org.deckfour.xes.model.XTrace trace,
org.deckfour.xes.model.XEvent event)
Fill the lists and bags with the required information for each trace and
its events.
|
java.util.List<java.util.List<java.lang.String>> |
getTraceArray()
Get method for the List that keeps track of all the traces and its
events.
|
org.apache.commons.collections15.Bag<java.util.List<java.lang.String>> |
getTraceList()
Get method for the bag that keeps track of all the traces and its events.
|
void |
initialize()
Initializing all the lists and bags.
|
public void initialize()
public void fillTraceList(org.deckfour.xes.model.XTrace trace,
org.deckfour.xes.model.XEvent event)
trace - event - public java.util.List<java.util.List<java.lang.String>> getTraceArray()
public org.apache.commons.collections15.Bag<java.util.List<java.lang.String>> getTraceList()