public abstract class SimplePropertyAndTypeRule extends Object implements ReasonerPlugin
| Modifier | Constructor and Description |
|---|---|
protected |
SimplePropertyAndTypeRule(String assertedProp,
String type,
String inferredProp) |
| Modifier and Type | Method and Description |
|---|---|
void |
addedABoxStatement(com.hp.hpl.jena.rdf.model.Statement stmt,
com.hp.hpl.jena.rdf.model.Model aboxAssertionsModel,
com.hp.hpl.jena.rdf.model.Model aboxInferencesModel,
com.hp.hpl.jena.ontology.OntModel TBoxInferencesModel) |
SimpleReasoner |
getSimpleReasoner() |
boolean |
isConfigurationOnlyPlugin() |
boolean |
isInterestedInAddedStatement(com.hp.hpl.jena.rdf.model.Statement stmt) |
boolean |
isInterestedInRemovedStatement(com.hp.hpl.jena.rdf.model.Statement stmt) |
void |
removedABoxStatement(com.hp.hpl.jena.rdf.model.Statement stmt,
com.hp.hpl.jena.rdf.model.Model aboxAssertionsModel,
com.hp.hpl.jena.rdf.model.Model aboxInferencesModel,
com.hp.hpl.jena.ontology.OntModel TBoxInferencesModel) |
void |
setSimpleReasoner(SimpleReasoner simpleReasoner) |
public boolean isConfigurationOnlyPlugin()
isConfigurationOnlyPlugin in interface ReasonerPluginpublic boolean isInterestedInAddedStatement(com.hp.hpl.jena.rdf.model.Statement stmt)
isInterestedInAddedStatement in interface ReasonerPluginpublic boolean isInterestedInRemovedStatement(com.hp.hpl.jena.rdf.model.Statement stmt)
isInterestedInRemovedStatement in interface ReasonerPluginpublic void addedABoxStatement(com.hp.hpl.jena.rdf.model.Statement stmt,
com.hp.hpl.jena.rdf.model.Model aboxAssertionsModel,
com.hp.hpl.jena.rdf.model.Model aboxInferencesModel,
com.hp.hpl.jena.ontology.OntModel TBoxInferencesModel)
addedABoxStatement in interface ReasonerPluginpublic void removedABoxStatement(com.hp.hpl.jena.rdf.model.Statement stmt,
com.hp.hpl.jena.rdf.model.Model aboxAssertionsModel,
com.hp.hpl.jena.rdf.model.Model aboxInferencesModel,
com.hp.hpl.jena.ontology.OntModel TBoxInferencesModel)
removedABoxStatement in interface ReasonerPluginpublic void setSimpleReasoner(SimpleReasoner simpleReasoner)
setSimpleReasoner in interface ReasonerPluginpublic SimpleReasoner getSimpleReasoner()
getSimpleReasoner in interface ReasonerPluginCopyright © 2016. All rights reserved.