public abstract class OWLAxiomImpl extends OWLObjectImpl implements OWLAxiom
| Constructor and Description |
|---|
OWLAxiomImpl(Collection<OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
java.util.stream.Stream<OWLAnnotation> |
annotations() |
OWLAxiom |
getNNF()
Gets this axioms in negation normal form.
|
boolean |
isAnnotated()
Determines if this axiom has any annotations on it
|
annotationPropertiesInSignature, anonymousIndividuals, classesInSignature, compareTo, containsEntityInSignature, dataPropertiesInSignature, datatypesInSignature, equals, hashCode, individualsInSignature, nestedClassExpressions, objectPropertiesInSignature, signature, toStringaccept, accept, equalsIgnoreAnnotations, getAnnotatedAxiom, getAnnotatedAxiom, getAnnotatedAxiom, getAnnotatedAxiom, getAnnotatedAxiom, getAxiomType, getAxiomWithoutAnnotations, getAxiomWithoutAnnotations, getAxiomWithoutAnnotations, isAnnotationAxiom, isAnonymous, isAxiom, isIndividual, isLogicalAxiom, isOfType, isOfType, isOfType, typeIndexaccept, accept, getNestedClassExpressions, hasSharedStructure, isAnonymousExpression, isBottomEntity, isIRI, isOntology, isTopEntity, nestedClassExpressionscompareTogetSignature, signaturecontainsEntityInSignatureanonymousIndividuals, getAnonymousIndividualsclassesInSignature, getClassesInSignaturegetObjectPropertiesInSignature, objectPropertiesInSignaturedataPropertiesInSignature, getDataPropertiesInSignaturegetIndividualsInSignature, individualsInSignaturedatatypesInSignature, getDatatypesInSignatureannotationPropertiesInSignature, getAnnotationPropertiesInSignaturehashIndexcomponents, componentsAnnotationsFirst, componentsWithoutAnnotationsannotations, annotations, getAnnotations, getAnnotationsaddAnonymousIndividualsToSet, addSignatureEntitiesToSetpublic OWLAxiomImpl(Collection<OWLAnnotation> annotations)
annotations - annotations on the axiompublic java.util.stream.Stream<OWLAnnotation> annotations()
annotations in interface HasAnnotationspublic boolean isAnnotated()
OWLAxiomisAnnotated in interface OWLAxiomtrue if this axiom has annotations on it, otherwise
falseCopyright © 2017 The University of Manchester. All Rights Reserved.