|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.semanticweb.owl.AbstractCompositeOntologyChange org.semanticweb.owl.ConvertSuperClassesToEquivalentClass
public class ConvertSuperClassesToEquivalentClass
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 23-Jul-2007
Constructor Summary | |
---|---|
ConvertSuperClassesToEquivalentClass(OWLDataFactory dataFactory,
OWLClass cls,
java.util.Set<OWLOntology> ontologies,
OWLOntology targetOntology)
|
Method Summary | |
---|---|
java.util.List<OWLOntologyChange> |
getChanges()
Gets the changes which compose this composite change. |
Methods inherited from class org.semanticweb.owl.AbstractCompositeOntologyChange |
---|
getDataFactory |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConvertSuperClassesToEquivalentClass(OWLDataFactory dataFactory, OWLClass cls, java.util.Set<OWLOntology> ontologies, OWLOntology targetOntology)
dataFactory
- A data factory which can be used to create the appropriate axiomscls
- The class whose superclasses will be converted to an equivalent class.ontologies
- The ontologies which should be examined for subclass axioms.targetOntology
- The targetOntology which the equivalent classes axiom should be added toMethod Detail |
---|
public java.util.List<OWLOntologyChange> getChanges()
OWLCompositeOntologyChange
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |