public class OWLDisjointObjectPropertiesAxiomImpl extends OWLNaryPropertyAxiomImpl<OWLObjectPropertyExpression> implements OWLDisjointObjectPropertiesAxiom
| Constructor and Description |
|---|
OWLDisjointObjectPropertiesAxiomImpl(List<OWLObjectPropertyExpression> properties,
Collection<OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
Collection<OWLDisjointObjectPropertiesAxiom> |
asPairwiseAxioms() |
<T extends OWLAxiom> |
getAnnotatedAxiom(Stream<OWLAnnotation> anns) |
OWLDisjointObjectPropertiesAxiom |
getAxiomWithoutAnnotations() |
Collection<OWLDisjointObjectPropertiesAxiom> |
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 OWLDisjointObjectPropertiesAxiomImpl(List<OWLObjectPropertyExpression> properties, Collection<OWLAnnotation> annotations)
properties - disjoint properties (list must be sorted in the factory)annotations - annotationspublic OWLDisjointObjectPropertiesAxiom getAxiomWithoutAnnotations()
getAxiomWithoutAnnotations in interface OWLAxiomgetAxiomWithoutAnnotations in interface OWLDisjointObjectPropertiesAxiompublic <T extends OWLAxiom> T getAnnotatedAxiom(Stream<OWLAnnotation> anns)
getAnnotatedAxiom in interface OWLAxiompublic Collection<OWLDisjointObjectPropertiesAxiom> asPairwiseAxioms()
asPairwiseAxioms in interface OWLDisjointObjectPropertiesAxiomasPairwiseAxioms in interface OWLNaryAxiom<OWLObjectPropertyExpression>public Collection<OWLDisjointObjectPropertiesAxiom> splitToAnnotatedPairs()
splitToAnnotatedPairs in interface OWLDisjointObjectPropertiesAxiomsplitToAnnotatedPairs in interface OWLNaryAxiom<OWLObjectPropertyExpression>Copyright © 2021 The University of Manchester. All rights reserved.