public class OWLDisjointObjectPropertiesAxiomImpl extends OWLNaryPropertyAxiomImpl<OWLObjectPropertyExpression> implements OWLDisjointObjectPropertiesAxiom
| Constructor and Description |
|---|
OWLDisjointObjectPropertiesAxiomImpl(Collection<? extends OWLObjectPropertyExpression> properties,
Collection<OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
Collection<OWLDisjointObjectPropertiesAxiom> |
asPairwiseAxioms() |
<T extends OWLAxiom> |
getAnnotatedAxiom(java.util.stream.Stream<OWLAnnotation> anns) |
OWLDisjointObjectPropertiesAxiom |
getAxiomWithoutAnnotations() |
Collection<OWLDisjointObjectPropertiesAxiom> |
splitToAnnotatedPairs() |
getPropertiesMinus, propertiesannotations, getNNF, isAnnotatedannotationPropertiesInSignature, anonymousIndividuals, classesInSignature, compareTo, containsEntityInSignature, dataPropertiesInSignature, datatypesInSignature, equals, hashCode, individualsInSignature, nestedClassExpressions, objectPropertiesInSignature, signature, toStringaccept, accept, accept, accept, getAxiomType, hashIndexcomponents, componentsAnnotationsFirst, componentsWithoutAnnotations, getProperties, getPropertiesMinus, operands, propertiesallMatch, allMatchAllPairs, anyMatch, anyMatchAllPairs, forEach, forEachAllPairs, walkAllPairwise, walkPairwiseisLogicalAxiomaddAnonymousIndividualsToSet, addSignatureEntitiesToSetpublic OWLDisjointObjectPropertiesAxiomImpl(Collection<? extends OWLObjectPropertyExpression> properties, Collection<OWLAnnotation> annotations)
properties - disjoint propertiesannotations - annotationspublic OWLDisjointObjectPropertiesAxiom getAxiomWithoutAnnotations()
getAxiomWithoutAnnotations in interface OWLAxiomgetAxiomWithoutAnnotations in interface OWLDisjointObjectPropertiesAxiompublic <T extends OWLAxiom> T getAnnotatedAxiom(java.util.stream.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 © 2017 The University of Manchester. All Rights Reserved.