org.protege.editor.owl.model.util
Class OWLAxiomInstance
java.lang.Object
org.protege.editor.owl.model.util.OWLAxiomInstance
public class OWLAxiomInstance
- extends Object
Author: drummond
http://www.cs.man.ac.uk/~drummond/
The University Of Manchester
Bio Health Informatics Group
Date: Jun 5, 2009
This class is a pair that describes an instance of an axiom with resppect to
its containing ontology
|
Constructor Summary |
OWLAxiomInstance(org.semanticweb.owl.model.OWLAxiom ax,
org.semanticweb.owl.model.OWLOntology ont)
|
|
Method Summary |
org.semanticweb.owl.model.OWLAxiom |
getAxiom()
|
org.semanticweb.owl.model.OWLOntology |
getOntology()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OWLAxiomInstance
public OWLAxiomInstance(org.semanticweb.owl.model.OWLAxiom ax,
org.semanticweb.owl.model.OWLOntology ont)
getAxiom
public org.semanticweb.owl.model.OWLAxiom getAxiom()
getOntology
public org.semanticweb.owl.model.OWLOntology getOntology()
Submit a bug report or feature request