org.semanticweb.elk.owl.interfaces
Interface ElkSubDataPropertyOfAxiom
- All Superinterfaces:
- ElkAxiom, ElkDataPropertyAxiom, ElkObject
public interface ElkSubDataPropertyOfAxiom
- extends ElkDataPropertyAxiom
Corresponds to an Data Subproperty
Axiom in the OWL 2 specification.
- Author:
- Markus Kroetzsch
| Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkAxiom |
accept |
| Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkObject |
accept |
getSubDataPropertyExpression
ElkDataPropertyExpression getSubDataPropertyExpression()
- Get the sub data property expression of this axiom.
- Returns:
- sub data property expression
getSuperDataPropertyExpression
ElkDataPropertyExpression getSuperDataPropertyExpression()
- Get the super data property expression of this axiom.
- Returns:
- super data property expression
Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.