nesstar.api
Class Explore
java.lang.Object
java.util.Observable
nesstar.rdf.RDFObject
nesstar.api.Operation
nesstar.api.ExplorerOp
nesstar.api.Explore
- All Implemented Interfaces:
- Comparable, RDFObj
- Direct Known Subclasses:
- ExploreEx, ExploreOp
public abstract class Explore
- extends ExplorerOp
Explore a dataset.
Code automatically generated from APIMaker on Mon Dec 18 14:33:50 GMT+00:00
2000
- Created:
- 26 April 2002
|
Constructor Summary |
Explore(RDFDB db,
URL id)
Create an object with the indicated id in the indicated db |
| Methods inherited from class nesstar.rdf.RDFObject |
AddProperty, AddStringProperty, chkFinal, clear, compareTo, equals, err, err, get_comment, get_creationDate, get_label, get, getAccessCondition, getBinding, getBindings, getBookmarkLabel, getCollectionURL, getComment, getCreationDate, getDB, getDescriptor, getDescriptor, getDomain, getGetterMethods, getID, getInitialisedProperties, getInternalID, getLabel, getLastClear, getPartsDescriptor, getPartsDescriptor, getPartsDescriptor, getPath, getProperties, GetProperties, GetProperty, GetPropertyStatement, GetPropertyStatements, getRange, getRangeType, getRef, getRef, getServer, getShortId, getShortID, getStatementHome, GetStringProperties, GetStringProperty, getTimeoutInSecs, getType, init, init, initialised, isComplete, isLocal, isMeta, isStale, loaded, neededCollectionReload, neededReload, neededReload, neededReload, neededReload, needsReload, reload, remove, set_comment, set_complete, set_creationDate, set_label, set, setComment, setComplete, setCreationDate, setDB, setHardOrSoft, setID, setLabel, setLastClear, SetProperty, setServer, SetStringProperty, setTimeoutInSecs, setTimestamp, setType, setTypeID, stale, toRDF, toRDFWrapped, toString, update |
Explore
public Explore(RDFDB db,
URL id)
throws Exception
Create an object with the indicated id in the indicated db
- Parameters:
db - the db where the object is to be createdid - the id of the object to create
- Throws:
Exception
set_analysisData
public void set_analysisData(String analysisData)
throws Exception
- Parameters:
analysisData - Analysis settings
- Throws:
Exception
set_dataset
public void set_dataset(String dataset)
throws Exception
- Parameters:
dataset - The URL of the dataset to explore
- Throws:
Exception
set_selectData
public void set_selectData(String selectData)
throws Exception
- Parameters:
selectData - Select settings
- Throws:
Exception
set_weightData
public void set_weightData(String weightData)
throws Exception
- Parameters:
weightData - Weight settings
- Throws:
Exception
get_analysisData
public String get_analysisData()
- Returns:
- Analysis settings
get_dataset
public String get_dataset()
- Returns:
- The URL of the dataset to explore
get_selectData
public String get_selectData()
- Returns:
- Select settings
get_weightData
public String get_weightData()
- Returns:
- Weight settings
Copyright©2003 NSD - All Rights Reserved