Class TsmlLine

    • Constructor Detail

      • TsmlLine

        public TsmlLine()
        Creates a fresh PNML line object.
    • Method Detail

      • importAttributes

        protected void importAttributes​(org.xmlpull.v1.XmlPullParser xpp,
                                        Tsml tsml)
        Imports all known attributes.
        Overrides:
        importAttributes in class TsmlElement
      • exportAttributes

        protected java.lang.String exportAttributes​(Tsml tsml)
        Exports all attributes.
        Overrides:
        exportAttributes in class TsmlElement
        Returns:
      • unmarshall

        public void unmarshall​(org.processmining.models.graphbased.AbstractGraphElement element)
        Sets the line of the given graph element to this line.
        Parameters:
        element - The given element.
      • marshall

        public TsmlLine marshall​(org.processmining.models.graphbased.AbstractGraphElement element)