org.semanticweb.elk.owl.implementation
Class ElkCardinalityRestrictionImpl<P>

java.lang.Object
  extended by org.semanticweb.elk.owl.implementation.ElkObjectImpl
      extended by org.semanticweb.elk.owl.implementation.ElkPropertyRestrictionImpl<P>
          extended by 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"

Field Summary
protected  int cardinality
           
 
Fields inherited from class org.semanticweb.elk.owl.implementation.ElkPropertyRestrictionImpl
property
 
Method Summary
 int getCardinality()
           
 
Methods inherited from class org.semanticweb.elk.owl.implementation.ElkPropertyRestrictionImpl
accept, accept, getProperty
 
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.ElkPropertyRestriction
getProperty
 
Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkClassExpression
accept
 
Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkObject
accept
 

Field Detail

cardinality

protected final int cardinality
Method Detail

getCardinality

public int getCardinality()
Specified by:
getCardinality in interface ElkCardinalityRestriction<P>


Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.