org.topbraid.core.inference
Class InverseStatementsInitInference
java.lang.Object
org.topbraid.core.inference.AbstractInference
org.topbraid.core.inference.InverseStatementsInitInference
- All Implemented Interfaces:
- IInference
public class InverseStatementsInitInference
- extends AbstractInference
An inference that adds or removes values of inverse properties when an
owl:inverseOf statement has been added or removed.
- Author:
- Holger Knublauch
|
Method Summary |
void |
changePerformed(TripleChangeRecord[] records,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
void |
init(com.hp.hpl.jena.ontology.OntModel ontModel,
com.hp.hpl.jena.rdf.model.Model infModel,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
protected void |
update(com.hp.hpl.jena.rdf.model.Model infModel,
com.hp.hpl.jena.rdf.model.Resource resource)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InverseStatementsInitInference
public InverseStatementsInitInference()
init
public void init(com.hp.hpl.jena.ontology.OntModel ontModel,
com.hp.hpl.jena.rdf.model.Model infModel,
org.eclipse.core.runtime.IProgressMonitor monitor)
changePerformed
public void changePerformed(TripleChangeRecord[] records,
org.eclipse.core.runtime.IProgressMonitor monitor)
update
protected void update(com.hp.hpl.jena.rdf.model.Model infModel,
com.hp.hpl.jena.rdf.model.Resource resource)
- Overrides:
update in class AbstractInference