public abstract class OWLLogicalAxiomImplWithEntityAndAnonCaching extends OWLAxiomImplWithEntityAndAnonCaching implements OWLLogicalAxiom
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAnnotationAxiom()
Determines if this axioms in an annotation axiom (an instance of
OWLAnnotationAxiom) |
boolean |
isLogicalAxiom()
Determines if this axiom is a logical axiom.
|
accept, equals, equalsIgnoreAnnotations, getAnnotations, getAnnotations, getNNF, isAnnotated, isOfType, isOfTypecompareTo, containsEntityInSignature, getAnnotationPropertiesInSignature, getAnonymousIndividuals, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getSignature, hashCode, isBottomEntity, isTopEntity, toStringaccept, accept, equalsIgnoreAnnotations, getAnnotatedAxiom, getAnnotations, getAnnotations, getAxiomType, getAxiomWithoutAnnotations, getNNF, isAnnotated, isOfType, isOfTypeaccept, accept, getNestedClassExpressions, isBottomEntity, isIndividual, isIRI, isTopEntity, toStringcompareTogetSignaturecontainsEntityInSignaturegetAnonymousIndividualsgetClassesInSignaturegetObjectPropertiesInSignaturegetDataPropertiesInSignaturegetIndividualsInSignaturegetDatatypesInSignaturegetAnnotationPropertiesInSignatureisAnonymous, isNamedpublic boolean isLogicalAxiom()
OWLAxiomisLogicalAxiom in interface OWLAxiomtrue if the axiom is a logical axiom, false if the axiom is not a
logical axiom.public boolean isAnnotationAxiom()
OWLAxiomOWLAnnotationAxiom)isAnnotationAxiom in interface OWLAxiomtrue if this axiom is an instance of OWLAnnotationAxiom, otherwise
false.Copyright © 2020 The University of Manchester. All rights reserved.