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

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

Uses of DataFactory in eu.larkc.core.data
 

Classes in eu.larkc.core.data that implement DataFactory
 class DataFactoryImpl
          This is a dummy factory to abstract ORDI creation specifics.
 

Fields in eu.larkc.core.data declared as DataFactory
static DataFactory DataFactory.INSTANCE
          To consider the implementation of DefaultFactory, which to automated the creation of the different factories.
 

Uses of DataFactory in eu.larkc.shared
 

Methods in eu.larkc.shared with parameters of type DataFactory
static int RdfGraphUtils.getNumberOfStatementsViaSelectAll(DataFactory df, SetOfStatements graph)
          Retrieves the number of statements contained in the RDF graph graph as returned by SELECT * WHERE {?s ?p ?o} query.
static boolean RdfGraphUtils.isGraphContained(DataFactory df, SetOfStatements containedGraph, SetOfStatements largeGraph)
          Checks if containedGraph is contained in largeGraph.