| java.lang.Object com.hp.hpl.jena.assembler.assemblers.AssemblerBase com.hp.hpl.jena.assembler.assemblers.ReasonerFactoryAssembler
ReasonerFactoryAssembler | public class ReasonerFactoryAssembler extends AssemblerBase implements Assembler(Code) | | The ReasonerFactoryAssembler constructs a ReasonerFactory from the
description. The factory class may be specified by a URL (which looks
the class up in the registry) or by class name; otherwise it defaults to
the GenericRuleReasonerFactory.
If the class is specified by class name then an instance of that class
is acquired by calling its theInstance method if it
has one. Otherwise a fresh instance is constructed by calling its
zero-argument constructor (and exploding if it hasn't got one).
Thanks to Adam Cimarosti for provoking this code and providing an
example implementation.
author: kers |
getReasonerFactoryByURL | public static ReasonerFactory getReasonerFactoryByURL(Resource root, Resource reasonerURL)(Code) | | Answer a ReasonerFactory which delivers reasoners with the given
URL reasonerURL . If there is no such reasoner, throw
an UnknownreasonerException .
|
Fields inherited from com.hp.hpl.jena.assembler.assemblers.AssemblerBase | final static Map1 getObject(Code)(Java Doc)
|
Methods inherited from com.hp.hpl.jena.assembler.assemblers.AssemblerBase | protected void checkType(Resource root, Resource type)(Code)(Java Doc) public static String getOptionalClassName(Resource root, Property classProperty)(Code)(Java Doc) protected Literal getRequiredLiteral(Resource root, Property p)(Code)(Java Doc) public static Resource getRequiredResource(Resource root, Property p)(Code)(Java Doc) protected static Resource getResource(Statement s)(Code)(Java Doc) protected static String getString(Statement s)(Code)(Java Doc) protected static RDFNode getUnique(Resource root, Property property)(Code)(Java Doc) protected static Literal getUniqueLiteral(Resource root, Property property)(Code)(Java Doc) protected static Resource getUniqueResource(Resource root, Property property)(Code)(Java Doc) protected static Statement getUniqueStatement(Resource root, Property property)(Code)(Java Doc) protected static String getUniqueString(Resource root, Property property)(Code)(Java Doc) protected static Class loadClass(Resource root, String className)(Code)(Java Doc) final public Object open(Resource root)(Code)(Java Doc) final public Object open(Assembler a, Resource root)(Code)(Java Doc) abstract public Object open(Assembler a, Resource root, Mode mode)(Code)(Java Doc) public Model openModel(Resource root, Mode mode)(Code)(Java Doc) public Model openModel(Resource root)(Code)(Java Doc)
|
|
|