Class TsmlToolSpecific
- java.lang.Object
-
- org.processmining.plugins.tsml.TsmlElement
-
- org.processmining.plugins.tsml.toolspecific.TsmlToolSpecific
-
public class TsmlToolSpecific extends TsmlElement
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringTAG-
Fields inherited from class org.processmining.plugins.tsml.TsmlElement
lineNumber, tag
-
-
Constructor Summary
Constructors Constructor Description TsmlToolSpecific()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcheckValidity(Tsml tsml)Default check for validity: No action.protected java.lang.StringexportAttributes(Tsml tsml)Exports all standard attributes: None.protected voidimportAttributes(org.xmlpull.v1.XmlPullParser xpp, Tsml tsml)Imports all standard attributes: None.-
Methods inherited from class org.processmining.plugins.tsml.TsmlElement
exportAttribute, exportElement, exportElements, importElement, importElements, importText
-
-
-
-
Field Detail
-
TAG
public static final java.lang.String TAG
- See Also:
- Constant Field Values
-
-
Method Detail
-
importAttributes
protected void importAttributes(org.xmlpull.v1.XmlPullParser xpp, Tsml tsml)Description copied from class:TsmlElementImports all standard attributes: None. If some subclass has attributes, this method needs to be overruled by it.- Overrides:
importAttributesin classTsmlElement
-
exportAttributes
protected java.lang.String exportAttributes(Tsml tsml)
Description copied from class:TsmlElementExports all standard attributes: None. If some subclass has attributes, this method needs to be overruled by it.- Overrides:
exportAttributesin classTsmlElement- Returns:
-
checkValidity
protected void checkValidity(Tsml tsml)
Description copied from class:TsmlElementDefault check for validity: No action. If some subclass needs to check validity, this method needs to be overruled by it.- Overrides:
checkValidityin classTsmlElement
-
-