Package | Description |
---|---|
org.biolegato.sequence.data |
Modifier and Type | Method and Description |
---|---|
static Seq.Strandedness |
Seq.Strandedness.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Seq.Strandedness[] |
Seq.Strandedness.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Seq(Seq.Type type,
java.lang.String name,
java.lang.StringBuffer sequence,
Seq.Direction direction,
Seq.Topology topology,
Seq.Strandedness strandedness)
Constructs new instances of a sequence object.
|
Seq(Seq.Type type,
java.lang.String name,
java.lang.StringBuffer sequence,
Seq.Direction direction,
Seq.Topology topology,
Seq.Strandedness strandedness,
java.lang.CharSequence original)
Constructs new instances of a sequence object.
|
Seq(Seq.Type type,
java.lang.String name,
java.lang.StringBuffer sequence,
Seq.Direction direction,
Seq.Topology topology,
Seq.Strandedness strandedness,
int groupID,
java.lang.String description)
Constructs new instances of a sequence object.
|
Copyright © 2008-2022 University of Manitoba.