public final class WrappedReasonerFactory extends Object implements ReasonerFactory
| Constructor and Description |
|---|
WrappedReasonerFactory(ReasonerFactory rrf,
Resource config) |
| Modifier and Type | Method and Description |
|---|---|
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).
|
Model |
getCapabilities()
Answer the capabilities of the underlying ReasonerFactory.
|
String |
getURI()
Answer the URI of the underlying ReasonerFactory.
|
public static final Property schemaURL
public WrappedReasonerFactory(ReasonerFactory rrf, Resource config)
public Reasoner create(Resource ignored)
create in interface ReasonerFactoryignored - a set of arbitrary configuration information to be
passed the reasoner, encoded as RDF properties of a base configuration resource,
can be null in no custom configuration is required.public Model getCapabilities()
getCapabilities in interface ReasonerFactorypublic String getURI()
getURI in interface ReasonerFactoryLicenced under the Apache License, Version 2.0