P - property expressionpublic interface OWLNaryPropertyAxiom<P extends OWLPropertyExpression> extends OWLPropertyAxiom, OWLNaryAxiom<P>, HasOperands<P>
| Modifier and Type | Method and Description |
|---|---|
default Stream<?> |
components() |
default Stream<?> |
componentsAnnotationsFirst() |
default Stream<?> |
componentsWithoutAnnotations() |
default Set<P> |
getProperties()
Deprecated.
use the stream method
|
Set<P> |
getPropertiesMinus(P property) |
default Stream<P> |
operands()
Gets the operands - e.g., the individuals in a sameAs axiom, or the
classes in an equivalent classes axiom.
|
Stream<P> |
properties() |
isLogicalAxiomaccept, accept, equalsIgnoreAnnotations, getAnnotatedAxiom, getAnnotatedAxiom, getAnnotatedAxiom, getAnnotatedAxiom, getAnnotatedAxiom, getAxiomType, getAxiomWithoutAnnotations, getAxiomWithoutAnnotations, getAxiomWithoutAnnotations, getNNF, isAnnotated, isAnnotationAxiom, isAnonymous, isAxiom, isIndividual, isOfType, isOfType, isOfType, typeIndexaccept, accept, getNestedClassExpressions, hasSharedStructure, isAnonymousExpression, isBottomEntity, isIRI, isOntology, isTopEntity, nestedClassExpressionscompareTogetSignature, signaturecontainsEntityInSignatureanonymousIndividuals, getAnonymousIndividualsclassesInSignature, getClassesInSignaturegetObjectPropertiesInSignature, objectPropertiesInSignaturedataPropertiesInSignature, getDataPropertiesInSignaturegetIndividualsInSignature, individualsInSignaturedatatypesInSignature, getDatatypesInSignatureannotationPropertiesInSignature, getAnnotationPropertiesInSignaturehashIndexannotations, annotations, annotations, getAnnotations, getAnnotationsallMatch, allMatchAllPairs, anyMatch, anyMatchAllPairs, asPairwiseAxioms, forEach, forEachAllPairs, splitToAnnotatedPairs, walkAllPairwise, walkPairwisedefault Stream<?> components()
components in interface HasComponentsdefault Stream<?> componentsWithoutAnnotations()
componentsWithoutAnnotations in interface HasComponentsdefault Stream<?> componentsAnnotationsFirst()
componentsAnnotationsFirst in interface HasComponents@Deprecated default Set<P> getProperties()
default Stream<P> operands()
HasOperandsoperands in interface HasOperands<P extends OWLPropertyExpression>operands in interface OWLNaryAxiom<P extends OWLPropertyExpression>Copyright © 2017 The University of Manchester. All rights reserved.