Home Reference Source
public class | source

Cut

Extends:

Identified → Cut

Class to represent an SBOL2 Cut location.

A Cut location specifies a location between two nucleotides.

Constructor Summary

Public Constructor
public

constructor(sbolDocument: *, uri: *)

Member Summary

Public Members
public set

at(at: Integer): *

Set the at property for this Cut.

public get

at: Integer: *

Retrieve the at property for this Cut.

public set

orientation(orientation: string | URI): *

Set the orientation property for this Cut.

public get

orientation: URI: *

Retrieve the orientation property for this Cut.

Public Constructors

public constructor(sbolDocument: *, uri: *) source

Parameters:

NameTypeAttributeDescription
sbolDocument *
uri *

Public Members

public set at(at: Integer): * source

Set the at property for this Cut.

public get at: Integer: * source

Retrieve the at property for this Cut.

Returns:

Integer

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

Set the orientation property for this Cut.

public get orientation: URI: * source

Retrieve the orientation property for this Cut.

Returns:

URI