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 Sample from a StringExtractor using the given AlphabetContainer.
Sample(AlphabetContainer abc, AbstractStringExtractor se, int subsequenceLength)
          Creates a Sample from a StringExtractor using the given AlphabetContainer and all overlapping windows of subsequenceLength.
Sample(AlphabetContainer abc, AbstractStringExtractor se, String delim)
          Creates a Sample from a StringExtractor using the given AlphabetContainer and delimiter.
Sample(AlphabetContainer abc, AbstractStringExtractor se, String delim, int subsequenceLength)
          Creates a Sample from a StringExtractor using the given AlphabetContainer, the given delimiter and all overlapping windows of subsequenceLength.
 

Uses of AbstractStringExtractor in de.jstacs.io
 

Subclasses of AbstractStringExtractor in de.jstacs.io
 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.