Package org.semanticweb.owlapi.model
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.
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
-
Method Details
-
getObject
O getObject()Gets the object.- Returns:
- The object.
-