Uses of Class
com.metsci.glimpse.dspl.schema.Info

Packages that use Info
com.metsci.glimpse.dspl.schema   
com.metsci.glimpse.dspl.util Support utilities for DSPL parsing. 
 

Uses of Info in com.metsci.glimpse.dspl.schema
 

Subclasses of Info in com.metsci.glimpse.dspl.schema
 class ConceptInfo
          Textual information about a concept in the dataset.
 

Methods in com.metsci.glimpse.dspl.schema that return Info
 Info ObjectFactory.createInfo()
          Create an instance of Info
 Info Topic.getInfo()
          Gets the value of the info property.
 Info Table.getInfo()
          Gets the value of the info property.
 Info Slice.getInfo()
          Gets the value of the info property.
 Info DataSet.getInfo()
          Gets the value of the info property.
 Info ConceptProperty.getInfo()
          Gets the value of the info property.
 Info Attribute.getInfo()
          Gets the value of the info property.
 Info DataSet.getProvider()
          Gets the value of the provider property.
 

Methods in com.metsci.glimpse.dspl.schema with parameters of type Info
 void Topic.setInfo(Info value)
          Sets the value of the info property.
 void Table.setInfo(Info value)
          Sets the value of the info property.
 void Slice.setInfo(Info value)
          Sets the value of the info property.
 void DataSet.setInfo(Info value)
          Sets the value of the info property.
 void ConceptProperty.setInfo(Info value)
          Sets the value of the info property.
 void Attribute.setInfo(Info value)
          Sets the value of the info property.
 void DataSet.setProvider(Info value)
          Sets the value of the provider property.
 

Uses of Info in com.metsci.glimpse.dspl.util
 

Methods in com.metsci.glimpse.dspl.util that return Info
static Info DataSetFactory.newInfo(java.lang.String name, java.lang.String description, java.lang.String url)
           
 

Methods in com.metsci.glimpse.dspl.util with parameters of type Info
static DataSet DataSetFactory.newDataset(java.lang.String namespace, Info datasetInfo, Info providerInfo, java.lang.String... importNamespaces)
           
static Slice DataSetFactory.newSlice(java.lang.String id, Info info, javax.xml.namespace.QName[] dimensions, javax.xml.namespace.QName[] metrics)
           
 



Copyright © 2012 Metron, Inc.. All Rights Reserved.