public class PnmlName extends PnmlAnnotation
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TAG
PNML name tag.
|
graphics, text, toolSpecificListlineNumber, tag| Constructor and Description |
|---|
PnmlName()
Creates a fresh PNML name.
|
PnmlName(java.lang.String text) |
| Modifier and Type | Method and Description |
|---|---|
PnmlName |
convertFromNet(org.processmining.models.graphbased.AbstractGraphElement element) |
java.lang.String |
getName(java.lang.String defaultName) |
convertToNet, convertToNet, exportElements, importElementscheckValidity, exportAttribute, exportAttributes, exportElement, importAttributes, importElement, importTextpublic static final java.lang.String TAG
public PnmlName()
public PnmlName(java.lang.String text)
public java.lang.String getName(java.lang.String defaultName)
public PnmlName convertFromNet(org.processmining.models.graphbased.AbstractGraphElement element)
convertFromNet in class PnmlAnnotation