org.semanticweb.owl.impl.model
Class OWLDataPropertyImpl
java.lang.Object
|
+--org.semanticweb.owl.impl.model.OWLObjectImpl
|
+--org.semanticweb.owl.impl.model.OWLNamedObjectImpl
|
+--org.semanticweb.owl.impl.model.OWLEntityImpl
|
+--org.semanticweb.owl.impl.model.OWLPropertyImpl
|
+--org.semanticweb.owl.impl.model.OWLDataPropertyImpl
- All Implemented Interfaces:
- Cloneable, OWLDataProperty, OWLDeprecatableObject, org.semanticweb.owl.impl.model.OWLDeprecatableObjectImpl, OWLEntity, OWLNamedObject, OWLObject, OWLOntologyObject, OWLProperty, Serializable
- public class OWLDataPropertyImpl
- extends OWLPropertyImpl
- implements OWLDataProperty
An OWLProperty whose range is some concrete data type.
- Version:
- $Id $
- See Also:
- Serialized Form
| Methods inherited from class org.semanticweb.owl.impl.model.OWLPropertyImpl |
getDomains, getDomains, getDomains, getRanges, getRanges, getRanges, getSuperProperties, getSuperProperties, getSuperProperties, isDeprecated, isFunctional, isFunctional, isFunctional, setDeprecated |
OWLDataPropertyImpl
public OWLDataPropertyImpl(OWLDataFactoryImpl factory,
URI uri)
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(OWLEntityVisitor visitor)
throws OWLException
- Description copied from interface:
OWLEntity
- Accept a visit from a visitor
- Specified by:
accept in interface OWLEntity
OWLException
WonderWeb