Home Reference Source
public class | source

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

framework(framework: string | URI): *

Set the framework for this Model.

public get

framework: URI: *

Retrieve the framework for this Model.

public set

language(language: string | URI): *

Set the language for this Model.

public get

language: URI: *

Retrieve the language for this Model.

public set

source(source: string | URI): *

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:

NameTypeAttributeDescription
sbolDocument *
uri *

Public Members

public set framework(framework: string | URI): * source

Set the framework for this Model.

public get framework: URI: * source

Retrieve the framework for this Model.

Returns:

URI

[framework]

public set language(language: string | URI): * source

Set the language for this Model.

public get language: URI: * source

Retrieve the language for this Model.

Returns:

URI

[language]

public set source(source: string | URI): * source

Set the source URI for this Model.

public get source: URI: * source

Retrieve the source URI for this Model.

Returns:

URI

[source]