| Package | Description |
|---|---|
| org.sbolstandard.core2 |
| Modifier and Type | Method and Description |
|---|---|
GenericLocation |
Component.addGenericLocation(String displayId)
Creates a generic location with the given arguments and then adds it to this component's
list of locations.
|
GenericLocation |
SequenceAnnotation.addGenericLocation(String displayId)
Creates a generic location with the given arguments and then adds it to this sequence annotation's
list of locations.
|
GenericLocation |
Component.addGenericLocation(String displayId,
OrientationType orientation)
Creates a generic location with the given arguments and then adds it to this component'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.
|
GenericLocation |
Component.addGenericSourceLocation(String displayId)
Creates a generic location with the given arguments and then adds it to this components's
list of source locations.
|
GenericLocation |
Component.addGenericSourceLocation(String displayId,
OrientationType orientation)
Creates a generic location with the given arguments and then adds it to this component's
list of source locations.
|