public class RDFOutput extends Object
Constructor and Description |
---|
RDFOutput() |
Modifier and Type | Method and Description |
---|---|
Resource |
asRDF(Model model,
boolean result) |
Resource |
asRDF(Model model,
ResultSet resultSet)
Encode the result set as RDF in the model provided.
|
boolean |
getAllVars() |
void |
setAllVars(boolean all)
Set whether all variables, not just selected ones, are recorded
|
Model |
toModel(boolean result) |
Model |
toModel(ResultSet resultSet)
Encode the result set as RDF.
|
public boolean getAllVars()
public void setAllVars(boolean all)
public Model toModel(ResultSet resultSet)
public Resource asRDF(Model model, ResultSet resultSet)
model
- The place where to put the RDF.public Model toModel(boolean result)
Licenced under the Apache License, Version 2.0