|
Franz Inc, AllegroGraph | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.franz.agraph.jena.AGReasoner
public class AGReasoner
Implements the Jena Reasoner interface for AllegroGraph.
Field Summary | |
---|---|
static AGReasoner |
RDFS_PLUS_PLUS
The default reasoner for AllegroGraph |
static AGReasoner |
RESTRICTION
A reasoner that includes hasValue, someValuesFrom, and allValuesFrom reasoning in addition to RDFS++ reasoning. |
Constructor Summary | |
---|---|
AGReasoner()
Creates a new reasoner, using RDFS++ entailment. |
|
AGReasoner(String entailmentRegime)
Creates a new reasoner, using the specified entailmentRegime. |
Method Summary | |
---|---|
void |
addDescription(Model configSpec,
Resource base)
|
AGInfGraph |
bind(Graph data)
|
Reasoner |
bindSchema(Graph tbox)
|
Reasoner |
bindSchema(Model tbox)
|
String |
getEntailmentRegime()
Gets the name of the entailmentRegime for this reasoner. |
Capabilities |
getGraphCapabilities()
|
Model |
getReasonerCapabilities()
|
void |
setDerivationLogging(boolean logOn)
|
void |
setParameter(Property parameterUri,
Object value)
|
boolean |
supportsProperty(Property property)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final AGReasoner RDFS_PLUS_PLUS
public static final AGReasoner RESTRICTION
Constructor Detail |
---|
public AGReasoner()
RDFS_PLUS_PLUS
public AGReasoner(String entailmentRegime)
RDFS_PLUS_PLUS
,
RESTRICTION
Method Detail |
---|
public String getEntailmentRegime()
public void addDescription(Model configSpec, Resource base)
addDescription
in interface Reasoner
public AGInfGraph bind(Graph data) throws ReasonerException
bind
in interface Reasoner
ReasonerException
public Reasoner bindSchema(Graph tbox) throws ReasonerException
bindSchema
in interface Reasoner
ReasonerException
public Reasoner bindSchema(Model tbox) throws ReasonerException
bindSchema
in interface Reasoner
ReasonerException
public Capabilities getGraphCapabilities()
getGraphCapabilities
in interface Reasoner
public Model getReasonerCapabilities()
getReasonerCapabilities
in interface Reasoner
public void setDerivationLogging(boolean logOn)
setDerivationLogging
in interface Reasoner
public void setParameter(Property parameterUri, Object value)
setParameter
in interface Reasoner
public boolean supportsProperty(Property property)
supportsProperty
in interface Reasoner
|
Copyright © 2008-2011 Franz Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |