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