org.semanticweb.elk.owl.interfaces
Interface ElkPropertyRangeAxiom<P,R>

Type Parameters:
P - the type of the property of this axiom
R - the type of the range of this axiom
All Superinterfaces:
ElkAxiom, ElkObject, ElkPropertyAxiom<P>
All Known Subinterfaces:
ElkAnnotationPropertyRangeAxiom, ElkDataPropertyRangeAxiom, ElkObjectPropertyRangeAxiom

public interface ElkPropertyRangeAxiom<P,R>
extends ElkPropertyAxiom<P>

A generic interface for for object and data property range axioms. properties.

Author:
"Yevgeny Kazakov"

Method Summary
 R getRange()
          Get the range of this axiom.
 
Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkPropertyAxiom
getProperty
 
Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkAxiom
accept
 
Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkObject
accept
 

Method Detail

getRange

R getRange()
Get the range of this axiom.

Returns:
the range of this axiom


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