SequenceConstraint
Extends:
Class to represent an SBOL2 SequenceConstraint.
Constructor Summary
Public Constructor | ||
public |
constructor(sbolDocument: *, uri: *) |
Member Summary
Public Members | ||
public set |
Set the object Component for this SequenceConstraint. |
|
public get |
Retrieve the object Component for this SequenceConstraint. |
|
public set |
restriction(restriction: string | URI): * Set the restriction specifier for this SequenceConstraint. |
|
public get |
restriction: URI: * Retrieve the restriction specifier for this SequenceConstraint. |
|
public set |
Set the subject Component for this SequenceConstraint. |
|
public get |
Retrieve the subject Component for this SequenceConstraint. |
Method Summary
Public Methods | ||
public |
link() |
Public Constructors
public constructor(sbolDocument: *, uri: *) source
Parameters:
Name | Type | Attribute | Description |
sbolDocument | * | ||
uri | * |
Public Members
public set object(object: string | URI | Component): * source
Set the object Component for this SequenceConstraint.
public get object: URI | Component: * source
Retrieve the object Component for this SequenceConstraint. May return a URI if the object Component has not yet been resolved.
public set restriction(restriction: string | URI): * source
Set the restriction specifier for this SequenceConstraint.
public get restriction: URI: * source
Retrieve the restriction specifier for this SequenceConstraint.
Returns:
URI | [restriction] |