Dataset

Dataset

new Dataset()

Geml dataset class.

Source:

Members

info :Object

Raw metadata

Source:
Type:
  • Object

linker :Linker

Linker to process this document

Source:
Type:

name :string

Name of this document

Source:
Type:
  • string

xemlModule :object

Owner oolong module

Source:
Type:
  • object

Methods

clone() → {Dataset}

Clone the document

Source:
Returns:
Type:
Dataset

Start linking this dataset

Source:
Returns:
Type:
Dataset

toJSON() → {object}

Translate the document into a plain JSON object

Source:
Returns:
Type:
object

Dataset

new Dataset(linker, name, xemlModule, info)

Source:
Parameters:
Name Type Description
linker Linker
name string

Dataset name

xemlModule object

Source ool module

info object

Dataset info

Members

info :Object

Raw metadata

Source:
Type:
  • Object

linker :Linker

Linker to process this document

Source:
Type:

name :string

Name of this document

Source:
Type:
  • string

xemlModule :object

Owner oolong module

Source:
Type:
  • object

Methods

clone() → {Dataset}

Clone the document

Source:
Returns:
Type:
Dataset

Start linking this dataset

Source:
Returns:
Type:
Dataset

toJSON() → {object}

Translate the document into a plain JSON object

Source:
Returns:
Type:
object