Uses of Enum Class
edu.wustl.cse231s.bioinformatics.io.resource.ChromosomeResource
Packages that use ChromosomeResource
-
Uses of ChromosomeResource in edu.wustl.cse231s.bioinformatics.io.resource
Methods in edu.wustl.cse231s.bioinformatics.io.resource that return ChromosomeResourceModifier and TypeMethodDescriptionstatic ChromosomeResource
Returns the enum constant of this class with the specified name.static ChromosomeResource[]
ChromosomeResource.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in edu.wustl.cse231s.bioinformatics.io.resource that return types with arguments of type ChromosomeResourceModifier and TypeMethodDescriptionstatic Iterable<ChromosomeResource>
ChromosomeResource.getTestEnumConstants()
Methods in edu.wustl.cse231s.bioinformatics.io.resource with parameters of type ChromosomeResourceModifier and TypeMethodDescriptionstatic List<byte[]>
ChromosomeResource.readSubSequences
(ChromosomeResource chromosomeResource) -
Uses of ChromosomeResource in kmer.io.resource
Methods in kmer.io.resource that return ChromosomeResourceModifier and TypeMethodDescriptionprotected ChromosomeResource
KMerResource.getChromosomeResource()