Class TsmlToolSpecific

    • Constructor Detail

      • TsmlToolSpecific

        public TsmlToolSpecific()
    • Method Detail

      • importAttributes

        protected void importAttributes​(org.xmlpull.v1.XmlPullParser xpp,
                                        Tsml tsml)
        Description copied from class: TsmlElement
        Imports all standard attributes: None. If some subclass has attributes, this method needs to be overruled by it.
        Overrides:
        importAttributes in class TsmlElement
      • exportAttributes

        protected java.lang.String exportAttributes​(Tsml tsml)
        Description copied from class: TsmlElement
        Exports all standard attributes: None. If some subclass has attributes, this method needs to be overruled by it.
        Overrides:
        exportAttributes in class TsmlElement
        Returns:
      • checkValidity

        protected void checkValidity​(Tsml tsml)
        Description copied from class: TsmlElement
        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 TsmlElement