public class DAMLMicroReasonerFactory extends Object implements ReasonerFactory
| Modifier and Type | Field and Description |
|---|---|
static String |
URI
Deprecated.
Static URI for this reasoner type
|
| Constructor and Description |
|---|
DAMLMicroReasonerFactory()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Reasoner |
create(Resource configuration)
Deprecated.
Constructor method that builds an instance of the associated Reasoner
|
Model |
getCapabilities()
Deprecated.
Return a description of the capabilities of this reasoner encoded in
RDF.
|
String |
getURI()
Deprecated.
Return the URI labelling this type of reasoner
|
static ReasonerFactory |
theInstance()
Deprecated.
Return the single global instance of this factory
|
public static final String URI
public static ReasonerFactory theInstance()
public Reasoner create(Resource configuration)
create in interface ReasonerFactoryconfiguration - a set of arbitrary configuration information for the reasoner, this will be
ignored in this case because the micro reasoner is not configurablepublic Model getCapabilities()
getCapabilities in interface ReasonerFactorypublic String getURI()
getURI in interface ReasonerFactoryLicenced under the Apache License, Version 2.0