Uses of Class
de.jstacs.io.AbstractStringExtractor

Packages that use AbstractStringExtractor
de.jstacs.data Provides classes for the representation of data. 
de.jstacs.io Provides classes for reading data from and writing to a file and storing a number of datatypes, including all primitives, arrays of primitives, and Storables to an XML-representation 
 

Uses of AbstractStringExtractor in de.jstacs.data
 

Constructors in de.jstacs.data with parameters of type AbstractStringExtractor
Sample(AlphabetContainer abc, AbstractStringExtractor se)
          Creates a new Sample from a StringExtractor using the given AlphabetContainer.
Sample(AlphabetContainer abc, AbstractStringExtractor se, int subsequenceLength)
          Creates a new Sample from a StringExtractor using the given AlphabetContainer and all overlapping windows of length subsequenceLength.
Sample(AlphabetContainer abc, AbstractStringExtractor se, String delim)
          Creates a new Sample from a StringExtractor using the given AlphabetContainer and a delimiter delim.
Sample(AlphabetContainer abc, AbstractStringExtractor se, String delim, int subsequenceLength)
          Creates a new Sample from a StringExtractor using the given AlphabetContainer, the given delimiter delim and all overlapping windows of length subsequenceLength.
 

Uses of AbstractStringExtractor in de.jstacs.io
 

Subclasses of AbstractStringExtractor in de.jstacs.io
 class SimpleStringExtractor
          This is a simple class that extracts Strings.
 class SparseStringExtractor
          This StringExtractor reads the Strings from a File as the user asks for the String.
 class StringExtractor
          This class implements the reader that extracts Strings from either a File or a String.