public class PDMFile extends PDMFileElement
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
START_TAG
PDM tag.
|
lineNumber, tag| Constructor and Description |
|---|
PDMFile() |
| Modifier and Type | Method and Description |
|---|---|
PDMModel |
convertToModel() |
org.deckfour.xes.model.XLog |
getLog() |
boolean |
hasErrors() |
protected boolean |
importElements(org.xmlpull.v1.XmlPullParser xpp,
PDMFile pdmFile) |
void |
log(java.lang.String context,
int lineNumber,
java.lang.String message)
Adds a log event to the current trace in the log.
|
void |
logNet(java.lang.String name)
Adds a new trace with the given name to the log.
|
checkValidity, exportAttribute, exportAttributes, exportElement, exportElements, importAttributes, importElement, importTextpublic static final java.lang.String START_TAG
protected boolean importElements(org.xmlpull.v1.XmlPullParser xpp,
PDMFile pdmFile)
importElements in class PDMFileElementpublic PDMModel convertToModel()
public org.deckfour.xes.model.XLog getLog()
public void log(java.lang.String context,
int lineNumber,
java.lang.String message)
context - Context of the message, typically the current PNML tag.lineNumber - Current line number.message - Error message.public void logNet(java.lang.String name)
name - The give name.public boolean hasErrors()