public class TsmlName extends TsmlAnnotation
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TAG
TSML name tag.
|
graphics, text, toolSpecificListlineNumber, tag| Constructor and Description |
|---|
TsmlName()
Creates a fresh PNML name.
|
TsmlName(java.lang.String text) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName(java.lang.String defaultName) |
TsmlName |
marshall(org.processmining.models.graphbased.AbstractGraphElement element) |
exportElements, importElements, unmarshall, unmarshallcheckValidity, exportAttribute, exportAttributes, exportElement, importAttributes, importElement, importTextpublic static final java.lang.String TAG
public TsmlName()
public TsmlName(java.lang.String text)
public java.lang.String getName(java.lang.String defaultName)
public TsmlName marshall(org.processmining.models.graphbased.AbstractGraphElement element)
marshall in class TsmlAnnotation