| java.lang.Object com.hp.hpl.jena.reasoner.rulesys.impl.WrappedReasonerFactory
WrappedReasonerFactory | final public class WrappedReasonerFactory implements ReasonerFactory(Code) | | WrappedReasonerFactory - a wrapper round ReasonerFactories that
accepts a Resource configuring initial rules, schemas, etc.
author: kers |
Method Summary | |
public Reasoner | create(Resource ignored) Answer a Reasoner created according to the underlying factory, and then
loaded with this Wrapper's rules (if the Reasoner is a RuleReasoner) and
bound to this Wrapper's schemas (in an unspecified order). | public Model | getCapabilities() Answer the capabilities of the underlying ReasonerFactory. | public String | getURI() Answer the URI of the underlying ReasonerFactory. |
create | public Reasoner create(Resource ignored)(Code) | | Answer a Reasoner created according to the underlying factory, and then
loaded with this Wrapper's rules (if the Reasoner is a RuleReasoner) and
bound to this Wrapper's schemas (in an unspecified order).
|
getCapabilities | public Model getCapabilities()(Code) | | Answer the capabilities of the underlying ReasonerFactory.
|
getURI | public String getURI()(Code) | | Answer the URI of the underlying ReasonerFactory.
|
|
|