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

Packages that use LabelledGroupOfStatements
eu.larkc.core.data LarKC Data Layer API 
eu.larkc.core.data.util LarKC Data Layer API utility class 
 

Uses of LabelledGroupOfStatements in eu.larkc.core.data
 

Classes in eu.larkc.core.data that implement LabelledGroupOfStatements
 class LabelledGroupOfStatementsImpl
           
 

Methods in eu.larkc.core.data that return LabelledGroupOfStatements
 LabelledGroupOfStatements RdfStoreConnectionImpl.createLabelledGroupOfStatements()
           
 LabelledGroupOfStatements RdfStoreConnection.createLabelledGroupOfStatements()
          Creates a handle to a labeled group of statements with random name.
 LabelledGroupOfStatements RdfStoreConnectionImpl.createLabelledGroupOfStatements(org.openrdf.model.URI label)
           
 LabelledGroupOfStatements RdfStoreConnection.createLabelledGroupOfStatements(org.openrdf.model.URI label)
          Creates a handle to a labeled group of statements.
 

Uses of LabelledGroupOfStatements in eu.larkc.core.data.util
 

Classes in eu.larkc.core.data.util that implement LabelledGroupOfStatements
 class SetOfStatementsMerger
          SetOfStatementsMerger is an utility class to merge arbitrary sets of RDF data and to package them as LabelledGroupOfStatements that could be passed by value.