public class OWLNegativeDataPropertyAssertionAxiomImpl extends OWLIndividualRelationshipAxiomImpl<OWLDataPropertyExpression,OWLLiteral> implements OWLNegativeDataPropertyAssertionAxiom
| Constructor and Description |
|---|
OWLNegativeDataPropertyAssertionAxiomImpl(OWLIndividual subject,
OWLDataPropertyExpression property,
OWLLiteral object,
Set<? extends OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(OWLAxiomVisitor visitor) |
<O> O |
accept(OWLAxiomVisitorEx<O> visitor) |
void |
accept(OWLObjectVisitor visitor) |
<O> O |
accept(OWLObjectVisitorEx<O> visitor) |
OWLSubClassOfAxiom |
asOWLSubClassOfAxiom() |
boolean |
containsAnonymousIndividuals() |
boolean |
equals(Object obj) |
OWLNegativeDataPropertyAssertionAxiom |
getAnnotatedAxiom(Set<OWLAnnotation> annotations) |
AxiomType<?> |
getAxiomType() |
OWLNegativeDataPropertyAssertionAxiom |
getAxiomWithoutAnnotations() |
addAnonymousIndividualsToSet, addSignatureEntitiesToSet, getObject, getProperty, getSubjectisAnnotationAxiom, isLogicalAxiomaccept, equalsIgnoreAnnotations, getAnnotations, getAnnotations, getAnonymousIndividuals, getNNF, getSignature, isAnnotated, isOfType, isOfTypecompareTo, containsEntityInSignature, getAnnotationPropertiesInSignature, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, hashCode, isBottomEntity, isTopEntity, toStringgetObject, getProperty, getSubjectequalsIgnoreAnnotations, getAnnotations, getAnnotations, getNNF, isAnnotated, isAnnotationAxiom, isLogicalAxiom, isOfType, isOfTypegetNestedClassExpressions, isBottomEntity, isIndividual, isIRI, isTopEntity, toStringcompareTogetSignaturecontainsEntityInSignaturegetAnonymousIndividualsgetClassesInSignaturegetObjectPropertiesInSignaturegetDataPropertiesInSignaturegetIndividualsInSignaturegetDatatypesInSignaturegetAnnotationPropertiesInSignatureisAnonymous, isNamedpublic OWLNegativeDataPropertyAssertionAxiomImpl(@Nonnull OWLIndividual subject, @Nonnull OWLDataPropertyExpression property, @Nonnull OWLLiteral object, @Nonnull Set<? extends OWLAnnotation> annotations)
subject - subjectproperty - propertyobject - objectannotations - annotationspublic OWLSubClassOfAxiom asOWLSubClassOfAxiom()
asOWLSubClassOfAxiom in interface OWLSubClassOfAxiomShortCutpublic OWLNegativeDataPropertyAssertionAxiom getAxiomWithoutAnnotations()
getAxiomWithoutAnnotations in interface OWLAxiomgetAxiomWithoutAnnotations in interface OWLNegativeDataPropertyAssertionAxiompublic OWLNegativeDataPropertyAssertionAxiom getAnnotatedAxiom(Set<OWLAnnotation> annotations)
getAnnotatedAxiom in interface OWLAxiompublic boolean containsAnonymousIndividuals()
containsAnonymousIndividuals in interface OWLNegativeDataPropertyAssertionAxiompublic boolean equals(Object obj)
equals in class OWLIndividualRelationshipAxiomImpl<OWLDataPropertyExpression,OWLLiteral>public void accept(OWLAxiomVisitor visitor)
public void accept(OWLObjectVisitor visitor)
public <O> O accept(OWLAxiomVisitorEx<O> visitor)
public <O> O accept(OWLObjectVisitorEx<O> visitor)
public AxiomType<?> getAxiomType()
getAxiomType in interface OWLAxiomCopyright © 2020 The University of Manchester. All rights reserved.