Interface HasObject<O>

Type Parameters:
O - object type
All Known Subinterfaces:
OWLDataPropertyAssertionAxiom, OWLNegativeDataPropertyAssertionAxiom, OWLNegativeObjectPropertyAssertionAxiom, OWLObjectPropertyAssertionAxiom, OWLPropertyAssertionAxiom<P,O>
All Known Implementing Classes:
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 HasObject<O>
An interface to objects that have objects (e.g. property assertion axioms).
Since:
3.5.0
Author:
Matthew Horridge, Stanford University, Bio-Medical Informatics Research Group
  • Method Summary

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

    • getObject

      O getObject()
      Gets the object.
      Returns:
      The object.