Comparable<OWLObject>
, HasAnnotationPropertiesInSignature
, HasAnnotations
, HasAnonymousIndividuals
, HasClassesInSignature
, HasContainsEntityInSignature
, HasDataPropertiesInSignature
, HasDatatypesInSignature
, HasIndividualsInSignature
, HasObjectPropertiesInSignature
, HasSignature
, IsAnonymous
, OWLAxiom
, OWLDataPropertyAxiom
, OWLLogicalAxiom
, OWLNaryAxiom<OWLDataPropertyExpression>
, OWLNaryPropertyAxiom<OWLDataPropertyExpression>
, OWLObject
, OWLPropertyAxiom
, Serializable
public interface OWLDisjointDataPropertiesAxiom extends OWLNaryPropertyAxiom<OWLDataPropertyExpression>, OWLDataPropertyAxiom
Modifier and Type | Method | Description |
---|---|---|
Set<OWLDisjointDataPropertiesAxiom> |
asPairwiseAxioms() |
Gets this axiom as a set of pairwise axioms.
|
OWLDisjointDataPropertiesAxiom |
getAxiomWithoutAnnotations() |
Gets an axiom that is structurally equivalent to this axiom without
annotations.
|
Set<OWLDisjointDataPropertiesAxiom> |
splitToAnnotatedPairs() |
Splits this axiom to pairs, including annotations.
|
compareTo
getAnnotationPropertiesInSignature
getAnonymousIndividuals
getClassesInSignature
containsEntityInSignature
getDataPropertiesInSignature
getDatatypesInSignature
getIndividualsInSignature
getObjectPropertiesInSignature
getSignature
isAnonymous
accept, accept, equalsIgnoreAnnotations, getAnnotatedAxiom, getAnnotations, getAnnotations, getAxiomType, getNNF, isAnnotated, isAnnotationAxiom, isLogicalAxiom, isOfType, isOfType
walkPairwise
getProperties, getPropertiesMinus
accept, accept, getNestedClassExpressions, isBottomEntity, isIndividual, isIRI, isTopEntity, toString
@Nonnull Set<OWLDisjointDataPropertiesAxiom> asPairwiseAxioms()
OWLNaryAxiom
asPairwiseAxioms
in interface OWLNaryAxiom<OWLDataPropertyExpression>
@Nonnull Set<OWLDisjointDataPropertiesAxiom> splitToAnnotatedPairs()
OWLNaryAxiom
splitToAnnotatedPairs
in interface OWLNaryAxiom<OWLDataPropertyExpression>
@Nonnull OWLDisjointDataPropertiesAxiom getAxiomWithoutAnnotations()
OWLAxiom
getAxiomWithoutAnnotations
in interface OWLAxiom
Copyright © 2018 The University of Manchester. All rights reserved.