Package org.semanticweb.owlapi.model
Interface OWLSubClassOfAxiomShortCut
- All Known Subinterfaces:
OWLClassAssertionAxiom
,OWLDataPropertyAssertionAxiom
,OWLDataPropertyDomainAxiom
,OWLDataPropertyRangeAxiom
,OWLFunctionalDataPropertyAxiom
,OWLFunctionalObjectPropertyAxiom
,OWLInverseFunctionalObjectPropertyAxiom
,OWLIrreflexiveObjectPropertyAxiom
,OWLNegativeDataPropertyAssertionAxiom
,OWLNegativeObjectPropertyAssertionAxiom
,OWLObjectPropertyAssertionAxiom
,OWLObjectPropertyDomainAxiom
,OWLObjectPropertyRangeAxiom
,OWLPropertyAssertionAxiom<P,
,O> OWLPropertyDomainAxiom<P>
,OWLPropertyRangeAxiom<P,
,R> OWLReflexiveObjectPropertyAxiom
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A marker interface for axioms that are essentially syntactic shortcuts for
SubClassOf axioms.
- Since:
- 3.0.0
- Author:
- Matthew Horridge, The University of Manchester, Information Management Group
-
Method Summary
-
Method Details
-
asOWLSubClassOfAxiom
OWLSubClassOfAxiom asOWLSubClassOfAxiom()Gets this axiom as anOWLSubClassOfAxiom
.- Returns:
- An
OWLSubClassOfAxiom
that is equivalent to this axiom. Note that annotations are not copied to the returnedOWLSubClassOfAxiom
axiom.
-