Documentation of 'javanpst.data.readers.sequenceReaders.NumericSequenceTXTReader' Java class
NumericSequenceTXTReader
javanpst.data.readers.sequenceReaders

Class NumericSequenceTXTReader



  • public class NumericSequenceTXTReader
    extends java.lang.Object
    A CSV reader for numerical sequences. Store data inside a string array.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static void append(java.lang.String text)
      Adds a new element to the sequence.
      static void clear()
      Clears the array
      static java.util.ArrayList<java.lang.Double> getSequence()
      Get a copy of the inner sequence as output
      static void readTXTSequence(java.lang.String file)
      Read a numeric sequence from a TXT file
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NumericSequenceTXTReader

        public NumericSequenceTXTReader()
    • Method Detail

      • getSequence

        public static java.util.ArrayList<java.lang.Double> getSequence()
        Get a copy of the inner sequence as output
        Returns:
        a copy of the inner sequence
      • clear

        public static void clear()
        Clears the array
      • append

        public static void append(java.lang.String text)
        Adds a new element to the sequence. The element must be a numerical value
        Parameters:
        text - element to add
      • readTXTSequence

        public static void readTXTSequence(java.lang.String file)
        Read a numeric sequence from a TXT file
        Parameters:
        file - path of the file

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.