public class OWLDisjointDataPropertiesAxiomImpl extends OWLNaryPropertyAxiomImpl<OWLDataPropertyExpression> implements OWLDisjointDataPropertiesAxiom
| Constructor and Description |
|---|
OWLDisjointDataPropertiesAxiomImpl(List<OWLDataPropertyExpression> properties,
Collection<OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
Collection<OWLDisjointDataPropertiesAxiom> |
asPairwiseAxioms() |
<T extends OWLAxiom> |
getAnnotatedAxiom(Stream<OWLAnnotation> anns) |
OWLDisjointDataPropertiesAxiom |
getAxiomWithoutAnnotations() |
Collection<OWLDisjointDataPropertiesAxiom> |
splitToAnnotatedPairs() |
getOperandsAsList, getPropertiesMinus, propertiesannotations, annotationsAsList, getNNF, isAnnotatedannotationPropertiesInSignature, anonymousIndividuals, classesInSignature, compareTo, containsEntityInSignature, dataPropertiesInSignature, datatypesInSignature, equals, hashCode, individualsInSignature, nestedClassExpressions, objectPropertiesInSignature, signature, toStringaccept, accept, accept, accept, getAxiomType, hashIndexcomponents, componentsAnnotationsFirst, componentsWithoutAnnotations, getProperties, getPropertiesMinus, initHashCode, operands, propertiesallMatch, allMatchAllPairs, anyMatch, anyMatchAllPairs, forEach, forEachAllPairs, walkAllPairwise, walkPairwisegetOperandsAsListisLogicalAxiomaddAnonymousIndividualsToSet, addSignatureEntitiesToSetpublic OWLDisjointDataPropertiesAxiomImpl(List<OWLDataPropertyExpression> properties, Collection<OWLAnnotation> annotations)
properties - disjoint properties (list must be sorted in the factory)annotations - annotationspublic OWLDisjointDataPropertiesAxiom getAxiomWithoutAnnotations()
getAxiomWithoutAnnotations in interface OWLAxiomgetAxiomWithoutAnnotations in interface OWLDisjointDataPropertiesAxiompublic <T extends OWLAxiom> T getAnnotatedAxiom(Stream<OWLAnnotation> anns)
getAnnotatedAxiom in interface OWLAxiompublic Collection<OWLDisjointDataPropertiesAxiom> asPairwiseAxioms()
asPairwiseAxioms in interface OWLDisjointDataPropertiesAxiomasPairwiseAxioms in interface OWLNaryAxiom<OWLDataPropertyExpression>public Collection<OWLDisjointDataPropertiesAxiom> splitToAnnotatedPairs()
splitToAnnotatedPairs in interface OWLDisjointDataPropertiesAxiomsplitToAnnotatedPairs in interface OWLNaryAxiom<OWLDataPropertyExpression>Copyright © 2021 The University of Manchester. All rights reserved.