public class PnmlName extends PnmlAnnotation
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
TAG
PNML name tag.
|
graphics, text, toolSpecificList
factory, lineNumber, tag
Modifier | Constructor and Description |
---|---|
protected |
PnmlName()
Creates a fresh PNML name.
|
protected |
PnmlName(java.lang.String text) |
Modifier and Type | Method and Description |
---|---|
PnmlName |
convertFromNet(org.processmining.models.graphbased.AbstractGraphElement element) |
protected java.lang.String |
getName(java.lang.String defaultName) |
protected void |
setName(java.lang.String name) |
convertToNet, convertToNet, exportElements, importElements
checkValidity, exportAttribute, exportAttributes, exportElement, importAttributes, importElement, importText, setFactory
public static final java.lang.String TAG
protected PnmlName()
protected PnmlName(java.lang.String text)
protected java.lang.String getName(java.lang.String defaultName)
public PnmlName convertFromNet(org.processmining.models.graphbased.AbstractGraphElement element)
convertFromNet
in class PnmlAnnotation
protected void setName(java.lang.String name)