Class SavotTR

  • All Implemented Interfaces:
    SimpleTypes

    public final class SavotTR
    extends SavotBase

    Row element

    Author:
    Andre Schaaff
    • Constructor Detail

      • SavotTR

        public SavotTR()
        Constructor
    • Method Detail

      • SVtoTR

        public void SVtoTR​(java.lang.String svline,
                           char sv)
        Create a TR element from a Separated Value String
        Parameters:
        svline - String, line with separated values
        sv - char, separated value
      • getTDs

        public TDSet getTDs()
        Get the TD set (same as getTDSet) TDSet
        Returns:
        TDSet
      • getTDSet

        public TDSet getTDSet​(int capacity)
        Get the TD set (same as getTDs) TDSet
        Parameters:
        capacity - minimal capacity to provide
        Returns:
        TDSet
      • getTDSet

        public TDSet getTDSet()
        Get the TD set (same as getTDs) TDSet
        Returns:
        TDSet
        See Also:
        getTDSet(int)
      • setTDs

        public void setTDs​(TDSet TDs)
        Set the TD set (same as setTDSet) TDSet
        Parameters:
        TDs -
      • setTDSet

        public void setTDSet​(TDSet TDs)
        Set the TD set (same as setTDs) TDSet
        Parameters:
        TDs -
      • getLineInXMLFile

        public int getLineInXMLFile()
        Get the corresponding line in the XML file or flow
        Returns:
        lineInXMLFile
      • setLineInXMLFile

        public void setLineInXMLFile​(int lineInXMLFile)
        Set the corresponding line in the XML file or flow during the parsing
        Parameters:
        lineInXMLFile -
      • clear

        public void clear()
        Clear this TR instance to recycle it