| java.lang.Object org.ontoware.rdf2go.model.impl.AbstractModelWriter org.ontoware.rdf2go.model.impl.StatementWriter
StatementWriter | public class StatementWriter extends AbstractModelWriter implements ModelWriter(Code) | | Writes a simple Model in TRiX syntax, using a given context URI.
author: voelkel |
Methods inherited from org.ontoware.rdf2go.model.impl.AbstractModelWriter | public void addAll(Iterator<? extends Statement> other) throws ModelRuntimeException(Code)(Java Doc) public void addStatement(Resource subject, URI predicate, String literal) throws ModelRuntimeException(Code)(Java Doc) public void addStatement(Resource subject, URI predicate, String literal, String languageTag) throws ModelRuntimeException(Code)(Java Doc) public void addStatement(Resource subject, URI predicate, String literal, URI datatypeURI) throws ModelRuntimeException(Code)(Java Doc) public void addStatement(String subjectURIString, URI predicate, String literal) throws ModelRuntimeException(Code)(Java Doc) public void addStatement(String subjectURIString, URI predicate, String literal, String languageTag) throws ModelRuntimeException(Code)(Java Doc) public void addStatement(String subjectURIString, URI predicate, String literal, URI datatypeURI) throws ModelRuntimeException(Code)(Java Doc) public void addStatement(Statement statement) throws ModelRuntimeException(Code)(Java Doc) abstract public void addStatement(Resource subject, URI predicate, Node object) throws ModelRuntimeException(Code)(Java Doc)
|
|
|