Package | Description |
---|---|
com.metsci.glimpse.dspl.schema | |
com.metsci.glimpse.dspl.util |
Support utilities for DSPL parsing.
|
Modifier and Type | Class and Description |
---|---|
class |
ConceptInfo
Textual information about a concept in the dataset.
|
Modifier and Type | Method and Description |
---|---|
Info |
ObjectFactory.createInfo()
Create an instance of
Info |
Info |
Table.getInfo()
Gets the value of the info property.
|
Info |
DataSet.getInfo()
Gets the value of the info property.
|
Info |
Slice.getInfo()
Gets the value of the info property.
|
Info |
Topic.getInfo()
Gets the value of the info property.
|
Info |
Attribute.getInfo()
Gets the value of the info property.
|
Info |
ConceptProperty.getInfo()
Gets the value of the info property.
|
Info |
DataSet.getProvider()
Gets the value of the provider property.
|
Modifier and Type | Method and Description |
---|---|
void |
Table.setInfo(Info value)
Sets the value of the info property.
|
void |
DataSet.setInfo(Info value)
Sets the value of the info property.
|
void |
Slice.setInfo(Info value)
Sets the value of the info property.
|
void |
Topic.setInfo(Info value)
Sets the value of the info property.
|
void |
Attribute.setInfo(Info value)
Sets the value of the info property.
|
void |
ConceptProperty.setInfo(Info value)
Sets the value of the info property.
|
void |
DataSet.setProvider(Info value)
Sets the value of the provider property.
|
Modifier and Type | Method and Description |
---|---|
static Info |
DataSetFactory.newInfo(String name,
String description,
String url) |
Modifier and Type | Method and Description |
---|---|
static DataSet |
DataSetFactory.newDataset(String namespace,
Info datasetInfo,
Info providerInfo,
String... importNamespaces) |
static Slice |
DataSetFactory.newSlice(String id,
Info info,
QName[] dimensions,
QName[] metrics) |
Copyright © 2016 Metron, Inc.. All rights reserved.