Package org.processmining.plugins.tsml
Class TsmlText
- java.lang.Object
-
- org.processmining.plugins.tsml.TsmlElement
-
- org.processmining.plugins.tsml.TsmlText
-
public class TsmlText extends TsmlElement
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringTAGPNML text tag.-
Fields inherited from class org.processmining.plugins.tsml.TsmlElement
lineNumber, tag
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringexportElements(Tsml tsml)Exports the text.java.lang.StringgetText()Gets the text.protected voidimportText(java.lang.String text, Tsml tsml)Imports the text.voidsetText(java.lang.String text)-
Methods inherited from class org.processmining.plugins.tsml.TsmlElement
checkValidity, exportAttribute, exportAttributes, exportElement, importAttributes, importElement, importElements
-
-
-
-
Field Detail
-
TAG
public static final java.lang.String TAG
PNML text tag.- See Also:
- Constant Field Values
-
-
Method Detail
-
importText
protected void importText(java.lang.String text, Tsml tsml)Imports the text.- Overrides:
importTextin classTsmlElement
-
exportElements
protected java.lang.String exportElements(Tsml tsml)
Exports the text.- Overrides:
exportElementsin classTsmlElement- Returns:
-
getText
public java.lang.String getText()
Gets the text.- Returns:
-
setText
public void setText(java.lang.String text)
-
-