public class PtmlIsWritten extends PtmlEdge
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
TAG |
lineNumber, tag
Constructor and Description |
---|
PtmlIsWritten(java.util.UUID id) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
exportAttributes(Ptml ptml)
Exports all standard attributes: None.
|
protected void |
importAttributes(org.xmlpull.v1.XmlPullParser xpp,
Ptml ptml)
Imports all standard attributes: None.
|
void |
marshall(ProcessTree tree,
Node node,
Variable variable,
java.util.Map<Variable,java.util.UUID> variableMap) |
void |
unmarshall(ProcessTree tree,
java.util.Map<java.util.UUID,Node> nodeMap,
java.util.Map<java.util.UUID,Variable> variableMap) |
checkValidity, exportAttribute, exportElement, exportElements, importElement, importElements, importText
public static final java.lang.String TAG
protected void importAttributes(org.xmlpull.v1.XmlPullParser xpp, Ptml ptml)
PtmlElement
importAttributes
in class PtmlEdge
protected java.lang.String exportAttributes(Ptml ptml)
PtmlElement
exportAttributes
in class PtmlEdge
public void unmarshall(ProcessTree tree, java.util.Map<java.util.UUID,Node> nodeMap, java.util.Map<java.util.UUID,Variable> variableMap)
public void marshall(ProcessTree tree, Node node, Variable variable, java.util.Map<Variable,java.util.UUID> variableMap)