Model
Extends:
Identified → Model
Class to represent an SBOL2 Model reference.
Constructor Summary
| Public Constructor | ||
| public |
constructor(sbolDocument: *, uri: *) |
|
Member Summary
| Public Members | ||
| public set |
Set the framework for this Model. |
|
| public get |
framework: URI: * Retrieve the framework for this Model. |
|
| public set |
Set the language for this Model. |
|
| public get |
language: URI: * Retrieve the language for this Model. |
|
| public set |
Set the source URI for this Model. |
|
| public get |
source: URI: * Retrieve the source URI for this Model. |
|
Public Constructors
public constructor(sbolDocument: *, uri: *) source
Parameters:
| Name | Type | Attribute | Description |
| sbolDocument | * | ||
| uri | * |