Uses of Interface
org.eclipse.higgins.idas.cp.jena2.ISharedContext

Packages that use ISharedContext
org.eclipse.higgins.idas.cp.jena2   
org.eclipse.higgins.idas.cp.jena2.impl   
 

Uses of ISharedContext in org.eclipse.higgins.idas.cp.jena2
 

Methods in org.eclipse.higgins.idas.cp.jena2 that return ISharedContext
 ISharedContext IJenaContext.getSharedContext()
           
 

Uses of ISharedContext in org.eclipse.higgins.idas.cp.jena2.impl
 

Classes in org.eclipse.higgins.idas.cp.jena2.impl that implement ISharedContext
 class SharedContext
           
 class SharedFileContext
           
 class SharedJDBCContext
           
 

Methods in org.eclipse.higgins.idas.cp.jena2.impl that return ISharedContext
 ISharedContext Context.getSharedContext()
           
 

Constructors in org.eclipse.higgins.idas.cp.jena2.impl with parameters of type ISharedContext
Context(URI schemaURI, URI contextId, org.eclipse.higgins.idas.api.model.IContextModel contextModel, ISharedContext sharedContext, boolean performValidation)