Package | Description |
---|---|
org.sbolstandard.core2 |
Modifier and Type | Class and Description |
---|---|
class |
Cut
Represents the Cut extension of the SBOL Location class.
|
class |
GenericLocation
Represents a GenericLocation extension object of the SBOL Location class.
|
class |
Range
Represents a Range extension object of the SBOL Location class.
|
Modifier and Type | Method and Description |
---|---|
Location |
SequenceAnnotation.getLocation(String displayId)
Returns the location owned by this sequence annotation
that matches the given display ID.
|
Location |
SequenceAnnotation.getLocation(URI locationURI)
Returns the location owned by this sequence annotation
that matches the given identity URI.
|
Modifier and Type | Method and Description |
---|---|
Set<Location> |
SequenceAnnotation.getLocations()
Returns the set of locations referenced by this sequence annotation.
|
Set<Location> |
SequenceAnnotation.getPreciseLocations()
Returns the set of Range/Cut locations referenced by this sequence annotation.
|
List<Location> |
SequenceAnnotation.getSortedLocations()
Returns a sorted list of locations owned by this sequence annotation.
|
Modifier and Type | Method and Description |
---|---|
int |
Range.compareTo(Location location) |
int |
GenericLocation.compareTo(Location location) |
int |
Cut.compareTo(Location location) |
boolean |
SequenceAnnotation.removeLocation(Location location)
Removes the given location from the list of locations.
|
Copyright © 2017. All rights reserved.