Package org.semanticweb.owlapi.model
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.
- Since:
- 3.4.6
- Author:
- Matthew Horridge, Stanford University, Bio-Medical Informatics Research Group
-
Method Summary
-
Method Details
-
getSubject
T getSubject()Gets the subject of this object.- Returns:
- The subject
-