org.joseki.server
Interface ModelSourceJena
- All Superinterfaces:
- ModelSource
- All Known Implementing Classes:
- org.joseki.server.source.ModelSourceCom
- public interface ModelSourceJena
- extends ModelSource
Wrapper for source models that are backed by Jena models.
A ModelSource incorporates the (operating system) resource management policy
for a model. Models are created and released by the associated SourceController.
- Version:
- $Id: ModelSourceJena.java,v 1.2 2004/04/30 14:13:13 andy_seaborne Exp $
- Author:
- Andy Seaborne
Method Summary |
com.hp.hpl.jena.rdf.model.Model |
getModel()
Get the Jena model for this source. |
Methods inherited from interface org.joseki.server.ModelSource |
abortOperation, activate, deactivate, endOperation, flush, getPrefixes, getProcessorRegistry, getServerURI, isImmutable, release, setIsImmutable, setPrefix, startOperation |
getModel
public com.hp.hpl.jena.rdf.model.Model getModel()
- Get the Jena model for this source.
Copyright © 2002 Hewlett-Packard. All Rights Reserved.