Uses of Interface
eu.larkc.core.data.RdfStoreConnection

Packages that use RdfStoreConnection
eu.larkc.core.data LarKC Data Layer API 
 

Uses of RdfStoreConnection in eu.larkc.core.data
 

Classes in eu.larkc.core.data that implement RdfStoreConnection
 class RdfStoreConnectionImpl
          RdfStoreConnectionImpl is class to implement a connection to local RDF repository.
 

Methods in eu.larkc.core.data that return RdfStoreConnection
 RdfStoreConnection DataFactoryImpl.createRdfStoreConnection()
          Creates a connection to local storage.
 RdfStoreConnection DataFactory.createRdfStoreConnection()
          Creates a connection to local storage.
 RdfStoreConnection LabelledGroupOfStatementsImpl.getRdfStoreConnection()
           
 RdfStoreConnection LabelledGroupOfStatements.getRdfStoreConnection()
          Gets the RDF store connection to contains the labeled group.
 

Constructors in eu.larkc.core.data with parameters of type RdfStoreConnection
LabelledGroupOfStatementsImpl(RdfStoreConnection con)
          Constructor
LabelledGroupOfStatementsImpl(org.openrdf.model.URI label, RdfStoreConnection con, boolean validate)
          Constructor