Uses of Class
de.jstacs.data.DinucleotideProperty.HowCreated

Packages that use DinucleotideProperty.HowCreated
de.jstacs.data Provides classes for the representation of data.
The base classes to represent data are Alphabet and AlphabetContainer for representing alphabets, Sequence and its sub-classes to represent continuous and discrete sequences, and DataSet to represent data sets comprising a set of sequences. 
 

Uses of DinucleotideProperty.HowCreated in de.jstacs.data
 

Methods in de.jstacs.data that return DinucleotideProperty.HowCreated
 DinucleotideProperty.HowCreated DinucleotideProperty.getHowCreated()
          Returns how this property has been determined.
static DinucleotideProperty.HowCreated DinucleotideProperty.HowCreated.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DinucleotideProperty.HowCreated[] DinucleotideProperty.HowCreated.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.jstacs.data with parameters of type DinucleotideProperty.HowCreated
static DinucleotideProperty[] DinucleotideProperty.filterProperties(String nucleicAcid, Boolean doubleStrand, DinucleotideProperty.HowCreated howCreated, DinucleotideProperty.Type type, String dimension)
          Filters all DinucleotidePropertys by some of their annotations.