|
|||||||||
| 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.Section
public class Section
| 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 | |
|---|---|
Section(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_concept()
|
String |
get_definition()
|
String |
get_name()
|
String |
get_notes()
|
RDFRef |
get_section()
|
RDFRef |
get_study()
|
RDFRef |
get_subSections()
|
String |
get_universe()
|
RDFRef |
get_variables()
|
static Vector |
getAllInstances()
|
static Vector |
getAllInstances(RDFDB db)
|
String |
getComment()
Lengthier description of variable group. |
String[] |
getConcept()
List of Concepts. |
String |
getConceptAsString()
|
String |
getDefinition()
Rationale for why the variables are grouped in this way. |
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 Section |
getInstance(RDFDB db,
URL id)
If an object of type Section with the indicated id exists in the db returns it otherwise create a new object in the db and returns it |
static Section |
getInstance(String rdf)
|
String |
getName()
The unique ID for the group. |
String |
getNotes()
For clarifying information/annotation regarding the variable groups. |
static Collection |
getPartsDescriptor()
|
Section |
getSection()
|
Study |
getStudy()
|
List |
getSubSections()
|
String |
getUniverse()
A description of the population covered by the data in the file |
List |
getVariables()
|
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 Section |
newInstance(RDFDB db)
Create a new object of this type with a locally unique id and returns it |
static Section |
retrieve(URL id)
If an object of type Section 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_concept(String concept)
|
void |
set_definition(String definition)
|
void |
set_name(String name)
|
void |
set_notes(String notes)
|
void |
set_section(RDFRef section)
|
void |
set_study(RDFRef study)
|
void |
set_subSections(RDFRef subSections)
|
void |
set_universe(String universe)
|
void |
set_variables(RDFRef variables)
|
void |
setConcept(String[] concept)
List of Concepts. |
void |
setDefinition(String definition)
Rationale for why the variables are grouped in this way. |
void |
setName(String name)
The unique ID for the group. |
void |
setNotes(String notes)
For clarifying information/annotation regarding the variable groups. |
void |
setSection(Section section)
|
void |
setStudy(Study study)
|
void |
setSubSections(List subSections)
|
void |
setUniverse(String universe)
A description of the population covered by the data in the file |
void |
setVariables(List variables)
|
| 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 Section(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_variables(RDFRef variables)
variables -
public void setVariables(List variables)
throws Exception
variables -
Exceptionpublic void set_section(RDFRef section)
section -
public void setSection(Section section)
throws Exception
section -
Exceptionpublic void set_subSections(RDFRef subSections)
subSections -
public void setSubSections(List subSections)
throws Exception
subSections -
Exceptionpublic void set_study(RDFRef study)
study -
public void setStudy(Study study)
throws Exception
study -
Exceptionpublic void setUniverse(String universe)
A description of the population covered by the data in the file
universe - public void set_universe(String universe)
universe - public void setName(String name)
The unique ID for the group.
name - public void set_name(String name)
name - public void setDefinition(String definition)
Rationale for why the variables are grouped in this way.
definition - public void set_definition(String definition)
definition - public void setNotes(String notes)
For clarifying information/annotation regarding the variable groups.
notes - public void set_notes(String notes)
notes - public void setConcept(String[] concept)
List of Concepts. The general subject to which this variable group may be seen as pertaining.
concept - public void set_concept(String concept)
concept -
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 Section 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 Section getInstance(String rdf)
throws Exception
rdf - some rdf code that contains a description of an object of this kind
Exception
public RDFRef get_variables()
throws Exception
Exception
public List getVariables()
throws Exception
Exception
public RDFRef get_section()
throws Exception
Exceptionpublic Section getSection()
public RDFRef get_subSections()
throws Exception
Exception
public List getSubSections()
throws Exception
Exception
public RDFRef get_study()
throws Exception
Exceptionpublic Study getStudy()
public String getComment()
Lengthier description of variable group.
getComment in class RDFObjectpublic String getUniverse()
A description of the population covered by the data in the file
public String get_universe()
throws Exception
Exceptionpublic String getName()
The unique ID for the group.
public String get_name()
throws Exception
Exceptionpublic String getDefinition()
Rationale for why the variables are grouped in this way.
public String get_definition()
throws Exception
Exceptionpublic String getNotes()
For clarifying information/annotation regarding the variable groups.
public String get_notes()
throws Exception
Exceptionpublic String[] getConcept()
List of Concepts. The general subject to which this variable group may be seen as pertaining.
public String getConceptAsString()
public String get_concept()
throws Exception
Exceptionpublic static FeatureDescriptor getDescriptor(String featureName)
featureName - public static Collection getPartsDescriptor()
public static Collection getGetterMethods()
public static Section 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 Section 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 | ||||||||