org.topbraid.core.inference
Class DomainRangeSynchronizationInference

java.lang.Object
  extended by org.topbraid.core.inference.AbstractInference
      extended by org.topbraid.core.inference.DomainRangeSynchronizationInference
All Implemented Interfaces:
IInference

public class DomainRangeSynchronizationInference
extends AbstractInference


Constructor Summary
DomainRangeSynchronizationInference()
           
 
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 property)
           
 
Methods inherited from class org.topbraid.core.inference.AbstractInference
addInference, addToMap, getName, removeAny, removeInference, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DomainRangeSynchronizationInference

public DomainRangeSynchronizationInference()
Method Detail

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 property)
Overrides:
update in class AbstractInference