|
|||||||||
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.Measure
public class Measure
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 | |
---|---|
Measure(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_additivity()
|
RDFRef |
get_cube()
|
String |
get_hasMax()
|
String |
get_hasMean()
|
String |
get_hasMin()
|
String |
get_hasN()
|
String |
get_hasSum()
|
String |
get_measUnit()
|
String |
get_nature()
|
String |
get_origin()
|
String |
get_scale()
|
RDFRef |
get_variable()
|
String |
getAdditivity()
|
static Vector |
getAllInstances()
|
static Vector |
getAllInstances(RDFDB db)
|
Cube |
getCube()
|
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()
|
Boolean |
getHasMax()
|
Boolean |
getHasMean()
|
Boolean |
getHasMin()
|
Boolean |
getHasN()
|
Boolean |
getHasSum()
|
static Measure |
getInstance(RDFDB db,
URL id)
If an object of type Measure with the indicated id exists in the db returns it otherwise create a new object in the db and returns it |
static Measure |
getInstance(String rdf)
|
String |
getMeasUnit()
|
String |
getNature()
|
String |
getOrigin()
|
static Collection |
getPartsDescriptor()
|
String |
getScale()
|
Variable |
getVariable()
|
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 Measure |
newInstance(RDFDB db)
Create a new object of this type with a locally unique id and returns it |
static Measure |
retrieve(URL id)
If an object of type Measure 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_additivity(String additivity)
|
void |
set_cube(RDFRef cube)
|
void |
set_hasMax(String hasMax)
|
void |
set_hasMean(String hasMean)
|
void |
set_hasMin(String hasMin)
|
void |
set_hasN(String hasN)
|
void |
set_hasSum(String hasSum)
|
void |
set_measUnit(String measUnit)
|
void |
set_nature(String nature)
|
void |
set_origin(String origin)
|
void |
set_scale(String scale)
|
void |
set_variable(RDFRef variable)
|
void |
setAdditivity(String additivity)
|
void |
setCube(Cube cube)
|
void |
setHasMax(Boolean hasMax)
|
void |
setHasMean(Boolean hasMean)
|
void |
setHasMin(Boolean hasMin)
|
void |
setHasN(Boolean hasN)
|
void |
setHasSum(Boolean hasSum)
|
void |
setMeasUnit(String measUnit)
|
void |
setNature(String nature)
|
void |
setOrigin(String origin)
|
void |
setScale(String scale)
|
void |
setVariable(Variable variable)
|
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 Measure(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
-
Exception
public void set_cube(RDFRef cube)
cube
- public void setCube(Cube cube) throws Exception
cube
-
Exception
public void setAdditivity(String additivity)
additivity
- public void set_additivity(String additivity)
additivity
- public void setNature(String nature)
nature
- public void set_nature(String nature)
nature
- public void setMeasUnit(String measUnit)
measUnit
- public void set_measUnit(String measUnit)
measUnit
- public void setScale(String scale)
scale
- public void set_scale(String scale)
scale
- public void setOrigin(String origin)
origin
- public void set_origin(String origin)
origin
- public void setHasMin(Boolean hasMin)
hasMin
- public void set_hasMin(String hasMin)
hasMin
- public void setHasMax(Boolean hasMax)
hasMax
- public void set_hasMax(String hasMax)
hasMax
- public void setHasN(Boolean hasN)
hasN
- public void set_hasN(String hasN)
hasN
- public void setHasSum(Boolean hasSum)
hasSum
- public void set_hasSum(String hasSum)
hasSum
- public void setHasMean(Boolean hasMean)
hasMean
- public void set_hasMean(String hasMean)
hasMean
- 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 Measure 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 Measure 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
Exception
public Variable getVariable()
public RDFRef get_cube() throws Exception
Exception
public Cube getCube()
public String getAdditivity()
public String get_additivity() throws Exception
Exception
public String getNature()
public String get_nature() throws Exception
Exception
public String getMeasUnit()
public String get_measUnit() throws Exception
Exception
public String getScale()
public String get_scale() throws Exception
Exception
public String getOrigin()
public String get_origin() throws Exception
Exception
public Boolean getHasMin()
public String get_hasMin() throws Exception
Exception
public Boolean getHasMax()
public String get_hasMax() throws Exception
Exception
public Boolean getHasN()
public String get_hasN() throws Exception
Exception
public Boolean getHasSum()
public String get_hasSum() throws Exception
Exception
public Boolean getHasMean()
public String get_hasMean() throws Exception
Exception
public static FeatureDescriptor getDescriptor(String featureName)
featureName
- public static Collection getPartsDescriptor()
public static Collection getGetterMethods()
public static Measure newInstance(RDFDB db) throws Exception
db
- the db where the object is to be found or created
Exception
public static void listenForNewObj(NewObjListener listener)
listener
- the listenerpublic void initialised()
initialised
in class RDFObject
public static Measure retrieve(URL id) throws Exception
id
- the id of the object to retrieve
Exception
public 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 |