Uses of Class
calhoun.analysis.crf.io.InterleavedInputComponentBase

Packages that use InterleavedInputComponentBase
calhoun.analysis.crf.io handles input and output of gene calling formats 
 

Uses of InterleavedInputComponentBase in calhoun.analysis.crf.io
 

Subclasses of InterleavedInputComponentBase in calhoun.analysis.crf.io
 class BooleanInput
          reads in an input consisting of a string of 1's and 0's that correspond to binary values.
 class Interval21HiddenSequenceTranslator
           
 class IntervalInput
          an input component used to read in values that are similar for long intervals.
 class IntInput
          reads in an input consisting of a list of ints that correspond to binary values.
 class IntInputInterval29
           
 class MultipleAlignmentInput
          an input component that reads in multiple alignment sequences.
 class NameInput
          an input component that reads in a name for each sequence.
 class StringInput
          reads in an input consisting of a string.
 

Methods in calhoun.analysis.crf.io that return InterleavedInputComponentBase
 InterleavedInputComponentBase CompositeInput.InputComponent.getInputSequence()
           
 

Methods in calhoun.analysis.crf.io with parameters of type InterleavedInputComponentBase
 void CompositeInput.InputComponent.setInputSequence(InterleavedInputComponentBase inputSequence)