public class Case
extends java.lang.Object
Constructor and Description |
---|
Case(org.python.core.PyList trace_input,
org.python.core.PyDictionary attributes,
int index)
Object represents a trace as a list of events with activity names and data attributes
|
Modifier and Type | Method and Description |
---|---|
void |
addToAttributeMap(org.python.core.PyDictionary pyDict,
org.deckfour.xes.model.XAttributeMap map,
org.deckfour.xes.factory.XFactory factory) |
int |
compareTo(Case o) |
org.deckfour.xes.model.XTrace |
getCase() |
public Case(org.python.core.PyList trace_input, org.python.core.PyDictionary attributes, int index)
trace_input
- attributes:
- {key:value}public org.deckfour.xes.model.XTrace getCase()
public void addToAttributeMap(org.python.core.PyDictionary pyDict, org.deckfour.xes.model.XAttributeMap map, org.deckfour.xes.factory.XFactory factory)
public int compareTo(Case o)