public class PLGLog
extends java.lang.Object
| Constructor and Description |
|---|
PLGLog(org.deckfour.xes.model.XLog log)
Constructor to set the real log, the name is uniquely generated
|
PLGLog(org.deckfour.xes.model.XLog log,
java.lang.String id)
Constructor to set both the name and the real log
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
Get the ID of the current log
|
org.deckfour.xes.model.XLog |
getLog()
Get the real log object
|
java.lang.String |
toString() |
public PLGLog(org.deckfour.xes.model.XLog log)
log - the real logpublic PLGLog(org.deckfour.xes.model.XLog log,
java.lang.String id)
log - the real logid - the name of the log