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.

@FunctionalInterface public interface HasDomain<D extends OWLObject>
An interface to objects that have a domain.
Since:
3.5.0
Author:
Matthew Horridge, Stanford University, Bio-Medical Informatics Research Group
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the domain.
  • Method Details

    • getDomain

      D getDomain()
      Gets the domain.
      Returns:
      The domain.