org.topbraid.change.convert
Class ConvertToRDFSChange

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

public class ConvertToRDFSChange
extends AbstractConvertChange


Field Summary
 
Fields inherited from class org.topbraid.change.convert.AbstractConvertChange
ontModel
 
Constructor Summary
ConvertToRDFSChange(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)
           
protected  void convertRest(com.hp.hpl.jena.ontology.OntModel ontModel)
           
 
Methods inherited from class org.topbraid.change.convert.AbstractConvertChange
addReport, 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

ConvertToRDFSChange

public ConvertToRDFSChange(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

convertRest

protected void convertRest(com.hp.hpl.jena.ontology.OntModel ontModel)
Overrides:
convertRest in class AbstractConvertChange