|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--de.jwg.dbis.rdf.rdfs3.storage.insert.Resource_p
|
+--de.jwg.dbis.rdf.rdfs3.storage.insert.RDF_Resource_p
Description: Represents RDF resources that might have special rdf or rdfs properties like rdfs:comment, rdfs:label or rdf:type, ...
| Constructor Summary | |
RDF_Resource_p(gr.forth.ics.vrp.corevrp.model.RDF_Resource r)
Constructor for RDF_Resource_p. |
|
RDF_Resource_p(java.lang.String uri)
Constructor for RDF_Resource_p. |
|
| Method Summary | |
void |
insertP(int s_id,
int o_id,
int p_id,
int lit)
A shortcut method to insert into a property table. |
void |
insertPOI(int id,
int p_id,
int t_id,
int lit)
To enter the related triples in the POI (point of interest) table. |
void |
insertPOI(int id,
java.lang.String p,
int t_id,
int lit)
To enter the related triples in the POI (point of interest) table. |
void |
insertPOI(int id,
java.lang.String p,
java.lang.String t_string)
To enter the related triples in the POI (point of interest) table. |
| Methods inherited from class de.jwg.dbis.rdf.rdfs3.storage.insert.Resource_p |
getDBID |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RDF_Resource_p(gr.forth.ics.vrp.corevrp.model.RDF_Resource r)
public RDF_Resource_p(java.lang.String uri)
uri - | Method Detail |
public void insertP(int s_id,
int o_id,
int p_id,
int lit)
s_id - The subject id.o_id - The object id.
public void insertPOI(int id,
java.lang.String p,
int t_id,
int lit)
id - The subject id.p - The property uri.t_id - The object id.
public void insertPOI(int id,
java.lang.String p,
java.lang.String t_string)
id - The subject id.p - The property uri.t_string - the tartget uri.
public void insertPOI(int id,
int p_id,
int t_id,
int lit)
id - The subject id.p_id - The property id.t_id - The object id.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||