public class OWLDisjointUnionAxiomImpl extends OWLClassAxiomImpl implements OWLDisjointUnionAxiom
| Constructor and Description |
|---|
OWLDisjointUnionAxiomImpl(OWLClass owlClass,
List<OWLClassExpression> classExpressions,
Collection<OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
Stream<OWLClassExpression> |
classExpressions() |
<T extends OWLAxiom> |
getAnnotatedAxiom(Stream<OWLAnnotation> anns) |
OWLDisjointUnionAxiom |
getAxiomWithoutAnnotations() |
List<OWLClassExpression> |
getOperandsAsList() |
OWLClass |
getOWLClass() |
OWLDisjointClassesAxiom |
getOWLDisjointClassesAxiom() |
OWLEquivalentClassesAxiom |
getOWLEquivalentClassesAxiom() |
Stream<OWLClassExpression> |
operands() |
annotations, annotationsAsList, getNNF, isAnnotatedannotationPropertiesInSignature, anonymousIndividuals, classesInSignature, compareTo, containsEntityInSignature, dataPropertiesInSignature, datatypesInSignature, equals, hashCode, individualsInSignature, nestedClassExpressions, objectPropertiesInSignature, signature, toStringaccept, accept, accept, accept, components, componentsAnnotationsFirst, componentsWithoutAnnotations, getAxiomType, getClassExpressions, hashIndex, initHashCodeisLogicalAxiomequalsIgnoreAnnotations, getAnnotatedAxiom, getAnnotatedAxiom, getAnnotatedAxiom, getAnnotatedAxiom, getAxiomWithoutAnnotations, getAxiomWithoutAnnotations, getNNF, isAnnotated, isAnnotationAxiom, isAxiom, isIndividual, isOfType, isOfType, isOfType, typeIndexgetNestedClassExpressions, hashIteration, hasSharedStructure, isAnonymousExpression, isBottomEntity, isIRI, isOntology, isTopEntity, nestedClassExpressionscompareTogetSignature, signature, unsortedSignaturecontainsEntityInSignatureanonymousIndividuals, getAnonymousIndividualsclassesInSignature, getClassesInSignaturegetObjectPropertiesInSignature, objectPropertiesInSignaturedataPropertiesInSignature, getDataPropertiesInSignaturegetIndividualsInSignature, individualsInSignaturedatatypesInSignature, getDatatypesInSignatureannotationPropertiesInSignature, getAnnotationPropertiesInSignatureisAnonymous, isNamedannotations, annotations, annotations, annotationsAsList, getAnnotations, getAnnotationsaddAnonymousIndividualsToSet, addSignatureEntitiesToSetpublic OWLDisjointUnionAxiomImpl(OWLClass owlClass, List<OWLClassExpression> classExpressions, Collection<OWLAnnotation> annotations)
owlClass - unionclassExpressions - disjoint classes (list must be sorted in the factory)annotations - annotationspublic Stream<OWLClassExpression> classExpressions()
classExpressions in interface OWLDisjointUnionAxiompublic Stream<OWLClassExpression> operands()
operands in interface HasOperands<OWLClassExpression>public List<OWLClassExpression> getOperandsAsList()
getOperandsAsList in interface HasOperands<OWLClassExpression>public OWLDisjointUnionAxiom getAxiomWithoutAnnotations()
getAxiomWithoutAnnotations in interface OWLAxiomgetAxiomWithoutAnnotations in interface OWLDisjointUnionAxiompublic <T extends OWLAxiom> T getAnnotatedAxiom(Stream<OWLAnnotation> anns)
getAnnotatedAxiom in interface OWLAxiompublic OWLClass getOWLClass()
getOWLClass in interface OWLDisjointUnionAxiompublic OWLEquivalentClassesAxiom getOWLEquivalentClassesAxiom()
getOWLEquivalentClassesAxiom in interface OWLDisjointUnionAxiompublic OWLDisjointClassesAxiom getOWLDisjointClassesAxiom()
getOWLDisjointClassesAxiom in interface OWLDisjointUnionAxiomCopyright © 2021 The University of Manchester. All rights reserved.