|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectfr.paris.telecomParisTech.dbWEB.arcomem.wp5.appliocationAwareHelper.interaction.RdfStore
public class RdfStore
provides the interaction with Rdf Store.
| Field Summary | |
|---|---|
gr.ntua.h2rdf.client.Store |
store
|
| Constructor Summary | |
|---|---|
RdfStore()
Sole constructor. |
|
| Method Summary | |
|---|---|
void |
connectStore()
Establish connection with RDF store. |
void |
deallocate()
Disconnect from RDF store. |
void |
insertCrawlingAction(String baseurl,
com.hp.hpl.jena.graph.Node resource,
String[] crawlingAction)
Insert set of crawling action with its metadata information. |
void |
insertObject(String baseurl,
com.hp.hpl.jena.graph.Node resource,
String[] object)
Insert a Web object with it's metada value into Rdf Store. |
void |
insertResource(String baseurl,
String timeStamp,
ArrayList<String[]> setOfobjects,
String type,
ArrayList<String[]> outLinks)
Insert a Web resource with its metadata information into RDF store. |
void |
Query(String query)
Query the RDF store. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public gr.ntua.h2rdf.client.Store store
| Constructor Detail |
|---|
public RdfStore()
| Method Detail |
|---|
public void connectStore()
public void deallocate()
public void insertCrawlingAction(String baseurl,
com.hp.hpl.jena.graph.Node resource,
String[] crawlingAction)
throws gr.ntua.h2rdf.bytes.NotSupportedDatatypeException
baseurl - A url that will be used to uniquely identifying a object accross different resourcesresource - A Web resource IDcrawlingAction - Array string that holds different mata data values of crawling action
gr.ntua.h2rdf.bytes.NotSupportedDatatypeException
public void insertObject(String baseurl,
com.hp.hpl.jena.graph.Node resource,
String[] object)
throws gr.ntua.h2rdf.bytes.NotSupportedDatatypeException
baseurl - A url that will be used to uniquely identifying a object accross different resourcesresource - A Web resource IDobject - Array string that holds different mata data values for a object
gr.ntua.h2rdf.bytes.NotSupportedDatatypeException
public void insertResource(String baseurl,
String timeStamp,
ArrayList<String[]> setOfobjects,
String type,
ArrayList<String[]> outLinks)
throws gr.ntua.h2rdf.bytes.NotSupportedDatatypeException
baseurl - A url that will uniquely identify a resourcetimeStamp - Web resource creation timesetOfobjects - Web objects that are associated with this specific web resourcetype - Helps in differentiating whether it holds semantic objects or just set of linksoutLinks - set of out links with there score
gr.ntua.h2rdf.bytes.NotSupportedDatatypeExceptionpublic void Query(String query)
query - a given query
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||