Interface HasSubject<T extends OWLObject>

Type Parameters:
T - subject type
All Known Subinterfaces:
OWLAnnotationAssertionAxiom, OWLDataPropertyAssertionAxiom, OWLNegativeDataPropertyAssertionAxiom, OWLNegativeObjectPropertyAssertionAxiom, OWLObjectPropertyAssertionAxiom, OWLPropertyAssertionAxiom<P,O>
All Known Implementing Classes:
OWLAnnotationAssertionAxiomImpl, OWLDataPropertyAssertionAxiomImpl, OWLIndividualRelationshipAxiomImpl, OWLNegativeDataPropertyAssertionAxiomImpl, OWLNegativeObjectPropertyAssertionAxiomImpl, OWLObjectPropertyAssertionAxiomImpl
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 HasSubject<T extends OWLObject>
Since:
3.4.6
Author:
Matthew Horridge, Stanford University, Bio-Medical Informatics Research Group
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the subject of this object.
  • Method Details

    • getSubject

      T getSubject()
      Gets the subject of this object.
      Returns:
      The subject