org.semanticweb.owl.impl.model
Class OWLSameIndividualsAxiomImpl
java.lang.Object
|
+--org.semanticweb.owl.impl.model.OWLObjectImpl
|
+--org.semanticweb.owl.impl.model.OWLIndividualAxiomImpl
|
+--org.semanticweb.owl.impl.model.OWLSameIndividualsAxiomImpl
- All Implemented Interfaces:
- Cloneable, OWLIndividualAxiom, OWLObject, OWLOntologyObject, OWLSameIndividualsAxiom, Serializable
- public class OWLSameIndividualsAxiomImpl
- extends OWLIndividualAxiomImpl
- implements OWLSameIndividualsAxiom
An axiom asserting that a number of individuals are the same.
- Version:
- $Id: OWLSameIndividualsAxiomImpl.java,v 1.1.1.1 2003/10/14 17:10:15 sean_bechhofer Exp $
- See Also:
- Serialized Form
OWLSameIndividualsAxiomImpl
public OWLSameIndividualsAxiomImpl(OWLDataFactoryImpl factory,
Set set)
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(OWLIndividualAxiomVisitor visitor)
throws OWLException
- Description copied from interface:
OWLIndividualAxiom
- Accept a visit from a visitor
- Specified by:
accept in interface OWLIndividualAxiom
OWLException
WonderWeb