bind(Graph data) Attach the reasoner to a set of RDF data to process.
The reasoner may already have been bound to specific rules or ontology
axioms (encoded in RDF) through earlier bindRuleset calls.
Parameters: data - the RDF data to be processed, some reasoners may restrictthe range of RDF which is legal here (e.g.
printStats() Print (to the default logging channel at Info level) a summary of the
total number of rules fired and the time taken by
the reasoner instances created thus far.
Attach the reasoner to a set of RDF data to process.
The reasoner may already have been bound to specific rules or ontology
axioms (encoded in RDF) through earlier bindRuleset calls.
Parameters: data - the RDF data to be processed, some reasoners may restrictthe range of RDF which is legal here (e.g. syntactic restrictions in OWL). an inference graph through which the data+reasoner can be queried. throws: ReasonerException - if the data is ill-formed according to theconstraints imposed by this reasoner.
Print (to the default logging channel at Info level) a summary of the
total number of rules fired and the time taken by
the reasoner instances created thus far.
Fields inherited from com.hp.hpl.jena.reasoner.rulesys.BasicForwardRuleReasoner