public interface OWLHasKeyAxiom extends OWLLogicalAxiom, HasOperands<OWLPropertyExpression>
| Modifier and Type | Method and Description |
|---|---|
default void |
accept(OWLAxiomVisitor visitor) |
default <O> O |
accept(OWLAxiomVisitorEx<O> visitor) |
default void |
accept(OWLObjectVisitor visitor)
Accepts a visitor
|
default <O> O |
accept(OWLObjectVisitorEx<O> visitor)
Accepts a visitor
|
default Stream<?> |
components() |
default Stream<?> |
componentsAnnotationsFirst() |
default Stream<?> |
componentsWithoutAnnotations() |
default Stream<OWLDataPropertyExpression> |
dataPropertyExpressions()
Gets the set of data property expressions that make up the key.
|
default AxiomType<?> |
getAxiomType()
Gets the axiom type for this axiom.
|
OWLHasKeyAxiom |
getAxiomWithoutAnnotations()
Gets an axiom that is structurally equivalent to this axiom without
annotations.
|
OWLClassExpression |
getClassExpression()
Gets the class expression, instances of which, this axiom acts as the key for.
|
default Set<OWLDataPropertyExpression> |
getDataPropertyExpressions()
Deprecated.
use the stream method
|
default Set<OWLObjectPropertyExpression> |
getObjectPropertyExpressions()
Deprecated.
use the stream method
|
default Set<OWLPropertyExpression> |
getPropertyExpressions()
Deprecated.
use the stream method
|
default int |
hashIndex() |
default int |
initHashCode() |
default Stream<OWLObjectPropertyExpression> |
objectPropertyExpressions()
Gets the set of object property expressions that make up the key.
|
Stream<OWLPropertyExpression> |
propertyExpressions()
Gets the set of property expressions that form the key.
|
isLogicalAxiomequalsIgnoreAnnotations, getAnnotatedAxiom, getAnnotatedAxiom, getAnnotatedAxiom, getAnnotatedAxiom, getAnnotatedAxiom, getAxiomWithoutAnnotations, getAxiomWithoutAnnotations, getNNF, isAnnotated, isAnnotationAxiom, isAnonymous, isAxiom, isIndividual, isOfType, isOfType, isOfType, typeIndexgetNestedClassExpressions, hashIteration, hasSharedStructure, isAnonymousExpression, isBottomEntity, isIRI, isOntology, isTopEntity, nestedClassExpressionscompareTogetSignature, signature, unsortedSignaturecontainsEntityInSignatureanonymousIndividuals, getAnonymousIndividualsclassesInSignature, getClassesInSignaturegetObjectPropertiesInSignature, objectPropertiesInSignaturedataPropertiesInSignature, getDataPropertiesInSignaturegetIndividualsInSignature, individualsInSignaturedatatypesInSignature, getDatatypesInSignatureannotationPropertiesInSignature, getAnnotationPropertiesInSignatureannotations, annotations, annotations, annotationsAsList, getAnnotations, getAnnotationsgetOperandsAsList, operandsOWLHasKeyAxiom getAxiomWithoutAnnotations()
OWLAxiomgetAxiomWithoutAnnotations in interface OWLAxiomdefault Stream<?> components()
components in interface HasComponentsdefault int initHashCode()
initHashCode in interface OWLObjectdefault Stream<?> componentsWithoutAnnotations()
componentsWithoutAnnotations in interface HasComponentsdefault Stream<?> componentsAnnotationsFirst()
componentsAnnotationsFirst in interface HasComponentsdefault int hashIndex()
hashIndex in interface HasHashIndexOWLClassExpression getClassExpression()
@Deprecated default Set<OWLPropertyExpression> getPropertyExpressions()
Stream<OWLPropertyExpression> propertyExpressions()
@Deprecated default Set<OWLObjectPropertyExpression> getObjectPropertyExpressions()
getPropertyExpressions() method.default Stream<OWLObjectPropertyExpression> objectPropertyExpressions()
getPropertyExpressions() method.@Deprecated default Set<OWLDataPropertyExpression> getDataPropertyExpressions()
getPropertyExpressions() method.default Stream<OWLDataPropertyExpression> dataPropertyExpressions()
getPropertyExpressions() method.default void accept(OWLObjectVisitor visitor)
OWLObjectdefault <O> O accept(OWLObjectVisitorEx<O> visitor)
OWLObjectdefault void accept(OWLAxiomVisitor visitor)
default <O> O accept(OWLAxiomVisitorEx<O> visitor)
default AxiomType<?> getAxiomType()
OWLAxiomgetAxiomType in interface OWLAxiomCopyright © 2018 The University of Manchester. All rights reserved.