Uses of Class
org.dishevelled.bio.feature.bed.BedFormat
-
Packages that use BedFormat Package Description org.dishevelled.bio.feature.bed Sequence features in BED format. -
-
Uses of BedFormat in org.dishevelled.bio.feature.bed
Methods in org.dishevelled.bio.feature.bed that return BedFormat Modifier and Type Method Description BedFormatBedRecord. getFormat()Return the format of this BED record.static BedFormatBedFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static BedFormat[]BedFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.
-