Protege 4.0.2

org.protege.editor.owl.model.util
Class OWLAxiomInstance

java.lang.Object
  extended by 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
 

Constructor Detail

OWLAxiomInstance

public OWLAxiomInstance(org.semanticweb.owl.model.OWLAxiom ax,
                        org.semanticweb.owl.model.OWLOntology ont)
Method Detail

getAxiom

public org.semanticweb.owl.model.OWLAxiom getAxiom()

getOntology

public org.semanticweb.owl.model.OWLOntology getOntology()

Protege 4.0.2

Submit a bug report or feature request