org.semanticweb.owl.impl.model
Class OWLAndImpl
java.lang.Object
|
+--org.semanticweb.owl.impl.model.OWLObjectImpl
|
+--org.semanticweb.owl.impl.model.OWLNaryBooleanDescriptionImpl
|
+--org.semanticweb.owl.impl.model.OWLAndImpl
- All Implemented Interfaces:
- Cloneable, OWLAnd, OWLBooleanDescription, OWLDescription, OWLNaryBooleanDescription, OWLObject, Serializable
- public class OWLAndImpl
- extends OWLNaryBooleanDescriptionImpl
- implements OWLAnd
A conjunction of expressions.
- Version:
- $Id: OWLAndImpl.java,v 1.1.1.1 2003/10/14 17:10:14 sean_bechhofer Exp $
- See Also:
- Serialized Form
OWLAndImpl
public OWLAndImpl(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(OWLDescriptionVisitor visitor)
throws OWLException
- Description copied from interface:
OWLDescription
- Accept a visit from a visitor
- Specified by:
accept in interface OWLDescription
OWLException
WonderWeb