Range
Extends:
Identified → Range
Class to represent an SBOL2 Range location.
Constructor Summary
| Public Constructor | ||
| public |
constructor(sbolDocument: *, uri: *) |
|
Member Summary
| Public Members | ||
| public set |
end(end: Integer): * Set the end property for this Range. |
|
| public get |
end: Integer: * Retrieve the end property for this Range. |
|
| public set |
orientation(orientation: string | URI): * Set the orientation property for this Range. |
|
| public get |
orientation: URI: * Retrieve the orientation property for this Range. |
|
| public set |
start(start: Integer): * Set the start property for this Range. |
|
| public get |
start: Integer: * Retrieve the start property for this Range. |
|
Public Constructors
public constructor(sbolDocument: *, uri: *) source
Parameters:
| Name | Type | Attribute | Description |
| sbolDocument | * | ||
| uri | * |