public class PtmlVariable extends PtmlProcessTreeElement
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
TAG |
name, propertyDependent, propertyIndependent
lineNumber, tag
Constructor and Description |
---|
PtmlVariable(java.util.UUID id) |
Modifier and Type | Method and Description |
---|---|
void |
marshall(ProcessTree tree,
java.util.Map<Variable,java.util.UUID> variableMap,
Variable variable) |
void |
unmarshall(ProcessTree tree,
java.util.Map<java.util.UUID,Variable> variableMap) |
exportAttributes, exportElements, importAttributes, importElements, marshall
checkValidity, exportAttribute, exportElement, importElement, importText
public static final java.lang.String TAG
public void unmarshall(ProcessTree tree, java.util.Map<java.util.UUID,Variable> variableMap)
public void marshall(ProcessTree tree, java.util.Map<Variable,java.util.UUID> variableMap, Variable variable)