Package | Description |
---|---|
org.sbolstandard.core2 |
Modifier and Type | Method and Description |
---|---|
OrientationType |
Location.getOrientation()
Returns the orientation property of this location.
|
static OrientationType |
OrientationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrientationType[] |
OrientationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Cut |
SequenceAnnotation.addCut(String displayId,
int at,
OrientationType orientation)
Creates a cut with the given arguments and then adds it to this sequence annotation's
list of locations.
|
GenericLocation |
SequenceAnnotation.addGenericLocation(String displayId,
OrientationType orientation)
Creates a generic location with the given arguments and then adds it to this sequence annotation's
list of locations.
|
Range |
SequenceAnnotation.addRange(String displayId,
int start,
int end,
OrientationType orientation)
Creates a range with the given arguments and then adds it to this sequence annotation's
list of locations.
|
SequenceAnnotation |
ComponentDefinition.createSequenceAnnotation(String displayId,
String locationId,
int start,
int end,
OrientationType orientation)
Creates a child sequence annotation for this ComponentDefinition
instance with the given arguments, and then adds to this ComponentDefinition's
list of sequence annotations.
|
SequenceAnnotation |
ComponentDefinition.createSequenceAnnotation(String displayId,
String locationId,
int at,
OrientationType orientation)
Creates a child sequence annotation for this component definition with the given arguments,
and then adds to its list of sequence annotations.
|
SequenceAnnotation |
ComponentDefinition.createSequenceAnnotation(String displayId,
String locationId,
OrientationType orientation)
Creates a child sequence annotation for this component definition with the given arguments,
and then adds to this component definition's list of sequence annotations.
|
void |
Location.setOrientation(OrientationType orientation)
Sets the orientation property of this location to the given one.
|
Copyright © 2017. All rights reserved.