|
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_PLUSpublic 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 ReasonerReasonerException
public Reasoner bindSchema(Graph tbox)
throws ReasonerException
bindSchema in interface ReasonerReasonerException
public Reasoner bindSchema(Model tbox)
throws ReasonerException
bindSchema in interface ReasonerReasonerExceptionpublic Capabilities getGraphCapabilities()
getGraphCapabilities in interface Reasonerpublic Model getReasonerCapabilities()
getReasonerCapabilities in interface Reasonerpublic void setDerivationLogging(boolean logOn)
setDerivationLogging in interface Reasoner
public void setParameter(Property parameterUri,
Object value)
setParameter in interface Reasonerpublic boolean supportsProperty(Property property)
supportsProperty in interface Reasoner
|
Copyright © 2008-2012 Franz Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||