org.semanticweb.owl.impl.model
Class OWLDataSomeRestrictionImpl
java.lang.Object
|
+--org.semanticweb.owl.impl.model.OWLObjectImpl
|
+--org.semanticweb.owl.impl.model.OWLDataRestrictionImpl
|
+--org.semanticweb.owl.impl.model.OWLDataQuantifiedRestrictionImpl
|
+--org.semanticweb.owl.impl.model.OWLDataSomeRestrictionImpl
- All Implemented Interfaces:
- Cloneable, OWLDataQuantifiedRestriction, OWLDataRestriction, OWLDataSomeRestriction, OWLDescription, OWLObject, OWLRestriction, Serializable
- public class OWLDataSomeRestrictionImpl
- extends OWLDataQuantifiedRestrictionImpl
- implements OWLDataSomeRestriction
An existentially quantified restriction over a datatype
property. The semantics of this expression is the collection of
objects, all of which have a filler for the given role (getDataProperty) which is an element of
the given datatype (getDataType).
- Version:
- $Id: OWLDataSomeRestrictionImpl.java,v 1.1.1.1 2003/10/14 17:10:14 sean_bechhofer Exp $
- See Also:
- Serialized Form
OWLDataSomeRestrictionImpl
public OWLDataSomeRestrictionImpl(OWLDataFactoryImpl factory,
OWLDataProperty property,
OWLDataRange dataType)
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