Modifier and Type | Method and Description |
---|---|
OWLAnnotationProperty |
AbstractMacroExpansionVisitor.getOIO_ISEXPANSION() |
Modifier and Type | Method and Description |
---|---|
List<OWLAnnotation> |
OboInOwlCardinalityTools.AnnotationCardinalityConfictHandler.handleConflict(OWLAnnotationProperty property,
Collection<OWLAnnotation> ontologyAnnotations)
Resolve a conflict for a given annotation property and ontology
annotations.
|
List<OWLAnnotationAssertionAxiom> |
OboInOwlCardinalityTools.AnnotationCardinalityConfictHandler.handleConflict(OWLEntity entity,
OWLAnnotationProperty property,
Collection<OWLAnnotationAssertionAxiom> axioms)
Resolve a conflict for a given annotation property and axioms.
|
void |
OboInOwlCardinalityTools.AnnotationCardinalityReporter.reportConflict(OWLAnnotationProperty property,
Collection<OWLAnnotation> ontologyAnnotations)
Report a conflict for a given annotation property and ontology
annotations.
|
void |
OboInOwlCardinalityTools.AnnotationCardinalityReporter.reportConflict(OWLEntity entity,
OWLAnnotationProperty property,
Collection<OWLAnnotationAssertionAxiom> axioms)
Report a conflict for a given annotation property and axioms.
|
Modifier and Type | Method and Description |
---|---|
static OWLAnnotationProperty |
OWLFunctionalSyntaxFactory.AnnotationProperty(IRI iri) |
static OWLAnnotationProperty |
OWLFunctionalSyntaxFactory.AnnotationProperty(String abbreviatedIRI,
PrefixManager pm) |
static OWLAnnotationProperty |
OWLFunctionalSyntaxFactory.createAnnotationProperty() |
static OWLAnnotationProperty |
OWLFunctionalSyntaxFactory.RDFSComment() |
static OWLAnnotationProperty |
OWLFunctionalSyntaxFactory.RDFSLabel() |
Modifier and Type | Method and Description |
---|---|
OWLAnnotationProperty |
ShortFormEntityChecker.getOWLAnnotationProperty(String name) |
OWLAnnotationProperty |
OWLEntityChecker.getOWLAnnotationProperty(String name) |
Modifier and Type | Method and Description |
---|---|
OWLAnnotationProperty |
OWLFunctionalSyntaxParser.AnnotationProperty() |
OWLAnnotationProperty |
OWLFunctionalSyntaxParser.AnnotationPropertyIRI() |
Modifier and Type | Method and Description |
---|---|
void |
FunctionalSyntaxObjectRenderer.visit(OWLAnnotationProperty property) |
Modifier and Type | Method and Description |
---|---|
void |
LatexObjectVisitor.visit(OWLAnnotationProperty property) |
Modifier and Type | Method and Description |
---|---|
Set<OWLAnnotationProperty> |
ManchesterOWLSyntaxParserImpl.parseAnnotationPropertyList() |
Modifier and Type | Method and Description |
---|---|
void |
ManchesterOWLSyntaxObjectRenderer.visit(OWLAnnotationProperty property) |
Collection<OWLAxiom> |
ManchesterOWLSyntaxFrameRenderer.write(OWLAnnotationProperty property) |
Modifier and Type | Field and Description |
---|---|
static EntityType<OWLAnnotationProperty> |
EntityType.ANNOTATION_PROPERTY
annotation property entity
|
Modifier and Type | Method and Description |
---|---|
OWLAnnotationProperty |
OWLEntity.asOWLAnnotationProperty()
A convenience method that obtains this entity as an OWLAnnotationProperty (in order to avoid
explicit casting).
|
OWLAnnotationProperty |
OWLAnnotationPropertyProvider.getOWLAnnotationProperty(IRI iri)
Gets an instance of
OWLAnnotationProperty that has the specified
IRI . |
OWLAnnotationProperty |
OWLDataFactory.getOWLAnnotationProperty(String abbreviatedIRI,
PrefixManager prefixManager)
Gets an OWLAnnotationProperty that has an IRI that is obtained by expanding an abbreviated
name using an appropriate prefix mapping.
|
OWLAnnotationProperty |
OWLDataFactory.getOWLBackwardCompatibleWith()
Gets an annotation property that has an IRI corresponding to
owl:backwardCompatibleWith . |
OWLAnnotationProperty |
OWLDataFactory.getOWLDeprecated()
Gets an annotation property that has an IRI corresponding to
owl:backwardCompatibleWith . |
OWLAnnotationProperty |
OWLDataFactory.getOWLIncompatibleWith()
Gets an annotation property that has an IRI corresponding to
owl:incompatibleWith . |
OWLAnnotationProperty |
OWLDataFactory.getOWLVersionInfo()
Gets an annotation property that has an IRI corresponding to
owl:versionInfo . |
OWLAnnotationProperty |
OWLAnnotationPropertyRangeAxiom.getProperty()
Gets the annotation property that this axiom provides a range for.
|
OWLAnnotationProperty |
OWLAnnotationPropertyDomainAxiom.getProperty()
Gets the annotation property that this axiom specifies a domain for.
|
OWLAnnotationProperty |
OWLAnnotationAssertionAxiom.getProperty()
Gets the annotation property.
|
OWLAnnotationProperty |
OWLAnnotation.getProperty()
Gets the property that this annotation acts along
|
OWLAnnotationProperty |
OWLDataFactory.getRDFSComment()
Gets an annotation property that has an IRI corresponding to
rdfs:comment . |
OWLAnnotationProperty |
OWLDataFactory.getRDFSIsDefinedBy()
Gets an annotation property that has an IRI corresponding to
rdfs:isDefinedBy . |
OWLAnnotationProperty |
OWLDataFactory.getRDFSLabel()
Gets an annotation property that has an IRI corresponding to
rdfs:label . |
OWLAnnotationProperty |
OWLDataFactory.getRDFSSeeAlso()
Gets an annotation property that has an IRI corresponding to
rdfs:seeAlso . |
OWLAnnotationProperty |
OWLSubAnnotationPropertyOfAxiom.getSubProperty()
Gets the subproperty of this axiom.
|
OWLAnnotationProperty |
OWLSubAnnotationPropertyOfAxiom.getSuperProperty()
Gets the super property of this axiom.
|
Modifier and Type | Method and Description |
---|---|
Set<OWLAnnotationProperty> |
IRI.getAnnotationPropertiesInSignature() |
Set<OWLAnnotationProperty> |
HasAnnotationPropertiesInSignature.getAnnotationPropertiesInSignature()
A convenience method that obtains the annotation properties that are in
the signature of this object
|
Set<OWLAnnotationProperty> |
OWLSignatureBooleanArgs.getAnnotationPropertiesInSignature(boolean includeImportsClosure)
Deprecated.
|
Set<OWLAnnotationProperty> |
OWLSignature.getAnnotationPropertiesInSignature(Imports includeImportsClosure)
Gets the annotation properties in the signature and optionally the imports closure.
|
Modifier and Type | Method and Description |
---|---|
Set<OWLAnnotationPropertyDomainAxiom> |
OWLAxiomIndex.getAnnotationPropertyDomainAxioms(OWLAnnotationProperty property)
Gets the
OWLAnnotationPropertyDomainAxiom s where the specified
property is the property in the domain axiom. |
Set<OWLAnnotationPropertyRangeAxiom> |
OWLAxiomIndex.getAnnotationPropertyRangeAxioms(OWLAnnotationProperty property)
Gets the
OWLAnnotationPropertyRangeAxiom s where the specified
property is the property in the range axiom. |
Set<OWLAnnotation> |
OWLAxiom.getAnnotations(OWLAnnotationProperty annotationProperty)
Gets the annotations that annotate this axiom and whose annotation property is equal to
annotationProperty . |
Set<OWLAnnotationAxiom> |
OWLAxiomCollectionNoArgs.getAxioms(OWLAnnotationProperty property)
|
Set<OWLAnnotationAxiom> |
OWLAxiomCollectionBooleanArgs.getAxioms(OWLAnnotationProperty property,
boolean includeImportsClosure)
|
Set<OWLAnnotationAxiom> |
OWLAxiomCollection.getAxioms(OWLAnnotationProperty property,
Imports includeImportsClosure)
Gets the axioms that form the definition/description of an annotation property.
|
OWLAnnotation |
OWLDataFactory.getOWLAnnotation(OWLAnnotationProperty property,
OWLAnnotationValue value)
Gets an annotation
|
OWLAnnotation |
OWLDataFactory.getOWLAnnotation(OWLAnnotationProperty property,
OWLAnnotationValue value,
Set<? extends OWLAnnotation> annotations)
Gets an annotation
|
OWLAnnotationAssertionAxiom |
OWLDataFactory.getOWLAnnotationAssertionAxiom(OWLAnnotationProperty property,
OWLAnnotationSubject subject,
OWLAnnotationValue value) |
OWLAnnotationAssertionAxiom |
OWLDataFactory.getOWLAnnotationAssertionAxiom(OWLAnnotationProperty property,
OWLAnnotationSubject subject,
OWLAnnotationValue value,
Set<? extends OWLAnnotation> annotations) |
OWLAnnotationPropertyDomainAxiom |
OWLDataFactory.getOWLAnnotationPropertyDomainAxiom(OWLAnnotationProperty prop,
IRI domain) |
OWLAnnotationPropertyDomainAxiom |
OWLDataFactory.getOWLAnnotationPropertyDomainAxiom(OWLAnnotationProperty prop,
IRI domain,
Set<? extends OWLAnnotation> annotations) |
OWLAnnotationPropertyRangeAxiom |
OWLDataFactory.getOWLAnnotationPropertyRangeAxiom(OWLAnnotationProperty prop,
IRI range) |
OWLAnnotationPropertyRangeAxiom |
OWLDataFactory.getOWLAnnotationPropertyRangeAxiom(OWLAnnotationProperty prop,
IRI range,
Set<? extends OWLAnnotation> annotations) |
OWLSubAnnotationPropertyOfAxiom |
OWLDataFactory.getOWLSubAnnotationPropertyOfAxiom(OWLAnnotationProperty sub,
OWLAnnotationProperty sup) |
OWLSubAnnotationPropertyOfAxiom |
OWLDataFactory.getOWLSubAnnotationPropertyOfAxiom(OWLAnnotationProperty sub,
OWLAnnotationProperty sup,
Set<? extends OWLAnnotation> annotations) |
Set<OWLSubAnnotationPropertyOfAxiom> |
OWLAxiomIndex.getSubAnnotationPropertyOfAxioms(OWLAnnotationProperty subProperty)
Gets the
SubAnnotationPropertyOfAxiom s where the specified
property is the sub-property. |
O |
OWLPropertyExpressionVisitorEx.visit(OWLAnnotationProperty property)
visit OWLAnnotationProperty type
|
void |
OWLPropertyExpressionVisitor.visit(OWLAnnotationProperty property)
visit OWLAnnotationProperty type
|
O |
OWLNamedObjectVisitorEx.visit(OWLAnnotationProperty property)
visit OWLAnnotationProperty type
|
void |
OWLNamedObjectVisitor.visit(OWLAnnotationProperty property)
visit OWLAnnotationProperty type
|
O |
OWLEntityVisitorEx.visit(OWLAnnotationProperty property)
visit OWLAnnotationProperty type
|
void |
OWLEntityVisitor.visit(OWLAnnotationProperty property)
visit OWLAnnotationProperty type
|
Modifier and Type | Method and Description |
---|---|
void |
OWLXMLObjectRenderer.visit(OWLAnnotationProperty property) |
Modifier and Type | Method and Description |
---|---|
void |
ProfileVisitor.visit(OWLAnnotationProperty property) |
Modifier and Type | Method and Description |
---|---|
OWLAnnotationProperty |
UseOfUndeclaredAnnotationProperty.getExpression() |
OWLAnnotationProperty |
UseOfReservedVocabularyForAnnotationPropertyIRI.getExpression() |
Constructor and Description |
---|
UseOfReservedVocabularyForAnnotationPropertyIRI(OWLOntology ontology,
OWLAxiom axiom,
OWLAnnotationProperty property) |
UseOfUndeclaredAnnotationProperty(OWLOntology ontology,
OWLAxiom axiom,
OWLAnnotation annotation,
OWLAnnotationProperty prop) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTranslator.visit(OWLAnnotationProperty property) |
Modifier and Type | Method and Description |
---|---|
static Collection<OWLAnnotationProperty> |
EntitySearcher.getSubProperties(OWLAnnotationProperty e,
Iterable<OWLOntology> ontologies)
Gets the properties which are asserted to be sub-properties of e in the specified ontology.
|
static Collection<OWLAnnotationProperty> |
EntitySearcher.getSubProperties(OWLAnnotationProperty e,
OWLOntology ontology)
Gets the properties which are asserted to be sub-properties of e in the specified ontology.
|
static Collection<OWLAnnotationProperty> |
EntitySearcher.getSubProperties(OWLAnnotationProperty e,
OWLOntology ontology,
boolean imports)
Gets the properties which are asserted to be sub-properties of e in the specified ontology.
|
static Collection<OWLAnnotationProperty> |
EntitySearcher.getSuperProperties(OWLAnnotationProperty e,
Iterable<OWLOntology> ontologies)
Gets the properties which are asserted to be super-properties of e in the specified ontology.
|
static Collection<OWLAnnotationProperty> |
EntitySearcher.getSuperProperties(OWLAnnotationProperty e,
OWLOntology ontology)
Gets the annotation properties which are asserted to be super-properties of e in the
specified ontology.
|
static Collection<OWLAnnotationProperty> |
EntitySearcher.getSuperProperties(OWLAnnotationProperty e,
OWLOntology ontology,
boolean imports)
Gets the annotation properties which are asserted to be super-properties of e in the
specified ontology.
|
Modifier and Type | Method and Description |
---|---|
static OWLAnnotation |
Searcher.annotationObject(OWLAnnotationAssertionAxiom axiom,
OWLAnnotationProperty p)
Retrieve the annotation from an annotation assertion axiom.
|
static Collection<OWLAnnotation> |
Searcher.annotationObjects(Collection<OWLAnnotationAssertionAxiom> axioms,
OWLAnnotationProperty p)
Retrieve annotations from a collection of annotation assertion axioms.
|
static Collection<OWLAnnotation> |
Searcher.annotations(Collection<? extends OWLAxiom> axioms,
OWLAnnotationProperty p)
Retrieve annotations from a collection of axioms.
|
static Set<OWLAnnotation> |
Searcher.annotations(OWLAxiom axiom,
OWLAnnotationProperty p)
Retrieve annotations from an axiom.
|
static Collection<OWLAnnotation> |
EntitySearcher.getAnnotationObjects(OWLAnnotationSubject e,
Iterable<OWLOntology> ontologies,
OWLAnnotationProperty annotationProperty)
Obtains the annotations on e where the annotation has the specified annotation property; this
is restricted to the object of annotation assertion axioms.
|
static Collection<OWLAnnotation> |
EntitySearcher.getAnnotationObjects(OWLAnnotationSubject e,
OWLOntology ontology,
OWLAnnotationProperty annotationProperty)
Obtains the annotations on e where the annotation has the specified annotation property; this
is restricted to the object of annotation assertion axioms.
|
static Collection<OWLAnnotation> |
EntitySearcher.getAnnotationObjects(OWLEntity e,
Iterable<OWLOntology> ontologies,
OWLAnnotationProperty annotationProperty)
Obtains the annotations on e where the annotation has the specified annotation property; this
is restricted to the object of annotation assertion axioms.
|
static Collection<OWLAnnotation> |
EntitySearcher.getAnnotationObjects(OWLEntity e,
OWLOntology ontology,
OWLAnnotationProperty annotationProperty)
Obtains the annotations on e where the annotation has the specified annotation property; this
is restricted to the object of annotation assertion axioms.
|
static Collection<OWLAnnotation> |
EntitySearcher.getAnnotations(OWLAnnotationSubject e,
Iterable<OWLOntology> ontologies,
OWLAnnotationProperty annotationProperty)
Obtains the annotations on e where the annotation has the specified annotation property.
|
static Collection<OWLAnnotation> |
EntitySearcher.getAnnotations(OWLAnnotationSubject e,
OWLOntology ontology,
OWLAnnotationProperty annotationProperty)
Obtains the annotations on e where the annotation has the specified annotation property.
|
static Collection<OWLAnnotation> |
EntitySearcher.getAnnotations(OWLEntity e,
Iterable<OWLOntology> ontologies,
OWLAnnotationProperty annotationProperty)
Obtains the annotations on e where the annotation has the specified annotation property.
|
static Collection<OWLAnnotation> |
EntitySearcher.getAnnotations(OWLEntity e,
OWLOntology ontology,
OWLAnnotationProperty annotationProperty)
Obtains the annotations on e where the annotation has the specified annotation property.
|
static Collection<IRI> |
EntitySearcher.getDomains(OWLAnnotationProperty e,
Iterable<OWLOntology> ontologies)
Gets the asserted domains of e by examining the axioms in the specified ontologies.
|
static Collection<IRI> |
EntitySearcher.getDomains(OWLAnnotationProperty e,
OWLOntology ontology)
Gets the asserted domains of e.
|
static Collection<IRI> |
EntitySearcher.getRanges(OWLAnnotationProperty e,
Iterable<OWLOntology> ontologies)
Gets the asserted ranges of e by examining the axioms in the specified ontologies.
|
static Collection<IRI> |
EntitySearcher.getRanges(OWLAnnotationProperty e,
OWLOntology ontology)
Gets the ranges of e that have been asserted in the specified ontology.
|
static Collection<OWLAnnotationProperty> |
EntitySearcher.getSubProperties(OWLAnnotationProperty e,
Iterable<OWLOntology> ontologies)
Gets the properties which are asserted to be sub-properties of e in the specified ontology.
|
static Collection<OWLAnnotationProperty> |
EntitySearcher.getSubProperties(OWLAnnotationProperty e,
OWLOntology ontology)
Gets the properties which are asserted to be sub-properties of e in the specified ontology.
|
static Collection<OWLAnnotationProperty> |
EntitySearcher.getSubProperties(OWLAnnotationProperty e,
OWLOntology ontology,
boolean imports)
Gets the properties which are asserted to be sub-properties of e in the specified ontology.
|
static Collection<OWLAnnotationProperty> |
EntitySearcher.getSuperProperties(OWLAnnotationProperty e,
Iterable<OWLOntology> ontologies)
Gets the properties which are asserted to be super-properties of e in the specified ontology.
|
static Collection<OWLAnnotationProperty> |
EntitySearcher.getSuperProperties(OWLAnnotationProperty e,
OWLOntology ontology)
Gets the annotation properties which are asserted to be super-properties of e in the
specified ontology.
|
static Collection<OWLAnnotationProperty> |
EntitySearcher.getSuperProperties(OWLAnnotationProperty e,
OWLOntology ontology,
boolean imports)
Gets the annotation properties which are asserted to be super-properties of e in the
specified ontology.
|
static Collection<OWLAnnotationValue> |
Searcher.values(Collection<OWLAnnotation> annotations,
OWLAnnotationProperty p)
Retrieve annotation values from annotations
|
Modifier and Type | Method and Description |
---|---|
OWLAnnotationProperty |
OWLObjectDesharer.visit(OWLAnnotationProperty property) |
Modifier and Type | Method and Description |
---|---|
List<OWLAnnotationProperty> |
AnnotationValueShortFormProvider.getAnnotationProperties() |
Map<OWLAnnotationProperty,List<String>> |
AnnotationValueShortFormProvider.getPreferredLanguageMap() |
Modifier and Type | Method and Description |
---|---|
void |
StructureWalker.visit(OWLAnnotationProperty property) |
void |
SimpleRendererDebug.visit(OWLAnnotationProperty property) |
void |
SimpleRenderer.visit(OWLAnnotationProperty property) |
O |
OWLObjectVisitorExAdapter.visit(OWLAnnotationProperty property) |
void |
OWLObjectVisitorAdapter.visit(OWLAnnotationProperty property) |
void |
OWLObjectTypeIndexProvider.visit(OWLAnnotationProperty property) |
void |
OWLObjectDuplicator.visit(OWLAnnotationProperty property) |
OWLAnnotationProperty |
OWLObjectDesharer.visit(OWLAnnotationProperty property) |
void |
OWLObjectComponentCollector.visit(OWLAnnotationProperty property) |
O |
OWLEntityVisitorExAdapter.visit(OWLAnnotationProperty property) |
void |
OWLEntityVisitorAdapter.visit(OWLAnnotationProperty property) |
void |
OWLEntityRemover.visit(OWLAnnotationProperty property) |
void |
OWLEntityComparator.visit(OWLAnnotationProperty property) |
Collection<OWLEntity> |
OWLEntityCollector.visit(OWLAnnotationProperty property) |
void |
OWLAnonymousIndividualsWithMultipleOccurrences.visit(OWLAnnotationProperty property) |
void |
OWLAnnotationPropertyTransformer.visit(OWLAnnotationProperty property) |
void |
HashCode.visit(OWLAnnotationProperty property) |
void |
DeprecatedOWLEntityCollector.visit(OWLAnnotationProperty property)
Deprecated.
|
O |
DelegatingObjectVisitorEx.visit(OWLAnnotationProperty property) |
Constructor and Description |
---|
AnnotationValueShortFormProvider(List<OWLAnnotationProperty> annotationProperties,
Map<OWLAnnotationProperty,List<String>> preferredLanguageMap,
OWLOntologySetProvider ontologySetProvider)
Constructs an annotation value short form provider.
|
AnnotationValueShortFormProvider(List<OWLAnnotationProperty> annotationProperties,
Map<OWLAnnotationProperty,List<String>> preferredLanguageMap,
OWLOntologySetProvider ontologySetProvider)
Constructs an annotation value short form provider.
|
AnnotationValueShortFormProvider(List<OWLAnnotationProperty> annotationProperties,
Map<OWLAnnotationProperty,List<String>> preferredLanguageMap,
OWLOntologySetProvider ontologySetProvider,
ShortFormProvider alternateShortFormProvider)
Constructs an annotation short form provider.
|
AnnotationValueShortFormProvider(List<OWLAnnotationProperty> annotationProperties,
Map<OWLAnnotationProperty,List<String>> preferredLanguageMap,
OWLOntologySetProvider ontologySetProvider,
ShortFormProvider alternateShortFormProvider)
Constructs an annotation short form provider.
|
AnnotationValueShortFormProvider(OWLOntologySetProvider ontologySetProvider,
ShortFormProvider alternateShortFormProvider,
IRIShortFormProvider alternateIRIShortFormProvider,
List<OWLAnnotationProperty> annotationProperties,
Map<OWLAnnotationProperty,List<String>> preferredLanguageMap) |
AnnotationValueShortFormProvider(OWLOntologySetProvider ontologySetProvider,
ShortFormProvider alternateShortFormProvider,
IRIShortFormProvider alternateIRIShortFormProvider,
List<OWLAnnotationProperty> annotationProperties,
Map<OWLAnnotationProperty,List<String>> preferredLanguageMap) |
Modifier and Type | Method and Description |
---|---|
Set<OWLAnnotationProperty> |
ManchesterOWLSyntaxParser.parseAnnotationPropertyList() |
Modifier and Type | Method and Description |
---|---|
static Set<OWLAnnotationProperty> |
SKOSVocabulary.getAnnotationProperties(OWLDataFactory dataFactory) |
Modifier and Type | Method and Description |
---|---|
OWLAnnotationProperty |
BuilderAnnotationProperty.buildObject() |
OWLAnnotationProperty |
BaseAnnotationPropertyBuilder.getProperty() |
Modifier and Type | Method and Description |
---|---|
B |
BaseAnnotationPropertyBuilder.withProperty(OWLAnnotationProperty arg) |
Constructor and Description |
---|
BuilderAnnotationProperty(OWLAnnotationProperty expected,
OWLDataFactory df)
builder initialized from an existing object
|
Modifier and Type | Class and Description |
---|---|
class |
OWLAnnotationPropertyImpl |
Modifier and Type | Method and Description |
---|---|
Set<OWLAnnotationProperty> |
OWLObjectImplWithoutEntityAndAnonCaching.getAnnotationPropertiesInSignature() |
Set<OWLAnnotationProperty> |
OWLObjectImplWithEntityAndAnonCaching.getAnnotationPropertiesInSignature() |
Set<OWLAnnotationProperty> |
OWLLiteralImplString.getAnnotationPropertiesInSignature() |
Set<OWLAnnotationProperty> |
OWLImmutableOntologyImpl.getAnnotationPropertiesInSignature() |
Set<OWLAnnotationProperty> |
OWL2DatatypeImpl.getAnnotationPropertiesInSignature() |
Set<OWLAnnotationProperty> |
OWLImmutableOntologyImpl.getAnnotationPropertiesInSignature(boolean includeImportsClosure) |
Set<OWLAnnotationProperty> |
OWLImmutableOntologyImpl.getAnnotationPropertiesInSignature(Imports includeImportsClosure) |
Constructor and Description |
---|
OWLAnnotationAssertionAxiomImpl(OWLAnnotationSubject subject,
OWLAnnotationProperty property,
OWLAnnotationValue value,
Collection<? extends OWLAnnotation> annotations) |
OWLAnnotationImpl(OWLAnnotationProperty property,
OWLAnnotationValue value,
Set<? extends OWLAnnotation> annotations) |
OWLAnnotationPropertyDomainAxiomImpl(OWLAnnotationProperty property,
IRI domain,
Collection<? extends OWLAnnotation> annotations) |
OWLAnnotationPropertyRangeAxiomImpl(OWLAnnotationProperty property,
IRI range,
Collection<? extends OWLAnnotation> annotations) |
OWLSubAnnotationPropertyOfAxiomImpl(OWLAnnotationProperty subProperty,
OWLAnnotationProperty superProperty,
Collection<? extends OWLAnnotation> annotations) |
Modifier and Type | Method and Description |
---|---|
Set<OWLAnnotationProperty> |
ConcurrentOWLOntologyImpl.getAnnotationPropertiesInSignature() |
Set<OWLAnnotationProperty> |
ConcurrentOWLOntologyImpl.getAnnotationPropertiesInSignature(boolean b)
Deprecated.
|
Set<OWLAnnotationProperty> |
ConcurrentOWLOntologyImpl.getAnnotationPropertiesInSignature(Imports imports) |
Modifier and Type | Method and Description |
---|---|
Set<OWLAnnotationPropertyDomainAxiom> |
ConcurrentOWLOntologyImpl.getAnnotationPropertyDomainAxioms(OWLAnnotationProperty owlAnnotationProperty) |
Set<OWLAnnotationPropertyRangeAxiom> |
ConcurrentOWLOntologyImpl.getAnnotationPropertyRangeAxioms(OWLAnnotationProperty owlAnnotationProperty) |
Set<OWLAnnotationAxiom> |
ConcurrentOWLOntologyImpl.getAxioms(OWLAnnotationProperty owlAnnotationProperty)
Deprecated.
|
Set<OWLAnnotationAxiom> |
ConcurrentOWLOntologyImpl.getAxioms(OWLAnnotationProperty owlAnnotationProperty,
boolean b)
Deprecated.
|
Set<OWLAnnotationAxiom> |
ConcurrentOWLOntologyImpl.getAxioms(OWLAnnotationProperty owlAnnotationProperty,
Imports imports) |
Set<OWLSubAnnotationPropertyOfAxiom> |
ConcurrentOWLOntologyImpl.getSubAnnotationPropertyOfAxioms(OWLAnnotationProperty owlAnnotationProperty) |
Copyright © 2020 The University of Manchester. All rights reserved.