public class EPDMFile extends EPDMFileElement
| Modifier and Type | Field and Description |
|---|---|
static java.util.Collection<EPDMFileDataElements> |
dataElements |
static java.util.ArrayList<java.lang.String> |
inputsL |
static java.util.Collection<EPDMFileOperations> |
operations |
static java.util.ArrayList<java.lang.String> |
opsL |
static java.util.ArrayList<java.lang.String> |
outputsL |
static java.lang.String |
START_TAG
Log tag.
|
lineNumber, outputRoots, pr, tag| Constructor and Description |
|---|
EPDMFile() |
| Modifier and Type | Method and Description |
|---|---|
EPDMModel |
convertToModel() |
org.deckfour.xes.model.XLog |
getLog() |
boolean |
hasErrors() |
protected boolean |
importElements(org.deckfour.xes.model.XEvent event,
EPDMFile 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, importElementpublic static final java.lang.String START_TAG
public static java.util.Collection<EPDMFileDataElements> dataElements
public static java.util.Collection<EPDMFileOperations> operations
public static java.util.ArrayList<java.lang.String> opsL
public static java.util.ArrayList<java.lang.String> inputsL
public static java.util.ArrayList<java.lang.String> outputsL
protected boolean importElements(org.deckfour.xes.model.XEvent event,
EPDMFile pdmFile)
importElements in class EPDMFileElementpublic EPDMModel 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()