| Package | Description |
|---|---|
| org.dishevelled.bio.assembly.gfa |
Graphical Fragment Assembly (GFA) support common to 1.0 and 2.0 versions.
|
| Modifier and Type | Method and Description |
|---|---|
Orientation |
Orientation.flip()
Return the orientation opposite of this orientation.
|
Orientation |
Reference.getOrientation()
Return the orientation for this reference.
|
static Orientation |
Orientation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Orientation[] |
Orientation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Reference(String id,
Orientation orientation)
Create a new reference.
|
Copyright © 2013–2020 dishevelled.org. All rights reserved.