org.semanticweb.elk.owl.implementation
Class ElkCardinalityRestrictionImpl<P>
java.lang.Object
org.semanticweb.elk.owl.implementation.ElkObjectImpl
org.semanticweb.elk.owl.implementation.ElkPropertyRestrictionImpl<P>
org.semanticweb.elk.owl.implementation.ElkCardinalityRestrictionImpl<P>
- Type Parameters:
P - the type of the property of this restriction
- All Implemented Interfaces:
- ElkCardinalityRestriction<P>, ElkClassExpression, ElkObject, ElkPropertyRestriction<P>
- Direct Known Subclasses:
- ElkCardinalityRestrictionQualifiedImpl, ElkDataExactCardinalityImpl, ElkDataMaxCardinalityImpl, ElkDataMinCardinalityImpl, ElkObjectExactCardinalityImpl, ElkObjectMaxCardinalityImpl, ElkObjectMinCardinalityImpl
public abstract class ElkCardinalityRestrictionImpl<P>
- extends ElkPropertyRestrictionImpl<P>
- implements ElkCardinalityRestriction<P>
Implementation of ElkCardinalityRestriction
- Author:
- "Yevgeny Kazakov"
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkObject |
accept |
cardinality
protected final int cardinality
getCardinality
public int getCardinality()
- Specified by:
getCardinality in interface ElkCardinalityRestriction<P>
Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.