public interface OWLNaryIndividualAxiom extends OWLIndividualAxiom, OWLNaryAxiom<OWLIndividual>, OWLSubClassOfAxiomSetShortCut, HasOperands<OWLIndividual>
| Modifier and Type | Method and Description |
|---|---|
default java.util.stream.Stream<?> |
components() |
default java.util.stream.Stream<?> |
componentsAnnotationsFirst() |
default java.util.stream.Stream<?> |
componentsWithoutAnnotations() |
default Set<OWLIndividual> |
getIndividuals()
Deprecated.
use the stream method
|
default List<OWLIndividual> |
getIndividualsAsList()
Gets the individuals returned by
getIndividuals() as a list. |
java.util.stream.Stream<OWLIndividual> |
individuals() |
default java.util.stream.Stream<OWLIndividual> |
operands()
Gets the operands - e.g., the individuals in a sameAs axiom, or the
classes in an equivalent classes axiom.
|
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, walkPairwiseasOWLSubClassOfAxiomsdefault java.util.stream.Stream<?> components()
components in interface HasComponentsdefault java.util.stream.Stream<?> componentsWithoutAnnotations()
componentsWithoutAnnotations in interface HasComponentsdefault java.util.stream.Stream<?> componentsAnnotationsFirst()
componentsAnnotationsFirst in interface HasComponents@Deprecated default Set<OWLIndividual> getIndividuals()
java.util.stream.Stream<OWLIndividual> individuals()
default java.util.stream.Stream<OWLIndividual> operands()
HasOperandsoperands in interface HasOperands<OWLIndividual>operands in interface OWLNaryAxiom<OWLIndividual>default List<OWLIndividual> getIndividualsAsList()
getIndividuals() as a list.Copyright © 2017 The University of Manchester. All Rights Reserved.