Class SmartSplit

    • Field Detail

      • s_tabParser

        protected static final com.opencsv.CSVParser s_tabParser
      • s_commaParser

        protected static final com.opencsv.CSVParser s_commaParser
    • Constructor Detail

      • SmartSplit

        public SmartSplit()
    • Method Detail

      • buildParser

        protected static com.opencsv.CSVParser buildParser​(char separator)
      • call

        public Object call​(Object[] args)
        Description copied from class: PureFunction
        Computes the value of the function on the given arguments
        Specified by:
        call in class PureFunction
        Parameters:
        args - the values of the arguments
        Returns:
        the return value of the function
      • getDescription

        public String getDescription()
      • getParams

        public String getParams()
      • getReturns

        public String getReturns()