org.semanticweb.owl.model
Interface OWLEquivalentPropertiesAxiom

All Superinterfaces:
Cloneable, OWLObject, OWLOntologyObject, OWLPropertyAxiom, Serializable
All Known Implementing Classes:
OWLEquivalentPropertiesAxiomImpl

public interface OWLEquivalentPropertiesAxiom
extends OWLPropertyAxiom

An axiom asserting the equivalence of a number of properties. EquivalentPropertiesAxiom.java

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

Method Summary
 Set getProperties()
           
 
Methods inherited from interface org.semanticweb.owl.model.OWLPropertyAxiom
accept
 
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

getProperties

public Set getProperties()
                  throws OWLException
OWLException


WonderWeb