Package org.semanticweb.owlapi.model
Interface HasDomain<D extends OWLObject>
- Type Parameters:
D
- domain type
- All Known Subinterfaces:
OWLAnnotationPropertyDomainAxiom
,OWLDataPropertyDomainAxiom
,OWLObjectPropertyDomainAxiom
,OWLPropertyDomainAxiom<P>
- All Known Implementing Classes:
OWLAnnotationPropertyDomainAxiomImpl
,OWLDataPropertyDomainAxiomImpl
,OWLObjectPropertyDomainAxiomImpl
,OWLPropertyDomainAxiomImpl
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
An interface to objects that have a domain.
- Since:
- 3.5.0
- Author:
- Matthew Horridge, Stanford University, Bio-Medical Informatics Research Group
-
Method Summary
-
Method Details
-
getDomain
D getDomain()Gets the domain.- Returns:
- The domain.
-