Uses of Class
org.topbraid.spin.inference.SPINStatistics

Packages that use SPINStatistics
org.topbraid.spin.inference Support for inferencing using spin:rule and spin:constructor. 
 

Uses of SPINStatistics in org.topbraid.spin.inference
 

Method parameters in org.topbraid.spin.inference with type arguments of type SPINStatistics
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, SPINExplanations explanations, java.util.List<SPINStatistics> statistics, boolean singlePass, ProgressMonitor monitor)
          See the other run method for help - this is using spin:rule as rulePredicate.
static int SPINInferences.run(Model queryModel, Property rulePredicate, Model newTriples, SPINExplanations explanations, java.util.List<SPINStatistics> statistics, boolean singlePass, ProgressMonitor monitor)
          Iterates over all SPIN rules in a (query) Model and adds all constructed triples to a given Model (newTriples) until no further changes have been made within one iteration.