org.topbraid.change.convert
Class ConvertToOWLChange

java.lang.Object
  extended by org.topbraid.core.change.AbstractChange
      extended by org.topbraid.change.convert.AbstractConvertChange
          extended by org.topbraid.change.convert.ConvertToOWLChange
All Implemented Interfaces:
IChange

public class ConvertToOWLChange
extends AbstractConvertChange


Field Summary
 
Fields inherited from class org.topbraid.change.convert.AbstractConvertChange
ontModel
 
Constructor Summary
ConvertToOWLChange(com.hp.hpl.jena.ontology.OntModel ontModel, java.util.Set ignore)
           
 
Method Summary
protected  void convert(com.hp.hpl.jena.ontology.OntClass ontClass)
           
protected  void convert(com.hp.hpl.jena.ontology.OntProperty ontProperty)
           
 
Methods inherited from class org.topbraid.change.convert.AbstractConvertChange
addReport, convertRest, deleteStatements, execute, getReport, replaceAll
 
Methods inherited from class org.topbraid.core.change.AbstractChange
check, getImageMetadata, getLabel, isNoop, setImage, setImage, setLabel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConvertToOWLChange

public ConvertToOWLChange(com.hp.hpl.jena.ontology.OntModel ontModel,
                          java.util.Set ignore)
Method Detail

convert

protected void convert(com.hp.hpl.jena.ontology.OntClass ontClass)
Specified by:
convert in class AbstractConvertChange

convert

protected void convert(com.hp.hpl.jena.ontology.OntProperty ontProperty)
Specified by:
convert in class AbstractConvertChange