org.semanticweb.owl.model
Interface OWLDataCardinalityRestriction

All Superinterfaces:
Cloneable, OWLCardinalityRestriction, OWLDataRestriction, OWLDescription, OWLObject, OWLRestriction, Serializable
All Known Implementing Classes:
OWLDataCardinalityRestrictionImpl

public interface OWLDataCardinalityRestriction
extends OWLDataRestriction, OWLCardinalityRestriction

A CardinalityRestriction that applies to an OWLDataProperty.

Version:
$Id: OWLDataCardinalityRestriction.java,v 1.1.1.1 2003/10/14 17:10:08 sean_bechhofer Exp $

Methods inherited from interface org.semanticweb.owl.model.OWLDataRestriction
getDataProperty
 
Methods inherited from interface org.semanticweb.owl.model.OWLRestriction
getProperty
 
Methods inherited from interface org.semanticweb.owl.model.OWLDescription
accept
 
Methods inherited from interface org.semanticweb.owl.model.OWLObject
accept, clone, getAnnotations, getAnnotations, getContainedObjects, getMetadata, getOWLConnection, getOWLDataFactory
 
Methods inherited from interface org.semanticweb.owl.model.OWLCardinalityRestriction
getAtLeast, getAtMost, isAtLeast, isAtMost, isExactly
 



WonderWeb