Uses of Class
org.topbraid.spin.util.QueryWrapper

Packages that use QueryWrapper
org.topbraid.spin.inference Support for inferencing using spin:rule and spin:constructor. 
org.topbraid.spin.util Various utilities that don't fit elsewhere. 
 

Uses of QueryWrapper in org.topbraid.spin.inference
 

Method parameters in org.topbraid.spin.inference with type arguments of type QueryWrapper
static int SPINInferences.run(Model queryModel, Model newTriples, java.util.Map<Resource,java.util.List<QueryWrapper>> class2Query, java.util.Map<QueryWrapper,java.util.Map<java.lang.String,RDFNode>> templateBindings, SPINExplanations explanations, java.util.List<SPINStatistics> statistics, boolean singlePass, Property rulePredicate, ProgressMonitor monitor)
          Iterates over a provided collection of SPIN rules and adds all constructed triples to a given Model (newTriples) until no further changes have been made within one iteration.
static int SPINInferences.run(Model queryModel, Model newTriples, java.util.Map<Resource,java.util.List<QueryWrapper>> class2Query, java.util.Map<QueryWrapper,java.util.Map<java.lang.String,RDFNode>> templateBindings, SPINExplanations explanations, java.util.List<SPINStatistics> statistics, boolean singlePass, Property rulePredicate, ProgressMonitor monitor)
          Iterates over a provided collection of SPIN rules and adds all constructed triples to a given Model (newTriples) until no further changes have been made within one iteration.
 

Uses of QueryWrapper in org.topbraid.spin.util
 

Methods in org.topbraid.spin.util that return types with arguments of type QueryWrapper
static java.util.Map<Resource,java.util.List<QueryWrapper>> SPINQueryFinder.getClass2QueryMap(Model model, Model queryModel, Property predicate, boolean withClass, java.util.Map<QueryWrapper,java.util.Map<java.lang.String,RDFNode>> initialTemplateBindings, boolean allowAsk)
          Gets a Map of QueryWrappers with their associated classes.
 

Method parameters in org.topbraid.spin.util with type arguments of type QueryWrapper
static void SPINQueryFinder.add(java.util.Map<Resource,java.util.List<QueryWrapper>> class2Query, Statement s, Model model, boolean withClass, java.util.Map<QueryWrapper,java.util.Map<java.lang.String,RDFNode>> initialTemplateBindings, boolean allowAsk)
           
static void SPINQueryFinder.add(java.util.Map<Resource,java.util.List<QueryWrapper>> class2Query, Statement s, Model model, boolean withClass, java.util.Map<QueryWrapper,java.util.Map<java.lang.String,RDFNode>> initialTemplateBindings, boolean allowAsk)
           
static java.util.Map<Resource,java.util.List<QueryWrapper>> SPINQueryFinder.getClass2QueryMap(Model model, Model queryModel, Property predicate, boolean withClass, java.util.Map<QueryWrapper,java.util.Map<java.lang.String,RDFNode>> initialTemplateBindings, boolean allowAsk)
          Gets a Map of QueryWrappers with their associated classes.