Package | Description |
---|---|
org.sbolstandard.core2 |
Modifier and Type | Method and Description |
---|---|
Range |
Component.addRange(String displayId,
int start,
int end)
Creates a range with the given arguments and then adds it to this component's
list of locations.
|
Range |
SequenceAnnotation.addRange(String displayId,
int start,
int end)
Creates a range with the given arguments and then adds it to this sequence annotation's
list of locations.
|
Range |
Component.addRange(String displayId,
int start,
int end,
OrientationType orientation)
Creates a range with the given arguments and then adds it to this component'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.
|
Range |
Component.addSourceRange(String displayId,
int start,
int end)
Creates a range with the given arguments and then adds it to this component's
list of source locations.
|
Range |
Component.addSourceRange(String displayId,
int start,
int end,
OrientationType orientation)
Creates a range with the given arguments and then adds it to this component's
list of source locations.
|