|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.Observable
nesstar.rdf.RDFObject
nesstar.api.Dataset
public class Dataset
A dataset, whose metadata is defined according to the DDI standard and whose data is stored in one or more NSDSTAT files.
| Field Summary | |
|---|---|
static String |
CLASS_ID
|
| Fields inherited from class nesstar.rdf.RDFObject |
|---|
COLSEP, IS_GETTER, IS_PART, IS_PART_OF, WRITE_OP |
| Constructor Summary | |
|---|---|
Dataset(RDFDB db,
URL id)
Create an object with the indicated id in the indicated db |
|
| Method Summary | |
|---|---|
Bookmark |
AddDataFile(String fileID,
File dkm,
File ind,
File nsf)
Deprecated. support for old-style NSD datafiles has been dropped, use Datafile.AddDatafile(..) instead. |
void |
AddDataFile(String fileID,
File dkm,
File ind,
File nsf,
BasicExecutorLog log)
Deprecated. support for old-style NSD datafiles has been dropped, use Datafile.AddDatafile(..) instead. |
Bookmark |
Breakdown(String condition,
String dependent,
String independent,
String keys,
String mergeVariables,
String weights)
Deprecated. Replaced by Study2 Breakdown |
String |
Breakdown(String condition,
String dependent,
String independent,
String keys,
String mergeVariables,
String weights,
BasicExecutorLog log)
Deprecated. Replaced by Study2 Breakdown |
void |
clear()
Clear all properties of this object |
Bookmark |
Datalist(String condition,
String keys,
String mergeVariables,
String unique,
String variables,
String weights)
Deprecated. Replaced by Study2 Datalist |
String |
Datalist(String condition,
String keys,
String mergeVariables,
String unique,
String variables,
String weights,
BasicExecutorLog log)
Deprecated. Replaced by Study2 Datalist |
Bookmark |
Delete()
Delete the dataset from the server. |
void |
Delete(BasicExecutorLog log)
Delete the dataset from the server. |
Bookmark |
Descriptive(String condition,
String keys,
String mergeVariables,
String polygon,
String variables,
String weights)
Deprecated. Replaced by Study2 Descriptive |
String |
Descriptive(String condition,
String keys,
String mergeVariables,
String polygon,
String variables,
String weights,
BasicExecutorLog log)
Deprecated. Replaced by Study2 Descriptive |
Bookmark |
FindDDIVariables(String keyword)
Deprecated. Replaced by Study2.RangeQuery("GET Variable WHERE Variable.* CONTAINS 'phrase'"). |
String |
FindDDIVariables(String keyword,
BasicExecutorLog log)
Deprecated. Replaced by Study2.RangeQuery("GET Variable WHERE Variable.* CONTAINS 'phrase'"). |
Bookmark |
Frequency(String condition,
String keys,
String mergeVariables,
String variables,
String weights)
Deprecated. Replaced by Study2 Frequency |
String |
Frequency(String condition,
String keys,
String mergeVariables,
String variables,
String weights,
BasicExecutorLog log)
Deprecated. Replaced by Study2 Frequency |
String |
get_abstractText()
|
String |
get_accessConditions()
|
String |
get_accessStatus()
|
String |
get_collMode()
|
String |
get_dataKind()
|
String |
get_distributionDate()
|
String |
get_distributor()
|
String |
get_geographicalCover()
|
String |
get_geographicalUnit()
|
String |
get_hasData()
|
String |
get_sampling()
|
String |
get_source()
|
String |
get_subcat()
|
String |
get_timeMeth()
|
String |
get_timePeriod()
|
String |
get_title()
|
String |
getAbstractText()
The abstract. |
String |
getAccessConditions()
Restriction on access or use. |
String |
getAccessStatus()
The access status of the study with respect to the current user (e.g. |
static Vector |
getAllInstances()
|
static Vector |
getAllInstances(RDFDB db)
|
String |
getCollMode()
The collection mode, e.g. |
String |
getComment()
The abstract. |
String |
getDataKind()
The kind of data, e.g. |
Bookmark |
GetDDI()
Get the full DDI metadata for this dataset. |
String |
GetDDI(BasicExecutorLog log)
Get the full DDI metadata for this dataset. |
Bookmark |
GetDDISkeleton()
Get a possibly incomplete DDI document. |
String |
GetDDISkeleton(BasicExecutorLog log)
Get a possibly incomplete DDI document. |
Bookmark |
GetDDIVariable(Integer varID)
Deprecated. Replaced by Study2.RangeQuery("GET Variable WHERE Variable.id == 'VID'"). |
String |
GetDDIVariable(Integer varID,
BasicExecutorLog log)
Deprecated. Replaced by Study2.RangeQuery("GET Variable WHERE Variable.id == 'VID'"). |
static FeatureDescriptor |
getDescriptor(String featureName)
get the descriptor for a feature of the class, either method or attribute Note: the methods' feature are still not implemented |
Date |
getDistributionDate()
Date of distribution of study |
String |
getDistributor()
A distributor is defined as the organization designated by the author or producer to generate copies of the data/documentation including any necessary editions or revisions. |
String[] |
getGeographicalCover()
Geographic coverage |
String |
getGeographicalCoverAsString()
|
String[] |
getGeographicalUnit()
Lowest level of geog. |
String |
getGeographicalUnitAsString()
|
static Collection |
getGetterMethods()
|
String |
getHasData()
Does this dataset have data files?. |
static Dataset |
getInstance(RDFDB db,
URL id)
If an object of type Dataset with the indicated id exists in the db returns it otherwise create a new object in the db and returns it |
static Dataset |
getInstance(String rdf)
|
String |
getLabel()
Title of the Dataset |
static Collection |
getPartsDescriptor()
|
String[] |
getSampling()
sampling procedure, inc. |
String |
getSamplingAsString()
|
String |
getSource()
Used to list the book(s), article(s), serial(s), and/or machine-readable data file(s), if any, that served as the source(s) of the data collection. |
String[] |
getSubcat()
The classification field indicates the broad substantive topic(s) that the data cover. |
String |
getSubcatAsString()
|
String |
getTimeMeth()
eg panel, trend, time series |
Date |
getTimePeriod()
The time period to which the data refer. |
String |
getTitle()
Deprecated. replaced by label |
Bookmark |
GFrequency(String condition,
String keys,
String mergeVariables,
String variables,
String weights)
Deprecated. Replaced by Study2 GFrequency |
String |
GFrequency(String condition,
String keys,
String mergeVariables,
String variables,
String weights,
BasicExecutorLog log)
Deprecated. Replaced by Study2 GFrequency |
void |
initialised()
Notify that the object has been created and its properties setup for the first time. |
static void |
listenForNewObj(NewObjListener listener)
Register to be notified when new objects are added. |
Bookmark |
MultipleRegression(String condition,
String dependent,
String independent,
String keys,
String mergeVariables,
String method,
String missing,
String weights,
Double pin,
Double pout)
Deprecated. Replaced by Study2 MultipleRegression |
String |
MultipleRegression(String condition,
String dependent,
String independent,
String keys,
String mergeVariables,
String method,
String missing,
String weights,
Double pin,
Double pout,
BasicExecutorLog log)
Deprecated. Replaced by Study2 MultipleRegression |
static Dataset |
newInstance(RDFDB db)
Create a new object of this type with a locally unique id and returns it |
static Dataset |
retrieve(URL id)
If an object of type Dataset with the indicated id has already being retrieved from the network returns it otherwise retrieve it together with its class information (methods, properties, etc.) |
void |
set_abstractText(String abstractText)
|
void |
set_accessConditions(String accessConditions)
|
void |
set_accessStatus(String accessStatus)
|
void |
set_collMode(String collMode)
|
void |
set_dataKind(String dataKind)
|
void |
set_distributionDate(String distributionDate)
|
void |
set_distributor(String distributor)
|
void |
set_geographicalCover(String geographicalCover)
|
void |
set_geographicalUnit(String geographicalUnit)
|
void |
set_hasData(String hasData)
|
void |
set_sampling(String sampling)
|
void |
set_source(String source)
|
void |
set_subcat(String subcat)
|
void |
set_timeMeth(String timeMeth)
|
void |
set_timePeriod(String timePeriod)
|
void |
set_title(String title)
|
void |
setAbstractText(String abstractText)
The abstract. |
void |
setAccessConditions(String accessConditions)
Restriction on access or use. |
void |
setAccessStatus(String accessStatus)
The access status of the study with respect to the current user (e.g. |
void |
setCollMode(String collMode)
The collection mode, e.g. |
void |
setDataKind(String dataKind)
The kind of data, e.g. |
void |
setDistributionDate(Date distributionDate)
Date of distribution of study |
void |
setDistributor(String distributor)
A distributor is defined as the organization designated by the author or producer to generate copies of the data/documentation including any necessary editions or revisions. |
void |
setGeographicalCover(String[] geographicalCover)
Geographic coverage |
void |
setGeographicalUnit(String[] geographicalUnit)
Lowest level of geog. |
void |
setHasData(String hasData)
Does this dataset have data files?. |
void |
setSampling(String[] sampling)
sampling procedure, inc. |
void |
setSource(String source)
Used to list the book(s), article(s), serial(s), and/or machine-readable data file(s), if any, that served as the source(s) of the data collection. |
void |
setSubcat(String[] subcat)
The classification field indicates the broad substantive topic(s) that the data cover. |
void |
setTimeMeth(String timeMeth)
eg panel, trend, time series |
void |
setTimePeriod(Date timePeriod)
The time period to which the data refer. |
void |
setTitle(String title)
Deprecated. replaced by label |
Bookmark |
Subset(String cases,
String condition,
String format,
String keys,
String mergeVariables)
Deprecated. Replaced by Study2 Download |
URL |
Subset(String cases,
String condition,
String format,
String keys,
String mergeVariables,
BasicExecutorLog log)
Deprecated. Replaced by Study2 Download |
Bookmark |
Tabulation(String condition,
String keys,
String mergeVariables,
String variables,
String weights)
Deprecated. Replaced by Study2 Tabulation |
String |
Tabulation(String condition,
String keys,
String mergeVariables,
String variables,
String weights,
BasicExecutorLog log)
Deprecated. Replaced by Study2 Tabulation |
Bookmark |
XBreak(String condition,
String keys,
String mergeVariables,
String variables,
String weights)
Deprecated. Replaced by Study2 XBreak |
String |
XBreak(String condition,
String keys,
String mergeVariables,
String variables,
String weights,
BasicExecutorLog log)
Deprecated. Replaced by Study2 XBreak |
| Methods inherited from class java.util.Observable |
|---|
addObserver, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers |
| Methods inherited from class java.lang.Object |
|---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static String CLASS_ID
| Constructor Detail |
|---|
public Dataset(RDFDB db,
URL id)
throws Exception
db - the db where the object is to be createdid - the id of the object to create
Exception| Method Detail |
|---|
public void setAbstractText(String abstractText)
The abstract.
abstractText - public void set_abstractText(String abstractText)
abstractText - public void setAccessConditions(String accessConditions)
Restriction on access or use.
accessConditions - public void set_accessConditions(String accessConditions)
accessConditions - public void setAccessStatus(String accessStatus)
The access status of the study with respect to the current user (e.g. NoAccess, FreeAccess, etc.)
accessStatus - public void set_accessStatus(String accessStatus)
accessStatus - public void setCollMode(String collMode)
The collection mode, e.g. Telephone, mail, questionnaire
collMode - public void set_collMode(String collMode)
collMode - public void setDataKind(String dataKind)
The kind of data, e.g. individual level.
dataKind - public void set_dataKind(String dataKind)
dataKind - public void setDistributionDate(Date distributionDate)
Date of distribution of study
distributionDate - public void set_distributionDate(String distributionDate)
distributionDate - public void setDistributor(String distributor)
A distributor is defined as the organization designated by the author or producer to generate copies of the data/documentation including any necessary editions or revisions. Names and addresses may be specified, and other archives may be co-distributors.
distributor - public void set_distributor(String distributor)
distributor - public void setGeographicalCover(String[] geographicalCover)
Geographic coverage
geographicalCover - public void set_geographicalCover(String geographicalCover)
geographicalCover - public void setGeographicalUnit(String[] geographicalUnit)
Lowest level of geog. aggregation
geographicalUnit - public void set_geographicalUnit(String geographicalUnit)
geographicalUnit - public void setHasData(String hasData)
Does this dataset have data files?.
hasData - public void set_hasData(String hasData)
hasData - public void setSampling(String[] sampling)
sampling procedure, inc. size, fraction.
sampling - public void set_sampling(String sampling)
sampling - public void setSource(String source)
Used to list the book(s), article(s), serial(s), and/or machine-readable data file(s), if any, that served as the source(s) of the data collection.
source - public void set_source(String source)
source - public void setSubcat(String[] subcat)
The classification field indicates the broad substantive topic(s) that the data cover.
subcat - public void set_subcat(String subcat)
subcat - public void setTimeMeth(String timeMeth)
eg panel, trend, time series
timeMeth - public void set_timeMeth(String timeMeth)
timeMeth - public void setTimePeriod(Date timePeriod)
The time period to which the data refer.
timePeriod - public void set_timePeriod(String timePeriod)
timePeriod - public void setTitle(String title)
Title of the Dataset
title - public void set_title(String title)
title -
public static Vector getAllInstances(RDFDB db)
throws Exception
db - the db where the instances are to be found
Exception
public static Vector getAllInstances()
throws Exception
Exception
public static Dataset getInstance(RDFDB db,
URL id)
throws Exception
db - the db where the object is to be found or createdid - the id of the object to retrieve or create
Exception
public static Dataset getInstance(String rdf)
throws Exception
rdf - some rdf code that contains a description of an object of this kind
Exceptionpublic String getAbstractText()
The abstract.
public String get_abstractText()
throws Exception
Exceptionpublic String getAccessConditions()
Restriction on access or use.
public String get_accessConditions()
throws Exception
Exceptionpublic String getAccessStatus()
The access status of the study with respect to the current user (e.g. NoAccess, FreeAccess, etc.)
public String get_accessStatus()
throws Exception
Exceptionpublic String getCollMode()
The collection mode, e.g. Telephone, mail, questionnaire
public String get_collMode()
throws Exception
Exceptionpublic String getDataKind()
The kind of data, e.g. individual level.
public String get_dataKind()
throws Exception
Exceptionpublic Date getDistributionDate()
Date of distribution of study
public String get_distributionDate()
throws Exception
Exceptionpublic String getDistributor()
A distributor is defined as the organization designated by the author or producer to generate copies of the data/documentation including any necessary editions or revisions. Names and addresses may be specified, and other archives may be co-distributors.
public String get_distributor()
throws Exception
Exceptionpublic String[] getGeographicalCover()
Geographic coverage
public String getGeographicalCoverAsString()
public String get_geographicalCover()
throws Exception
Exceptionpublic String[] getGeographicalUnit()
Lowest level of geog. aggregation
public String getGeographicalUnitAsString()
public String get_geographicalUnit()
throws Exception
Exceptionpublic String getHasData()
Does this dataset have data files?.
public String get_hasData()
throws Exception
Exceptionpublic String[] getSampling()
sampling procedure, inc. size, fraction.
public String getSamplingAsString()
public String get_sampling()
throws Exception
Exceptionpublic String getSource()
Used to list the book(s), article(s), serial(s), and/or machine-readable data file(s), if any, that served as the source(s) of the data collection.
public String get_source()
throws Exception
Exceptionpublic String[] getSubcat()
The classification field indicates the broad substantive topic(s) that the data cover.
public String getSubcatAsString()
public String get_subcat()
throws Exception
Exceptionpublic String getTimeMeth()
eg panel, trend, time series
public String get_timeMeth()
throws Exception
Exceptionpublic Date getTimePeriod()
The time period to which the data refer.
public String get_timePeriod()
throws Exception
Exceptionpublic String getTitle()
Title of the Dataset
public String get_title()
throws Exception
Exceptionpublic String getLabel()
Title of the Dataset
getLabel in class RDFObjectpublic String getComment()
The abstract.
getComment in class RDFObject
public Bookmark GetDDI()
throws Exception
Get the full DDI metadata for this dataset.
Exception
public String GetDDI(BasicExecutorLog log)
throws Exception
Get the full DDI metadata for this dataset.
log - the Executor of this method;if null a default one is used
Exception
public Bookmark GetDDISkeleton()
throws Exception
Some or all of the variable elements might have been reduced to their skeleton form.
Exception
public String GetDDISkeleton(BasicExecutorLog log)
throws Exception
Some or all of the variable elements might have been reduced to their skeleton form.
log - the Executor of this method;if null a default one is used
Exception
public Bookmark GetDDIVariable(Integer varID)
throws Exception
varID - The sequential number of the variable to get (starting from 1).
Exception
public String GetDDIVariable(Integer varID,
BasicExecutorLog log)
throws Exception
varID - The sequential number of the variable to get (starting from 1).log - the Executor of this method;if null a default one is used
Exceptionpublic static FeatureDescriptor getDescriptor(String featureName)
featureName - public static Collection getPartsDescriptor()
public static Collection getGetterMethods()
public static Dataset newInstance(RDFDB db)
throws Exception
db - the db where the object is to be found or created
Exceptionpublic static void listenForNewObj(NewObjListener listener)
listener - the listenerpublic void initialised()
initialised in class RDFObject
public static Dataset retrieve(URL id)
throws Exception
id - the id of the object to retrieve
Exceptionpublic void clear()
RDFObject
clear in class RDFObject
public Bookmark AddDataFile(String fileID,
File dkm,
File ind,
File nsf)
throws Exception
There can be one or more datafiles associated with each dataset.
Each datafile has an unique ID indicated in the ID attribute of the fileDscr/fileName element.
The datafile should be in NSDSTAT format and it's actually composed by three separate files with suffixes: dkm, ind and nsf.
fileID - The unique datafile ID as indicated in the <b>ID</b> attribute of the <b>fileDscr/fileName</b> element.dkm - ind - nsf -
Exception
public void AddDataFile(String fileID,
File dkm,
File ind,
File nsf,
BasicExecutorLog log)
throws Exception
There can be one or more datafiles associated with each dataset.
Each datafile has an unique ID indicated in the ID attribute of the fileDscr/fileName element.
The datafile should be in NSDSTAT format and it's actually composed by three separate files with suffixes: dkm, ind and nsf.
fileID - The unique datafile ID as indicated in the <b>ID</b> attribute of the <b>fileDscr/fileName</b> element.dkm - ind - nsf - log - the Executor of this method;if null a default one is used
Exception
public Bookmark Delete()
throws Exception
Exception
public void Delete(BasicExecutorLog log)
throws Exception
log - the Executor of this method;if null a default one is used
Exception
public Bookmark FindDDIVariables(String keyword)
throws Exception
keyword - The keyword to search for (case is ignored).
Exception
public String FindDDIVariables(String keyword,
BasicExecutorLog log)
throws Exception
keyword - The keyword to search for (case is ignored).log - the Executor of this method;if null a default one is used
Exception
public Bookmark Subset(String cases,
String condition,
String format,
String keys,
String mergeVariables)
throws Exception
Returns the URL of a zipped file containing the required datafile(s).
cases - condition - The condition to be satisfied by the returned cases.
<br>For example: <b>v1 =1 and v2 =3-7</b>
<br>Important: SPACES are required between all VARIABLES and OPERATORSformat - keys - The list of key variables.
<br>For example: <b>v1 v3</b>.mergeVariables - The list of variables to use for merging.
<br>For example: <b>v2 v3 v4 v5</b>.
Exception
public URL Subset(String cases,
String condition,
String format,
String keys,
String mergeVariables,
BasicExecutorLog log)
throws Exception
Returns the URL of a zipped file containing the required datafile(s).
cases - condition - The condition to be satisfied by the returned cases.
<br>For example: <b>v1 =1 and v2 =3-7</b>
<br>Important: SPACES are required between all VARIABLES and OPERATORSformat - keys - The list of key variables.
<br>For example: <b>v1 v3</b>.mergeVariables - The list of variables to use for merging.
<br>For example: <b>v2 v3 v4 v5</b>.log - the Executor of this method;if null a default one is used
Exception
public Bookmark Descriptive(String condition,
String keys,
String mergeVariables,
String polygon,
String variables,
String weights)
throws Exception
Returns the result of the operation in a proprietary NSDSTAT format.
condition - The condition to be satisfied by the returned rows.
<br>For example: <b>v1 =1 and v2 =3-7</b>
<br>Important: SPACES are required between all VARIABLES and OPERATORSkeys - The list of key variables.
<br>For example: <b>v1 v3</b>.mergeVariables - The list of variables to use for merging.
<br>For example: <b>v1 v3 v4 v5</b>.polygon - Set to <b>true</b> if the <b>polygon</b> option has to be added.variables - The list of variables.
<br>For example: <b>v1 v3</b>.weights -
Exception
public String Descriptive(String condition,
String keys,
String mergeVariables,
String polygon,
String variables,
String weights,
BasicExecutorLog log)
throws Exception
Returns the result of the operation in a proprietary NSDSTAT format.
condition - The condition to be satisfied by the returned rows.
<br>For example: <b>v1 =1 and v2 =3-7</b>
<br>Important: SPACES are required between all VARIABLES and OPERATORSkeys - The list of key variables.
<br>For example: <b>v1 v3</b>.mergeVariables - The list of variables to use for merging.
<br>For example: <b>v1 v3 v4 v5</b>.polygon - Set to <b>true</b> if the <b>polygon</b> option has to be added.variables - The list of variables.
<br>For example: <b>v1 v3</b>.weights - log - the Executor of this method;if null a default one is used
Exception
public Bookmark Datalist(String condition,
String keys,
String mergeVariables,
String unique,
String variables,
String weights)
throws Exception
Returns the result of the operation in a proprietary NSDSTAT format.
condition - The condition to be satisfied by the returned rows.
<br>For example: <b>v1 =1 and v2 =3-7</b>
<br>Important: SPACES are required between all VARIABLES and OPERATORSkeys - The list of key variables.
<br>For example: <b>v1 v3</b>.mergeVariables - The list of variables to use for merging.
<br>For example: <b>v2 v3 v4 v5</b>.unique - Acceptable values are: UNIQUE, COMPLETE.variables - The list of variables.
<br>For example: <b>v1 v3</b>.weights -
Exception
public String Datalist(String condition,
String keys,
String mergeVariables,
String unique,
String variables,
String weights,
BasicExecutorLog log)
throws Exception
Returns the result of the operation in a proprietary NSDSTAT format.
condition - The condition to be satisfied by the returned rows.
<br>For example: <b>v1 =1 and v2 =3-7</b>
<br>Important: SPACES are required between all VARIABLES and OPERATORSkeys - The list of key variables.
<br>For example: <b>v1 v3</b>.mergeVariables - The list of variables to use for merging.
<br>For example: <b>v2 v3 v4 v5</b>.unique - Acceptable values are: UNIQUE, COMPLETE.variables - The list of variables.
<br>For example: <b>v1 v3</b>.weights - log - the Executor of this method;if null a default one is used
Exception
public Bookmark Frequency(String condition,
String keys,
String mergeVariables,
String variables,
String weights)
throws Exception
Returns the result of the operation in a proprietary NSDSTAT format.
condition - The condition to be satisfied by the returned rows.
<br>For example: <b>v1 =1 and v2 =3-7</b>
<br>Important: SPACES are required between all VARIABLES and OPERATORSkeys - The list of key variables.
<br>For example: <b>v1 v3</b>.mergeVariables - The list of variables to use for merging.
<br>For example: <b>v2 v3 v4 v5</b>.variables - The list of variables.
<br>For example: <b>v1 v3</b>.weights -
Exception
public String Frequency(String condition,
String keys,
String mergeVariables,
String variables,
String weights,
BasicExecutorLog log)
throws Exception
Returns the result of the operation in a proprietary NSDSTAT format.
condition - The condition to be satisfied by the returned rows.
<br>For example: <b>v1 =1 and v2 =3-7</b>
<br>Important: SPACES are required between all VARIABLES and OPERATORSkeys - The list of key variables.
<br>For example: <b>v1 v3</b>.mergeVariables - The list of variables to use for merging.
<br>For example: <b>v2 v3 v4 v5</b>.variables - The list of variables.
<br>For example: <b>v1 v3</b>.weights - log - the Executor of this method;if null a default one is used
Exception
public Bookmark GFrequency(String condition,
String keys,
String mergeVariables,
String variables,
String weights)
throws Exception
Returns the result of the operation in a proprietary NSDSTAT format.
condition - The condition to be satisfied by the returned rows.
<br>For example: <b>v1 =1 and v2 =3-7</b>
<br>Important: SPACES are required between all VARIABLES and OPERATORSkeys - The list of key variables.
<br>For example: <b>v1 v3</b>.mergeVariables - The list of variables to use for merging.
<br>For example: <b>v2 v3 v4 v5</b>.variables - The list of variables.
<br>For example: <b>v1 v3</b>.weights -
Exception
public String GFrequency(String condition,
String keys,
String mergeVariables,
String variables,
String weights,
BasicExecutorLog log)
throws Exception
Returns the result of the operation in a proprietary NSDSTAT format.
condition - The condition to be satisfied by the returned rows.
<br>For example: <b>v1 =1 and v2 =3-7</b>
<br>Important: SPACES are required between all VARIABLES and OPERATORSkeys - The list of key variables.
<br>For example: <b>v1 v3</b>.mergeVariables - The list of variables to use for merging.
<br>For example: <b>v2 v3 v4 v5</b>.variables - The list of variables.
<br>For example: <b>v1 v3</b>.weights - log - the Executor of this method;if null a default one is used
Exception
public Bookmark Breakdown(String condition,
String dependent,
String independent,
String keys,
String mergeVariables,
String weights)
throws Exception
Returns the result of the operation in a proprietary NSDSTAT format.
condition - The condition to be satisfied by the returned rows.
<br>For example: <b>v1 =1 and v2 =3-7</b>
<br>Important: SPACES are required between all VARIABLES and OPERATORSdependent - The dependent variable.
<br>For example: <b>v1</b>.independent - The independent variable.
<br>For example: <b>v2</b>.keys - The list of key variables.
<br>For example: <b>v1 v3</b>.mergeVariables - The list of variables to use for merging.
<br>For example: <b>v2 v3 v4 v5</b>.weights -
Exception
public String Breakdown(String condition,
String dependent,
String independent,
String keys,
String mergeVariables,
String weights,
BasicExecutorLog log)
throws Exception
Returns the result of the operation in a proprietary NSDSTAT format.
condition - The condition to be satisfied by the returned rows.
<br>For example: <b>v1 =1 and v2 =3-7</b>
<br>Important: SPACES are required between all VARIABLES and OPERATORSdependent - The dependent variable.
<br>For example: <b>v1</b>.independent - The independent variable.
<br>For example: <b>v2</b>.keys - The list of key variables.
<br>For example: <b>v1 v3</b>.mergeVariables - The list of variables to use for merging.
<br>For example: <b>v2 v3 v4 v5</b>.weights - log - the Executor of this method;if null a default one is used
Exception
public Bookmark MultipleRegression(String condition,
String dependent,
String independent,
String keys,
String mergeVariables,
String method,
String missing,
String weights,
Double pin,
Double pout)
throws Exception
Returns the result of the operation in a proprietary NSDSTAT format.
condition - The condition to be satisfied by the returned rows.
<br>For example: <b>v1 =1 and v2 =3-7</b>
<br>Important: SPACES are required between all VARIABLES and OPERATORSdependent - The dependent variable.
<br>For example: <b>v1</b>.independent - The independent variable.
<br>For example: <b>v1</b>.keys - The list of key variables.
<br>For example: <b>v1 v3</b>.mergeVariables - The list of variables to use for merging.
<br>For example: <b>v2 v3 v4 v5</b>.method - The method parameter, acceptable values are: ENTER FORWARD BACKWARD or blank.missing - The missing parameter, acceptable values are: PAIRWISE LISTWISE or blank.weights - pin - The pin parameter, a value < 0 to signal is ignored.pout -
Exception
public String MultipleRegression(String condition,
String dependent,
String independent,
String keys,
String mergeVariables,
String method,
String missing,
String weights,
Double pin,
Double pout,
BasicExecutorLog log)
throws Exception
Returns the result of the operation in a proprietary NSDSTAT format.
condition - The condition to be satisfied by the returned rows.
<br>For example: <b>v1 =1 and v2 =3-7</b>
<br>Important: SPACES are required between all VARIABLES and OPERATORSdependent - The dependent variable.
<br>For example: <b>v1</b>.independent - The independent variable.
<br>For example: <b>v1</b>.keys - The list of key variables.
<br>For example: <b>v1 v3</b>.mergeVariables - The list of variables to use for merging.
<br>For example: <b>v2 v3 v4 v5</b>.method - The method parameter, acceptable values are: ENTER FORWARD BACKWARD or blank.missing - The missing parameter, acceptable values are: PAIRWISE LISTWISE or blank.weights - pin - The pin parameter, a value < 0 to signal is ignored.pout - log - the Executor of this method;if null a default one is used
Exception
public Bookmark Tabulation(String condition,
String keys,
String mergeVariables,
String variables,
String weights)
throws Exception
Returns the result of the operation in a proprietary NSDSTAT format.
condition - The condition to be satisfied by the returned rows.
<br>For example: <b>v1 =1 and v2 =3-7</b>
<br>Important: SPACES are required between all VARIABLES and OPERATORSkeys - The list of key variables.
<br>For example: <b>v1 v3</b>.mergeVariables - The list of variables to use for merging.
<br>For example: <b>v2 v3 v4 v5</b>.variables - The list of variables to tabulate separated by <b>BY</b>.
<br>For example: <b>v1 BY v1 BY v1</b>.weights -
Exception
public String Tabulation(String condition,
String keys,
String mergeVariables,
String variables,
String weights,
BasicExecutorLog log)
throws Exception
Returns the result of the operation in a proprietary NSDSTAT format.
condition - The condition to be satisfied by the returned rows.
<br>For example: <b>v1 =1 and v2 =3-7</b>
<br>Important: SPACES are required between all VARIABLES and OPERATORSkeys - The list of key variables.
<br>For example: <b>v1 v3</b>.mergeVariables - The list of variables to use for merging.
<br>For example: <b>v2 v3 v4 v5</b>.variables - The list of variables to tabulate separated by <b>BY</b>.
<br>For example: <b>v1 BY v1 BY v1</b>.weights - log - the Executor of this method;if null a default one is used
Exception
public Bookmark XBreak(String condition,
String keys,
String mergeVariables,
String variables,
String weights)
throws Exception
Returns the result of the operation in a proprietary NSDSTAT format.
condition - The condition to be satisfied by the returned rows.
<br>For example: <b>v1 =1 and v2 =3-7</b>
<br>Important: SPACES are required between all VARIABLES and OPERATORSkeys - The list of key variables.
<br>For example: <b>v1 v3</b>.mergeVariables - The list of variables to use for merging.
<br>For example: <b>v2 v3 v4 v5</b>.variables - The list of variables to tabulate separated by <b>BY</b>.
<br>For example: <b>v1 BY v2 </b>.weights -
Exception
public String XBreak(String condition,
String keys,
String mergeVariables,
String variables,
String weights,
BasicExecutorLog log)
throws Exception
Returns the result of the operation in a proprietary NSDSTAT format.
condition - The condition to be satisfied by the returned rows.
<br>For example: <b>v1 =1 and v2 =3-7</b>
<br>Important: SPACES are required between all VARIABLES and OPERATORSkeys - The list of key variables.
<br>For example: <b>v1 v3</b>.mergeVariables - The list of variables to use for merging.
<br>For example: <b>v2 v3 v4 v5</b>.variables - The list of variables to tabulate separated by <b>BY</b>.
<br>For example: <b>v1 BY v2 </b>.weights - log - the Executor of this method;if null a default one is used
Exception
|
Nesstar SDK | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||