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

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

public interface ElkPropertyRestrictionQualified<P,F>
extends ElkPropertyRestriction<P>

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

Author:
"Yevgeny Kazakov"

Method Summary
 F getFiller()
          Get the filler of this restriction.
 
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
 

Method Detail

getFiller

F getFiller()
Get the filler of this restriction.

Returns:
the filer of this restriction


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