com.hp.hpl.jena.joseki
Class QuerySPO
java.lang.Object
com.hp.hpl.jena.joseki.HttpQuery
com.hp.hpl.jena.joseki.QuerySPO
- public class QuerySPO
- extends HttpQuery
Constructor Summary |
QuerySPO(java.lang.String target)
Create a request going to the named model. |
QuerySPO(java.lang.String target,
com.hp.hpl.jena.rdf.model.Resource r,
com.hp.hpl.jena.rdf.model.Property p,
com.hp.hpl.jena.rdf.model.Literal lit)
Create a request going to the named model, with specified
subject, predicate and string value |
QuerySPO(java.lang.String target,
com.hp.hpl.jena.rdf.model.Resource r,
com.hp.hpl.jena.rdf.model.Property p,
com.hp.hpl.jena.rdf.model.Resource obj)
Create a request going to the named model, with specified
subject, predicate and object resource. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
QuerySPO
public QuerySPO(java.lang.String target)
- Create a request going to the named model.
- Parameters:
target
-
QuerySPO
public QuerySPO(java.lang.String target,
com.hp.hpl.jena.rdf.model.Resource r,
com.hp.hpl.jena.rdf.model.Property p,
com.hp.hpl.jena.rdf.model.Literal lit)
- Create a request going to the named model, with specified
subject, predicate and string value
- Parameters:
target
- r
- p
- lit
-
QuerySPO
public QuerySPO(java.lang.String target,
com.hp.hpl.jena.rdf.model.Resource r,
com.hp.hpl.jena.rdf.model.Property p,
com.hp.hpl.jena.rdf.model.Resource obj)
- Create a request going to the named model, with specified
subject, predicate and object resource.
- Parameters:
target
- r
- p
- obj
-
setSubject
public void setSubject(java.lang.String subj)
setPredicate
public void setPredicate(java.lang.String pred)
setObject
public void setObject(java.lang.String obj)
setValue
public void setValue(java.lang.String val)
setClosure
public void setClosure(boolean close)
Copyright © 2002, 2003, 2004 Hewlett-Packard Development Company, LP