org.processmining.plugins.pnml.toolspecific
Class PnmlToolSpecific

java.lang.Object
  extended by org.processmining.plugins.pnml.PnmlElement
      extended by org.processmining.plugins.pnml.toolspecific.PnmlToolSpecific

public class PnmlToolSpecific
extends PnmlElement


Field Summary
static java.lang.String TAG
           
 
Fields inherited from class org.processmining.plugins.pnml.PnmlElement
lineNumber, tag
 
Constructor Summary
PnmlToolSpecific()
           
 
Method Summary
protected  void checkValidity(Pnml pnml)
          Default check for validity: No action.
protected  java.lang.String exportAttributes(Pnml pnml)
          Exports all standard attributes: None.
protected  void importAttributes(org.xmlpull.v1.XmlPullParser xpp, Pnml pnml)
          Imports all standard attributes: None.
 
Methods inherited from class org.processmining.plugins.pnml.PnmlElement
exportAttribute, exportElement, exportElements, importElement, importElements, importText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TAG

public static final java.lang.String TAG
See Also:
Constant Field Values
Constructor Detail

PnmlToolSpecific

public PnmlToolSpecific()
Method Detail

importAttributes

protected void importAttributes(org.xmlpull.v1.XmlPullParser xpp,
                                Pnml pnml)
Description copied from class: PnmlElement
Imports all standard attributes: None. If some subclass has attributes, this method needs to be overruled by it.

Overrides:
importAttributes in class PnmlElement

exportAttributes

protected java.lang.String exportAttributes(Pnml pnml)
Description copied from class: PnmlElement
Exports all standard attributes: None. If some subclass has attributes, this method needs to be overruled by it.

Overrides:
exportAttributes in class PnmlElement
Returns:

checkValidity

protected void checkValidity(Pnml pnml)
Description copied from class: PnmlElement
Default check for validity: No action. If some subclass needs to check validity, this method needs to be overruled by it.

Overrides:
checkValidity in class PnmlElement