org.semanticweb.owl.model
Interface OWLObjectCardinalityRestriction

All Superinterfaces:
Cloneable, OWLCardinalityRestriction, OWLDescription, OWLObject, OWLObjectRestriction, OWLRestriction, Serializable
All Known Implementing Classes:
OWLObjectCardinalityRestrictionImpl

public interface OWLObjectCardinalityRestriction
extends OWLObjectRestriction, OWLCardinalityRestriction

A CardinalityRestriction that applies to an OWLIndividualProperty.

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

Methods inherited from interface org.semanticweb.owl.model.OWLObjectRestriction
getObjectProperty
 
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