org.semanticweb.owl.model
Interface OWLPropertyAxiom

All Superinterfaces:
Cloneable, OWLObject, OWLOntologyObject, Serializable
All Known Subinterfaces:
OWLEquivalentPropertiesAxiom, OWLSubPropertyAxiom
All Known Implementing Classes:
OWLEquivalentPropertiesAxiomImpl, OWLSubPropertyAxiomImpl

public interface OWLPropertyAxiom
extends OWLObject, OWLOntologyObject

A super interface for various property axiom types, such as subproperty or equivalence.

Version:
$Id: OWLPropertyAxiom.java,v 1.1.1.1 2003/10/14 17:10:09 sean_bechhofer Exp $

Method Summary
 void accept(OWLPropertyAxiomVisitor visitor)
          Accept a visit from a visitor
 
Methods inherited from interface org.semanticweb.owl.model.OWLObject
accept, clone, getAnnotations, getAnnotations, getContainedObjects, getMetadata, getOWLConnection, getOWLDataFactory
 
Methods inherited from interface org.semanticweb.owl.model.OWLOntologyObject
getOntologies
 

Method Detail

accept

public void accept(OWLPropertyAxiomVisitor visitor)
            throws OWLException
Accept a visit from a visitor

OWLException


WonderWeb