|
|||||||||
| 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.Operation
nesstar.api.ExplorerOp
nesstar.api.Trend
public abstract class Trend
| Field Summary |
|---|
| Fields inherited from class nesstar.rdf.RDFObject |
|---|
COLSEP, IS_GETTER, IS_PART, IS_PART_OF, WRITE_OP |
| Constructor Summary | |
|---|---|
Trend(RDFDB db,
URL id)
Constructor for the Trend object |
|
| Method Summary | |
|---|---|
String |
get_bookmarks()
get bookmarks as a String |
String |
get_categoryLabels()
get categoryLabels as a String |
String |
get_codes()
get codes as a String |
String |
get_labels()
get labels as a String |
String |
get_name()
|
String |
get_variableType()
|
Collection |
getBookmarks()
|
Collection |
getCategoryLabels()
|
Collection |
getCodes()
|
String |
getLabel()
The label of the variable to be constructed |
Collection |
getLabels()
|
String |
getName()
The name of the variable to be constructed |
Integer |
getVariableType()
|
void |
set_bookmarks(String bookmarks)
set bookmarks as a String |
void |
set_categoryLabels(String categoryLabels)
set categoryLabels as a String |
void |
set_codes(String codes)
set codes as a String |
void |
set_labels(String labels)
set labels as a String |
void |
set_name(String name)
|
void |
set_variableType(String variableType)
|
void |
setBookmarks(Collection bookmarks)
|
void |
setCategoryLabels(Collection categoryLabels)
|
void |
setCodes(Collection codes)
|
void |
setLabels(Collection labels)
|
void |
setName(String name)
The name of the variable to be constructed |
void |
setVariableType(Integer variableType)
|
| Methods inherited from class nesstar.api.Operation |
|---|
dbg, execute |
| 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 |
| Constructor Detail |
|---|
public Trend(RDFDB db,
URL id)
throws Exception
db - id -
Exception| Method Detail |
|---|
public void set_bookmarks(String bookmarks)
bookmarks - public void setBookmarks(Collection bookmarks)
bookmarks - public void setName(String name)
name - public void set_name(String name)
name - public void set_codes(String codes)
codes - public void setCodes(Collection codes)
codes - public void set_labels(String labels)
labels - public void setLabels(Collection labels)
labels - public void set_categoryLabels(String categoryLabels)
categoryLabels - public void setCategoryLabels(Collection categoryLabels)
categoryLabels - public void setVariableType(Integer variableType)
variableType - public void set_variableType(String variableType)
variableType - public String get_bookmarks()
public Collection getBookmarks()
public String getName()
public String get_name()
throws Exception
Exceptionpublic String getLabel()
getLabel in class RDFObjectpublic String get_codes()
public Collection getCodes()
public String get_labels()
public Collection getLabels()
public String get_categoryLabels()
public Collection getCategoryLabels()
public Integer getVariableType()
public String get_variableType()
throws Exception
Exception
|
Nesstar SDK | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||