org.semanticweb.elk.owl.interfaces
Interface ElkCardinalityRestrictionQualified<P,F>

Type Parameters:
P - the type of the property of this restriction
F - the type of the filler of this restriction
All Superinterfaces:
ElkCardinalityRestriction<P>, ElkClassExpression, ElkObject, ElkPropertyRestriction<P>, ElkPropertyRestrictionQualified<P,F>
All Known Subinterfaces:
ElkDataExactCardinalityQualified, ElkDataMaxCardinalityQualified, ElkDataMinCardinalityQualified, ElkObjectExactCardinalityQualified, ElkObjectMaxCardinalityQualified, ElkObjectMinCardinalityQualified

public interface ElkCardinalityRestrictionQualified<P,F>
extends ElkCardinalityRestriction<P>, ElkPropertyRestrictionQualified<P,F>

A generic interface for restrictions on properties with fillers (qualifiers) and cardinality constraints.

Author:
"Yevgeny Kazakov"

Method Summary
 
Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkCardinalityRestriction
getCardinality
 
Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkPropertyRestrictionQualified
getFiller
 
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
 



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