|
|||||||||
| 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.faster.CategoryStatistic
public class CategoryStatistic
| 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 | |
|---|---|
CategoryStatistic(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 |
String |
get_catValue()
|
String |
get_crossTab()
|
String |
get_frequency()
|
String |
get_isMissing()
|
String |
get_percent()
|
String |
get_percentage()
|
RDFRef |
get_variable()
|
String |
get_weightedFrequency()
|
static Vector |
getAllInstances()
|
static Vector |
getAllInstances(RDFDB db)
|
String |
getCatValue()
The explicit response. |
String |
getComment()
A fuller description of the response or an elaboration on the response. |
Double |
getCrossTab()
A crosstab which defines the category; often appears in a table. |
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 |
Integer |
getFrequency()
A frequency which defines the category; often appears in a table. |
static Collection |
getGetterMethods()
|
static CategoryStatistic |
getInstance(RDFDB db,
URL id)
If an object of type CategoryStatistic with the indicated id exists in the db returns it otherwise create a new object in the db and returns it |
static CategoryStatistic |
getInstance(String rdf)
|
Boolean |
getIsMissing()
Indicates whether this category group contains missing data or not. |
static Collection |
getPartsDescriptor()
|
Double |
getPercent()
Deprecated* |
Double |
getPercentage()
A percentage which defines the category; often appears in a table. |
Variable |
getVariable()
|
Double |
getWeightedFrequency()
A weighted frequency which defines the category; often appears in a table. |
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 CategoryStatistic |
newInstance(RDFDB db)
Create a new object of this type with a locally unique id and returns it |
static CategoryStatistic |
retrieve(URL id)
If an object of type CategoryStatistic 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_catValue(String catValue)
|
void |
set_crossTab(String crossTab)
|
void |
set_frequency(String frequency)
|
void |
set_isMissing(String isMissing)
|
void |
set_percent(String percent)
|
void |
set_percentage(String percentage)
|
void |
set_variable(RDFRef variable)
|
void |
set_weightedFrequency(String weightedFrequency)
|
void |
setCatValue(String catValue)
The explicit response. |
void |
setCrossTab(Double crossTab)
A crosstab which defines the category; often appears in a table. |
void |
setFrequency(Integer frequency)
A frequency which defines the category; often appears in a table. |
void |
setIsMissing(Boolean isMissing)
Indicates whether this category group contains missing data or not. |
void |
setPercent(Double percent)
Deprecated* |
void |
setPercentage(Double percentage)
A percentage which defines the category; often appears in a table. |
void |
setVariable(Variable variable)
|
void |
setWeightedFrequency(Double weightedFrequency)
A weighted frequency which defines the category; often appears in a table. |
| 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 CategoryStatistic(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 set_variable(RDFRef variable)
variable -
public void setVariable(Variable variable)
throws Exception
variable -
Exceptionpublic void setFrequency(Integer frequency)
A frequency which defines the category; often appears in a table.
frequency - public void set_frequency(String frequency)
frequency - public void setWeightedFrequency(Double weightedFrequency)
A weighted frequency which defines the category; often appears in a table.
weightedFrequency - public void set_weightedFrequency(String weightedFrequency)
weightedFrequency - public void setPercentage(Double percentage)
A percentage which defines the category; often appears in a table.
percentage - public void set_percentage(String percentage)
percentage - public void setCrossTab(Double crossTab)
A crosstab which defines the category; often appears in a table.
crossTab - public void set_crossTab(String crossTab)
crossTab - public void setIsMissing(Boolean isMissing)
Indicates whether this category group contains missing data or not.
isMissing - public void set_isMissing(String isMissing)
isMissing - public void setPercent(Double percent)
Deprecated*
percent - public void set_percent(String percent)
percent - public void setCatValue(String catValue)
The explicit response.
catValue - public void set_catValue(String catValue)
catValue -
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 CategoryStatistic 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 CategoryStatistic getInstance(String rdf)
throws Exception
rdf - some rdf code that contains a description of an object of this kind
Exception
public RDFRef get_variable()
throws Exception
Exceptionpublic Variable getVariable()
public Integer getFrequency()
A frequency which defines the category; often appears in a table.
public String get_frequency()
throws Exception
Exceptionpublic Double getWeightedFrequency()
A weighted frequency which defines the category; often appears in a table.
public String get_weightedFrequency()
throws Exception
Exceptionpublic Double getPercentage()
A percentage which defines the category; often appears in a table.
public String get_percentage()
throws Exception
Exceptionpublic Double getCrossTab()
A crosstab which defines the category; often appears in a table.
public String get_crossTab()
throws Exception
Exceptionpublic Boolean getIsMissing()
Indicates whether this category group contains missing data or not.
public String get_isMissing()
throws Exception
Exceptionpublic Double getPercent()
Deprecated*
public String get_percent()
throws Exception
Exceptionpublic String getCatValue()
The explicit response.
public String get_catValue()
throws Exception
Exceptionpublic String getComment()
A fuller description of the response or an elaboration on the response.
getComment in class RDFObjectpublic static FeatureDescriptor getDescriptor(String featureName)
featureName - public static Collection getPartsDescriptor()
public static Collection getGetterMethods()
public static CategoryStatistic 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 CategoryStatistic retrieve(URL id)
throws Exception
id - the id of the object to retrieve
Exceptionpublic void clear()
RDFObject
clear in class RDFObject
|
Nesstar SDK | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||