|
|||||||||
| 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
nesstar.api.DatasetEx
nesstar.api.faster.Study
nesstar.api.faster.Study2
nesstar.api.faster.Study3
public class Study3
Code automatically generated from ARGO/UML
| 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 | |
|---|---|
Study3(RDFDB db,
URL id)
Create an object with the indicated id in the indicated db |
|
| Method Summary | |
|---|---|
void |
clear()
Clear all properties of this object |
Bookmark |
Correlation(String condition,
Collection variables,
String missing,
String type,
Collection weights,
String format,
String filter)
Bivariate Correlation Matrix |
String |
Correlation(String condition,
Collection variables,
String missing,
String type,
Collection weights,
String format,
String filter,
BasicExecutorLog log)
Bivariate Correlation Matrix |
Bookmark |
CreateDerivedVariable(String name,
String label,
String comment,
String expression)
Create a new unique derived variable with the specified name, label, comment and expression. |
Variable |
CreateDerivedVariable(String name,
String label,
String comment,
String expression,
BasicExecutorLog log)
Create a new unique derived variable with the specified name, label, comment and expression. |
static Vector |
getAllInstances()
|
static Vector |
getAllInstances(RDFDB db)
|
Bookmark |
GetDerivedVariables()
Return a (possibly empty) collection of derived variables linked to this study and visible to the current user according to the current access control policy. |
List |
GetDerivedVariables(BasicExecutorLog log)
Return a (possibly empty) collection of derived variables linked to this study and visible to the current user according to the current access control policy. |
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 |
static Collection |
getGetterMethods()
|
static Dataset |
getInstance(RDFDB db,
URL id)
If an object of type Study3 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)
|
static Collection |
getPartsDescriptor()
|
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. |
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 Study3 with the indicated id has already being retrieved from the network returns it otherwise retrieve it together with its class information (methods, properties, etc.) |
Bookmark |
Varlist(String condition,
Collection variables,
Boolean details,
Collection weights,
String format,
String filter)
General Variable Information |
String |
Varlist(String condition,
Collection variables,
Boolean details,
Collection weights,
String format,
String filter,
BasicExecutorLog log)
General Variable Information |
| Methods inherited from class nesstar.api.faster.Study2 |
|---|
Breakdown, Breakdown, Datalist, Datalist, Descriptive, Descriptive, Download, Download, Frequency, Frequency, get_relatedMaterials, get_studyDistributors, getRelatedMaterials, getStudyDistributors, GFrequency, GFrequency, MultipleRegression, MultipleRegression, PathsTo, PathsTo, set_relatedMaterials, set_studyDistributors, setRelatedMaterials, setStudyDistributors, Tabulation, Tabulation, XBreak, XBreak |
| Methods inherited from class nesstar.api.DatasetEx |
|---|
dbg, getDataset, getDatasetURL, getDDI, getId, getProvider, getProviderURL, hasData, setDDI |
| 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 Study3(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 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
Exception
public Bookmark GetDerivedVariables()
throws Exception
Return a (possibly empty) collection of derived variables linked to this study and visible to the current user according to the current access control policy.
Exception
public List GetDerivedVariables(BasicExecutorLog log)
throws Exception
Return a (possibly empty) collection of derived variables linked to this study and visible to the current user according to the current access control policy.
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 Study2
public static Dataset retrieve(URL id)
throws Exception
id - the id of the object to retrieve
Exceptionpublic void clear()
RDFObject
clear in class Study2
public Bookmark Varlist(String condition,
Collection variables,
Boolean details,
Collection weights,
String format,
String filter)
throws Exception
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 OPERATORS.variables - The list of variables.details - Include full variable details, the default is false.weights - The list of weights to apply to this correlation.format - The output format.<br/>It can be NESSTAR or XML.filter - The short variable id with 'unlisted values' setting in single quotes followed by pairs of old then new category values, e.g. <b>V41 'origValue' 3 5 4 7 V22 'sysmis' 2 8 3 6</b>.
Exception
public String Varlist(String condition,
Collection variables,
Boolean details,
Collection weights,
String format,
String filter,
BasicExecutorLog log)
throws Exception
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 OPERATORS.variables - The list of variables.details - Include full variable details, the default is false.weights - The list of weights to apply to this correlation.format - The output format.<br/>It can be NESSTAR or XML.filter - The short variable id with 'unlisted values' setting in single quotes followed by pairs of old then new category values, e.g. <b>V41 'origValue' 3 5 4 7 V22 'sysmis' 2 8 3 6</b>.log - the Executor of this method;if null a default one is used
Exception
public Bookmark Correlation(String condition,
Collection variables,
String missing,
String type,
Collection weights,
String format,
String filter)
throws Exception
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 OPERATORS.variables - The list of variables.missing - The missing parameter, acceptable values are: PAIRWISE LISTWISE or blank.type - The type of correlation to perform: POLYCORRIC or blank.weights - The list of weights to apply to this correlation.format - The output format.<br/>It can be NESSTAR or XML.filter - The short variable id with 'unlisted values' setting in single quotes followed by pairs of old then new category values, e.g. <b>V41 'origValue' 3 5 4 7 V22 'sysmis' 2 8 3 6</b>.
Exception
public String Correlation(String condition,
Collection variables,
String missing,
String type,
Collection weights,
String format,
String filter,
BasicExecutorLog log)
throws Exception
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 OPERATORS.variables - The list of variables.missing - The missing parameter, acceptable values are: PAIRWISE LISTWISE or blank.type - The type of correlation to perform: POLYCORRIC or blank.weights - The list of weights to apply to this correlation.format - The output format.<br/>It can be NESSTAR or XML.filter - The short variable id with 'unlisted values' setting in single quotes followed by pairs of old then new category values, e.g. <b>V41 'origValue' 3 5 4 7 V22 'sysmis' 2 8 3 6</b>.log - the Executor of this method;if null a default one is used
Exception
public Bookmark CreateDerivedVariable(String name,
String label,
String comment,
String expression)
throws Exception
Create a new unique derived variable with the specified name, label, comment and expression.
The new variable is automatically associated with this study and with the current user.
name - the name of the variable, e.g. "AGE", the name cannot contain spaces and must start with a letter, this parameter is requiredlabel - the human readable label for the new variable (e.g. "AGE BY DECADES"), this parameter is requiredcomment - a longer text (possibly containing HTML links and tags) explaining the purpose/meaning of the derived variable, this field is optionalexpression - the expression that defines the new variable, this parameter is required
Exception
public Variable CreateDerivedVariable(String name,
String label,
String comment,
String expression,
BasicExecutorLog log)
throws Exception
Create a new unique derived variable with the specified name, label, comment and expression.
The new variable is automatically associated with this study and with the current user.
name - the name of the variable, e.g. "AGE", the name cannot contain spaces and must start with a letter, this parameter is requiredlabel - the human readable label for the new variable (e.g. "AGE BY DECADES"), this parameter is requiredcomment - a longer text (possibly containing HTML links and tags) explaining the purpose/meaning of the derived variable, this field is optionalexpression - the expression that defines the new variable, this parameter is requiredlog - 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 | ||||||||