| java.lang.Object org.ontoware.rdf2go.model.impl.AbstractModelSetImpl org.ontoware.rdf2go.model.impl.DelegatingModelSet
All known Subclasses: org.ontoware.rdf2go.model.impl.NotifyingModelSetLayer,
Method Summary | |
public boolean | addModel(Model model) | public void | addStatement(Statement statement) | public void | close() | public void | commit() | public boolean | containsModel(URI contextURI) | public boolean | containsStatements(UriOrVariable contextURI, ResourceOrVariable subject, UriOrVariable predicate, NodeOrVariable object) | public BlankNode | createBlankNode(String internalID) | public QuadPattern | createQuadPattern(UriOrVariable context, ResourceOrVariable subject, UriOrVariable predicate, NodeOrVariable object) | public Resource | createReficationOf(Statement statement, Resource resource) | public BlankNode | createReficationOf(Statement statement) | public URI | createURI(String uriString) | public void | deleteReification(Resource reificationResource) | public ClosableIterator<Statement> | findStatements(UriOrVariable contextURI, ResourceOrVariable subject, UriOrVariable predicate, NodeOrVariable object) | public Collection<Resource> | getAllReificationsOf(Statement statement) | public Model | getDefaultModel() | public ModelSet | getDelegatedModelSet() | public Model | getModel(URI contextURI) | public ClosableIterator<URI> | getModelURIs() | public ClosableIterator<Model> | getModels() | public Object | getUnderlyingModelImplementation() | public Object | getUnderlyingModelSetImplementation() | public boolean | hasReifications(Statement stmt) | public boolean | isEmpty() | public boolean | isOpen() | public void | open() | public ClosableIterable<Statement> | queryConstruct(String query, String querylanguage) | public QueryResultTable | querySelect(String query, String querylanguage) | public void | readFrom(InputStream in) | public void | readFrom(InputStream in, Syntax syntax) | public void | readFrom(Reader in) | public void | readFrom(Reader in, Syntax syntax) | public void | readFrom(InputStream reader, Syntax syntax, URL baseURI) | public void | readFrom(Reader in, Syntax syntax, URL baseURI) | public boolean | removeModel(URI contextURI) | public void | removeStatement(Statement statement) | public void | setAutocommit(boolean autocommit) | public long | size() | public boolean | sparqlAsk(String query) | public ClosableIterable<Statement> | sparqlConstruct(String query) | public ClosableIterable<Statement> | sparqlDescribe(String query) | public QueryResultTable | sparqlSelect(String queryString) | public void | update(DiffReader diff) | public void | writeTo(OutputStream out) | public void | writeTo(OutputStream out, Syntax syntax) | public void | writeTo(Writer out) | public void | writeTo(Writer out, Syntax syntax) |
DelegatingModelSet | public DelegatingModelSet(ModelSet baseModelSet)(Code) | | |
close | public void close()(Code) | | |
commit | public void commit()(Code) | | |
containsModel | public boolean containsModel(URI contextURI)(Code) | | |
deleteReification | public void deleteReification(Resource reificationResource)(Code) | | |
getDelegatedModelSet | public ModelSet getDelegatedModelSet()(Code) | | the modelset to which this instances delegates everything. |
getUnderlyingModelImplementation | public Object getUnderlyingModelImplementation()(Code) | | |
getUnderlyingModelSetImplementation | public Object getUnderlyingModelSetImplementation()(Code) | | |
isEmpty | public boolean isEmpty()(Code) | | |
isOpen | public boolean isOpen()(Code) | | |
removeModel | public boolean removeModel(URI contextURI)(Code) | | |
setAutocommit | public void setAutocommit(boolean autocommit)(Code) | | |
Methods inherited from org.ontoware.rdf2go.model.impl.AbstractModelSetImpl | public void addAll(Iterator<? extends Statement> statement) throws ModelRuntimeException(Code)(Java Doc) public boolean addModel(Model model)(Code)(Java Doc) public void addStatement(URI context, Resource subject, URI predicate, Node object) throws ModelRuntimeException(Code)(Java Doc) public boolean contains(Statement s) throws ModelRuntimeException(Code)(Java Doc) public boolean containsStatements(UriOrVariable contextURI, ResourceOrVariable subject, UriOrVariable predicate, NodeOrVariable object) throws ModelRuntimeException(Code)(Java Doc) public long countStatements(QuadPattern pattern) throws ModelRuntimeException(Code)(Java Doc) public BlankNode createBlankNode()(Code)(Java Doc) public BlankNode createBlankNode(String internalID)(Code)(Java Doc) public DatatypeLiteral createDatatypeLiteral(String literal, URI datatypeURI) throws ModelRuntimeException(Code)(Java Doc) public LanguageTagLiteral createLanguageTagLiteral(String literal, String langugeTag) throws ModelRuntimeException(Code)(Java Doc) public PlainLiteral createPlainLiteral(String literal)(Code)(Java Doc) public BlankNode createReficationOf(Statement statement)(Code)(Java Doc) public Resource createReficationOf(Statement statement, Resource resource)(Code)(Java Doc) public Statement createStatement(URI context, Resource subject, URI predicate, Node object)(Code)(Java Doc) public Statement createStatement(Resource subject, URI predicate, Node object)(Code)(Java Doc) public URI createURI(String uriString) throws ModelRuntimeException(Code)(Java Doc) public void deleteReification(Resource reificationResource)(Code)(Java Doc) public void dump()(Code)(Java Doc) public ClosableIterator<Statement> findStatements(QuadPattern pattern) throws ModelRuntimeException(Code)(Java Doc) public ClosableIterator<Statement> findStatements(UriOrVariable contextURI, ResourceOrVariable subject, UriOrVariable predicate, NodeOrVariable object) throws ModelRuntimeException(Code)(Java Doc) public Collection<Resource> getAllReificationsOf(Statement statement)(Code)(Java Doc) public boolean hasReifications(Statement statement)(Code)(Java Doc) public boolean isEmpty()(Code)(Java Doc) public boolean isLocked()(Code)(Java Doc) public boolean isValidURI(String uriString)(Code)(Java Doc) public ClosableIterator<Statement> iterator()(Code)(Java Doc) public void lock() throws LockException(Code)(Java Doc) public URI newRandomUniqueURI()(Code)(Java Doc) public void readFrom(Reader in, Syntax syntax) throws IOException, ModelRuntimeException, SyntaxNotSupportedException(Code)(Java Doc) public void readFrom(InputStream in, Syntax syntax) throws IOException, ModelRuntimeException, SyntaxNotSupportedException(Code)(Java Doc) public void removeAll() throws ModelRuntimeException(Code)(Java Doc) public void removeAll(Iterator<? extends Statement> statement) throws ModelRuntimeException(Code)(Java Doc) public void removeStatement(URI context, Resource subject, URI predicate, Node object) throws ModelRuntimeException(Code)(Java Doc) public void removeStatements(QuadPattern quadPattern) throws ModelRuntimeException(Code)(Java Doc) public void removeStatements(UriOrVariable context, ResourceOrVariable subject, UriOrVariable predicate, NodeOrVariable object) throws ModelRuntimeException(Code)(Java Doc) public String serialize(Syntax syntax) throws SyntaxNotSupportedException(Code)(Java Doc) public boolean sparqlAsk(String query) throws ModelRuntimeException, MalformedQueryException(Code)(Java Doc) public void unlock()(Code)(Java Doc) public void update(DiffReader diff) throws ModelRuntimeException(Code)(Java Doc) public void writeTo(Writer writer, Syntax syntax) throws IOException, ModelRuntimeException, SyntaxNotSupportedException(Code)(Java Doc) public void writeTo(OutputStream out, Syntax syntax) throws IOException, ModelRuntimeException, SyntaxNotSupportedException(Code)(Java Doc)
|
|
|