org.semanticweb.owlapi.model
Interface OWLPropertyDomainAxiom<P extends OWLPropertyExpression>

All Superinterfaces:
java.lang.Comparable<OWLObject>, OWLAxiom, OWLLogicalAxiom, OWLObject, OWLPropertyAxiom, OWLSubClassOfAxiomShortCut, OWLUnaryPropertyAxiom<P>
All Known Subinterfaces:
OWLDataPropertyDomainAxiom, OWLObjectPropertyDomainAxiom
All Known Implementing Classes:
OWLDataPropertyDomainAxiomImpl, OWLObjectPropertyDomainAxiomImpl, OWLPropertyDomainAxiomImpl

public interface OWLPropertyDomainAxiom<P extends OWLPropertyExpression>
extends OWLUnaryPropertyAxiom<P>, OWLSubClassOfAxiomShortCut

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group Date: 24-Oct-2006

Represents ObjectPropertyDomain axioms in the OWL 2 specification.


Method Summary
 OWLClassExpression getDomain()
          Gets the domain specified by this property axiom
 
Methods inherited from interface org.semanticweb.owlapi.model.OWLUnaryPropertyAxiom
getProperty
 
Methods inherited from interface org.semanticweb.owlapi.model.OWLAxiom
accept, accept, equalsIgnoreAnnotations, getAnnotatedAxiom, getAnnotations, getAnnotations, getAxiomType, getAxiomWithoutAnnotations, getNNF, isAnnotated, isLogicalAxiom, isOfType, isOfType
 
Methods inherited from interface org.semanticweb.owlapi.model.OWLObject
accept, accept, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getSignature, isBottomEntity, isTopEntity
 
Methods inherited from interface java.lang.Comparable
compareTo
 
Methods inherited from interface org.semanticweb.owlapi.model.OWLSubClassOfAxiomShortCut
asOWLSubClassOfAxiom
 

Method Detail

getDomain

OWLClassExpression getDomain()
Gets the domain specified by this property axiom

Returns:
The class expression that represents the domain specified by this axiom.