| Package | Description |
|---|---|
| htsjdk.tribble.annotation | |
| htsjdk.tribble.bed |
| Modifier and Type | Method and Description |
|---|---|
static Strand |
Strand.toStrand(java.lang.String encoding)
provide a way to take an encoding string, and produce a Strand
|
static Strand |
Strand.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Strand[] |
Strand.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected Strand |
SimpleBEDFeature.strand |
| Modifier and Type | Method and Description |
|---|---|
Strand |
BEDFeature.getStrand() |
Strand |
SimpleBEDFeature.getStrand() |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleBEDFeature.setStrand(Strand strand) |