edu.stanford.smi.protegex.owl.model.triplestore.impl
Class OWLDeprecatedClassPostProcessor
java.lang.Object
edu.stanford.smi.protegex.owl.model.triplestore.impl.OWLDeprecatedClassPostProcessor
- class OWLDeprecatedClassPostProcessor
- extends Object
- Author:
- Holger Knublauch
Field Summary |
private edu.stanford.smi.protege.model.KnowledgeBase |
kb
|
private OWLModel |
owlModel
|
Method Summary |
private void |
updateDeprecatedClasses()
Makes sure that deprecated classes have at least one additional type, and that the
type owl:DeprecatedClass is the last one. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
kb
private edu.stanford.smi.protege.model.KnowledgeBase kb
owlModel
private OWLModel owlModel
OWLDeprecatedClassPostProcessor
OWLDeprecatedClassPostProcessor(OWLModel owlModel)
updateDeprecatedClasses
private void updateDeprecatedClasses()
- Makes sure that deprecated classes have at least one additional type, and that the
type owl:DeprecatedClass is the last one.