org.semanticweb.owl.impl.model
Class OWLEquivalentPropertiesAxiomImpl
java.lang.Object
|
+--org.semanticweb.owl.impl.model.OWLObjectImpl
|
+--org.semanticweb.owl.impl.model.OWLPropertyAxiomImpl
|
+--org.semanticweb.owl.impl.model.OWLEquivalentPropertiesAxiomImpl
- All Implemented Interfaces:
- Cloneable, OWLEquivalentPropertiesAxiom, OWLObject, OWLOntologyObject, OWLPropertyAxiom, Serializable
- public class OWLEquivalentPropertiesAxiomImpl
- extends OWLPropertyAxiomImpl
- implements OWLEquivalentPropertiesAxiom
An axiom asserting the equivalence of a number of properties.
- Version:
- $Id: OWLEquivalentPropertiesAxiomImpl.java,v 1.1.1.1 2003/10/14 17:10:14 sean_bechhofer Exp $
- See Also:
- Serialized Form
OWLEquivalentPropertiesAxiomImpl
public OWLEquivalentPropertiesAxiomImpl(OWLDataFactoryImpl factory,
Set set)
getProperties
public Set getProperties()
- Specified by:
getProperties in interface OWLEquivalentPropertiesAxiom
getOntologies
public Set getOntologies()
- Description copied from interface:
OWLOntologyObject
- Returns the collection of ontologies that this object is known
to occur in.
- Specified by:
getOntologies in interface OWLOntologyObject- Overrides:
getOntologies in class OWLPropertyAxiomImpl
- Returns:
- a
Set value
accept
public void accept(OWLObjectVisitor visitor)
throws OWLException
- Description copied from interface:
OWLObject
- Accept a visit from a visitor
- Specified by:
accept in interface OWLObject- Specified by:
accept in class OWLObjectImpl
OWLException
accept
public void accept(OWLPropertyAxiomVisitor visitor)
throws OWLException
- Description copied from interface:
OWLPropertyAxiom
- Accept a visit from a visitor
- Specified by:
accept in interface OWLPropertyAxiom
OWLException
WonderWeb