Methods
Modifier and Type |
Method and Description |
OWLDatatype |
getBooleanOWLDatatype()
A convenience method that obtains the datatype that represents the
boolean datatype.
|
OWLAnnotationAssertionAxiom |
getDeprecatedOWLAnnotationAssertionAxiom(IRI subject)
Gets an annotation assertion that specifies that an IRI is deprecated.
|
OWLDatatype |
getDoubleOWLDatatype()
A convenience method that obtains the datatype that represents doubles.
|
OWLDatatype |
getFloatOWLDatatype()
A convenience method that obtains the datatype that represents floats.
|
OWLDatatype |
getIntegerOWLDatatype()
A convenience method that obtains the datatype that represents integers.
|
OWLAnnotation |
getOWLAnnotation(OWLAnnotationProperty property,
OWLAnnotationValue value)
Gets an annotation
|
OWLAnnotation |
getOWLAnnotation(OWLAnnotationProperty property,
OWLAnnotationValue value,
java.util.Set<? extends OWLAnnotation> annotations)
Gets an annotation
|
OWLAnnotationAssertionAxiom |
getOWLAnnotationAssertionAxiom(OWLAnnotationProperty property,
OWLAnnotationSubject subject,
OWLAnnotationValue value) |
OWLAnnotationAssertionAxiom |
getOWLAnnotationAssertionAxiom(OWLAnnotationProperty property,
OWLAnnotationSubject subject,
OWLAnnotationValue value,
java.util.Set<? extends OWLAnnotation> annotations) |
OWLAnnotationAssertionAxiom |
getOWLAnnotationAssertionAxiom(OWLAnnotationSubject subject,
OWLAnnotation annotation) |
OWLAnnotationAssertionAxiom |
getOWLAnnotationAssertionAxiom(OWLAnnotationSubject subject,
OWLAnnotation annotation,
java.util.Set<? extends OWLAnnotation> annotations) |
OWLAnnotationProperty |
getOWLAnnotationProperty(IRI iri)
Gets an OWLAnnotationProperty that has the specified IRI
|
OWLAnnotationProperty |
getOWLAnnotationProperty(java.lang.String abbreviatedIRI,
PrefixManager prefixManager)
Gets an OWLAnnotationProperty that has an IRI that is obtained by
expanding an abbreviated name using an appropriate prefix mapping.
|
OWLAnnotationPropertyDomainAxiom |
getOWLAnnotationPropertyDomainAxiom(OWLAnnotationProperty prop,
IRI domain) |
OWLAnnotationPropertyDomainAxiom |
getOWLAnnotationPropertyDomainAxiom(OWLAnnotationProperty prop,
IRI domain,
java.util.Set<? extends OWLAnnotation> annotations) |
OWLAnnotationPropertyRangeAxiom |
getOWLAnnotationPropertyRangeAxiom(OWLAnnotationProperty prop,
IRI range) |
OWLAnnotationPropertyRangeAxiom |
getOWLAnnotationPropertyRangeAxiom(OWLAnnotationProperty prop,
IRI range,
java.util.Set<? extends OWLAnnotation> annotations) |
OWLAnonymousIndividual |
getOWLAnonymousIndividual()
Gets an anonymous individual.
|
OWLAnonymousIndividual |
getOWLAnonymousIndividual(java.lang.String id)
Gets an anonymous individual that has a specific ID.
|
OWLAsymmetricObjectPropertyAxiom |
getOWLAsymmetricObjectPropertyAxiom(OWLObjectPropertyExpression propertyExpression) |
OWLAsymmetricObjectPropertyAxiom |
getOWLAsymmetricObjectPropertyAxiom(OWLObjectPropertyExpression propertyExpression,
java.util.Set<? extends OWLAnnotation> annotations) |
OWLAnnotationProperty |
getOWLBackwardCompatibleWith()
Gets an annotation property that has an IRI corresponding to
owl:backwardCompatibleWith .
|
OWLDataProperty |
getOWLBottomDataProperty() |
OWLObjectProperty |
getOWLBottomObjectProperty() |
OWLClass |
getOWLClass(IRI iri)
Gets an OWL class that has the specified IRI
|
OWLClass |
getOWLClass(java.lang.String abbreviatedIRI,
PrefixManager prefixManager)
Gets an OWLClass that has an IRI that is obtained by expanding an
abbreviated name using an appropriate prefix mapping.
|
OWLClassAssertionAxiom |
getOWLClassAssertionAxiom(OWLClassExpression classExpression,
OWLIndividual individual) |
OWLClassAssertionAxiom |
getOWLClassAssertionAxiom(OWLClassExpression classExpression,
OWLIndividual individual,
java.util.Set<? extends OWLAnnotation> annotations) |
OWLDataAllValuesFrom |
getOWLDataAllValuesFrom(OWLDataPropertyExpression property,
OWLDataRange dataRange) |
OWLDataComplementOf |
getOWLDataComplementOf(OWLDataRange dataRange)
|
OWLDataExactCardinality |
getOWLDataExactCardinality(int cardinality,
OWLDataPropertyExpression property) |
OWLDataExactCardinality |
getOWLDataExactCardinality(int cardinality,
OWLDataPropertyExpression property,
OWLDataRange dataRange) |
OWLDataHasValue |
getOWLDataHasValue(OWLDataPropertyExpression property,
OWLLiteral value) |
OWLDataIntersectionOf |
getOWLDataIntersectionOf(OWLDataRange... dataRanges) |
OWLDataIntersectionOf |
getOWLDataIntersectionOf(java.util.Set<? extends OWLDataRange> dataRanges) |
OWLDataMaxCardinality |
getOWLDataMaxCardinality(int cardinality,
OWLDataPropertyExpression property) |
OWLDataMaxCardinality |
getOWLDataMaxCardinality(int cardinality,
OWLDataPropertyExpression property,
OWLDataRange dataRange) |
OWLDataMinCardinality |
getOWLDataMinCardinality(int cardinality,
OWLDataPropertyExpression property) |
OWLDataMinCardinality |
getOWLDataMinCardinality(int cardinality,
OWLDataPropertyExpression property,
OWLDataRange dataRange) |
OWLDataOneOf |
getOWLDataOneOf(OWLLiteral... values)
|
OWLDataOneOf |
getOWLDataOneOf(java.util.Set<? extends OWLLiteral> values)
|
OWLDataProperty |
getOWLDataProperty(IRI iri)
Gets an OWL data property that has the specified IRI
|
OWLDataProperty |
getOWLDataProperty(java.lang.String abbreviatedIRI,
PrefixManager prefixManager)
Gets an OWLDataProperty that has an IRI that is obtained by expanding an
abbreviated name using an appropriate prefix mapping.
|
OWLDataPropertyAssertionAxiom |
getOWLDataPropertyAssertionAxiom(OWLDataPropertyExpression property,
OWLIndividual subject,
boolean value) |
OWLDataPropertyAssertionAxiom |
getOWLDataPropertyAssertionAxiom(OWLDataPropertyExpression property,
OWLIndividual subject,
double value) |
OWLDataPropertyAssertionAxiom |
getOWLDataPropertyAssertionAxiom(OWLDataPropertyExpression property,
OWLIndividual subject,
float value) |
OWLDataPropertyAssertionAxiom |
getOWLDataPropertyAssertionAxiom(OWLDataPropertyExpression property,
OWLIndividual subject,
int value) |
OWLDataPropertyAssertionAxiom |
getOWLDataPropertyAssertionAxiom(OWLDataPropertyExpression property,
OWLIndividual subject,
OWLLiteral object) |
OWLDataPropertyAssertionAxiom |
getOWLDataPropertyAssertionAxiom(OWLDataPropertyExpression property,
OWLIndividual subject,
OWLLiteral object,
java.util.Set<? extends OWLAnnotation> annotations) |
OWLDataPropertyAssertionAxiom |
getOWLDataPropertyAssertionAxiom(OWLDataPropertyExpression property,
OWLIndividual subject,
java.lang.String value) |
OWLDataPropertyDomainAxiom |
getOWLDataPropertyDomainAxiom(OWLDataPropertyExpression property,
OWLClassExpression domain) |
OWLDataPropertyDomainAxiom |
getOWLDataPropertyDomainAxiom(OWLDataPropertyExpression property,
OWLClassExpression domain,
java.util.Set<? extends OWLAnnotation> annotations) |
OWLDataPropertyRangeAxiom |
getOWLDataPropertyRangeAxiom(OWLDataPropertyExpression property,
OWLDataRange owlDataRange) |
OWLDataPropertyRangeAxiom |
getOWLDataPropertyRangeAxiom(OWLDataPropertyExpression property,
OWLDataRange owlDataRange,
java.util.Set<? extends OWLAnnotation> annotations) |
OWLDataSomeValuesFrom |
getOWLDataSomeValuesFrom(OWLDataPropertyExpression property,
OWLDataRange dataRange)
Gets an OWLDataSomeValuesFrom restriction
|
OWLDatatype |
getOWLDatatype(IRI iri)
Gets an OWLDatatype that has the specified IRI
|
OWLDatatype |
getOWLDatatype(java.lang.String abbreviatedIRI,
PrefixManager prefixManager)
Gets an OWLDatatype that has an IRI that is obtained by expanding an
abbreviated name using an appropriate prefix mapping.
|
OWLDatatypeDefinitionAxiom |
getOWLDatatypeDefinitionAxiom(OWLDatatype datatype,
OWLDataRange dataRange) |
OWLDatatypeDefinitionAxiom |
getOWLDatatypeDefinitionAxiom(OWLDatatype datatype,
OWLDataRange dataRange,
java.util.Set<? extends OWLAnnotation> annotations) |
OWLDatatypeRestriction |
getOWLDatatypeMaxExclusiveRestriction(double maxExclusive)
Creates a datatype restriction on xsd:double with a maxExclusive facet
restriction
|
OWLDatatypeRestriction |
getOWLDatatypeMaxExclusiveRestriction(int maxExclusive)
Creates a datatype restriction on xsd:integer with a maxExclusive facet
restriction
|
OWLDatatypeRestriction |
getOWLDatatypeMaxInclusiveRestriction(double maxInclusive)
Creates a datatype restriction on xsd:double with a maxInclusive facet
restriction
|
OWLDatatypeRestriction |
getOWLDatatypeMaxInclusiveRestriction(int maxInclusive)
Creates a datatype restriction on xsd:integer with a maxInclusive facet
restriction
|
OWLDatatypeRestriction |
getOWLDatatypeMinExclusiveRestriction(double minExclusive)
Creates a datatype restriction on xsd:double with a minExclusive facet
restriction
|
OWLDatatypeRestriction |
getOWLDatatypeMinExclusiveRestriction(int minExclusive)
Creates a datatype restriction on xsd:integer with a minExclusive facet
restriction
|
OWLDatatypeRestriction |
getOWLDatatypeMinInclusiveRestriction(double minInclusive)
Creates a datatype restriction on xsd:double with a minInclusive facet
restriction
|
OWLDatatypeRestriction |
getOWLDatatypeMinInclusiveRestriction(int minInclusive)
Creates a datatype restriction on xsd:integer with a minInclusive facet
restriction
|
OWLDatatypeRestriction |
getOWLDatatypeMinMaxExclusiveRestriction(double minExclusive,
double maxExclusive)
Creates a datatype restriction on xsd:double with min and max exclusive
facet restrictions
|
OWLDatatypeRestriction |
getOWLDatatypeMinMaxExclusiveRestriction(int minExclusive,
int maxExclusive)
Creates a datatype restriction on xsd:integer with min and max exclusive
facet restrictions
|
OWLDatatypeRestriction |
getOWLDatatypeMinMaxInclusiveRestriction(double minInclusive,
double maxInclusive)
Creates a datatype restriction on xsd:double with min and max inclusive
facet restrictions
|
OWLDatatypeRestriction |
getOWLDatatypeMinMaxInclusiveRestriction(int minInclusive,
int maxInclusive)
Creates a datatype restriction on xsd:integer with min and max inclusive
facet restrictions
|
OWLDatatypeRestriction |
getOWLDatatypeRestriction(OWLDatatype dataRange,
OWLFacet facet,
OWLLiteral typedLiteral)
|
OWLDatatypeRestriction |
getOWLDatatypeRestriction(OWLDatatype dataRange,
OWLFacetRestriction... facetRestrictions) |
OWLDatatypeRestriction |
getOWLDatatypeRestriction(OWLDatatype dataRange,
java.util.Set<OWLFacetRestriction> facetRestrictions)
|
OWLDataUnionOf |
getOWLDataUnionOf(OWLDataRange... dataRanges) |
OWLDataUnionOf |
getOWLDataUnionOf(java.util.Set<? extends OWLDataRange> dataRanges) |
OWLDeclarationAxiom |
getOWLDeclarationAxiom(OWLEntity owlEntity)
Gets a declaration for an entity
|
OWLDeclarationAxiom |
getOWLDeclarationAxiom(OWLEntity owlEntity,
java.util.Set<? extends OWLAnnotation> annotations)
Gets a declaration with zero or more annotations for an entity
|
OWLAnnotationProperty |
getOWLDeprecated()
Gets an annotation property that has an IRI corresponding to
owl:backwardCompatibleWith .
|
OWLDifferentIndividualsAxiom |
getOWLDifferentIndividualsAxiom(OWLIndividual... individuals) |
OWLDifferentIndividualsAxiom |
getOWLDifferentIndividualsAxiom(java.util.Set<? extends OWLIndividual> individuals) |
OWLDifferentIndividualsAxiom |
getOWLDifferentIndividualsAxiom(java.util.Set<? extends OWLIndividual> individuals,
java.util.Set<? extends OWLAnnotation> annotations) |
OWLDisjointClassesAxiom |
getOWLDisjointClassesAxiom(OWLClassExpression... classExpressions) |
OWLDisjointClassesAxiom |
getOWLDisjointClassesAxiom(java.util.Set<? extends OWLClassExpression> classExpressions) |
OWLDisjointClassesAxiom |
getOWLDisjointClassesAxiom(java.util.Set<? extends OWLClassExpression> classExpressions,
java.util.Set<? extends OWLAnnotation> annotations) |
OWLDisjointDataPropertiesAxiom |
getOWLDisjointDataPropertiesAxiom(OWLDataPropertyExpression... dataProperties) |
OWLDisjointDataPropertiesAxiom |
getOWLDisjointDataPropertiesAxiom(java.util.Set<? extends OWLDataPropertyExpression> properties) |
OWLDisjointDataPropertiesAxiom |
getOWLDisjointDataPropertiesAxiom(java.util.Set<? extends OWLDataPropertyExpression> properties,
java.util.Set<? extends OWLAnnotation> annotations) |
OWLDisjointObjectPropertiesAxiom |
getOWLDisjointObjectPropertiesAxiom(OWLObjectPropertyExpression... properties) |
OWLDisjointObjectPropertiesAxiom |
getOWLDisjointObjectPropertiesAxiom(java.util.Set<? extends OWLObjectPropertyExpression> properties) |
OWLDisjointObjectPropertiesAxiom |
getOWLDisjointObjectPropertiesAxiom(java.util.Set<? extends OWLObjectPropertyExpression> properties,
java.util.Set<? extends OWLAnnotation> annotations) |
OWLDisjointUnionAxiom |
getOWLDisjointUnionAxiom(OWLClass owlClass,
java.util.Set<? extends OWLClassExpression> classExpressions) |
OWLDisjointUnionAxiom |
getOWLDisjointUnionAxiom(OWLClass owlClass,
java.util.Set<? extends OWLClassExpression> classExpressions,
java.util.Set<? extends OWLAnnotation> annotations) |
<E extends OWLEntity> E |
getOWLEntity(EntityType<E> entityType,
IRI iri)
Gets an entity that has the specified IRI and is of the specified type.
|
OWLEquivalentClassesAxiom |
getOWLEquivalentClassesAxiom(OWLClassExpression... classExpressions) |
OWLEquivalentClassesAxiom |
getOWLEquivalentClassesAxiom(OWLClassExpression clsA,
OWLClassExpression clsB) |
OWLEquivalentClassesAxiom |
getOWLEquivalentClassesAxiom(OWLClassExpression clsA,
OWLClassExpression clsB,
java.util.Set<? extends OWLAnnotation> annotations) |
OWLEquivalentClassesAxiom |
getOWLEquivalentClassesAxiom(java.util.Set<? extends OWLClassExpression> classExpressions) |
OWLEquivalentClassesAxiom |
getOWLEquivalentClassesAxiom(java.util.Set<? extends OWLClassExpression> classExpressions,
java.util.Set<? extends OWLAnnotation> annotations) |
OWLEquivalentDataPropertiesAxiom |
getOWLEquivalentDataPropertiesAxiom(OWLDataPropertyExpression... properties) |
OWLEquivalentDataPropertiesAxiom |
getOWLEquivalentDataPropertiesAxiom(OWLDataPropertyExpression propertyA,
OWLDataPropertyExpression propertyB) |
OWLEquivalentDataPropertiesAxiom |
getOWLEquivalentDataPropertiesAxiom(OWLDataPropertyExpression propertyA,
OWLDataPropertyExpression propertyB,
java.util.Set<? extends OWLAnnotation> annotations) |
OWLEquivalentDataPropertiesAxiom |
getOWLEquivalentDataPropertiesAxiom(java.util.Set<? extends OWLDataPropertyExpression> properties) |
OWLEquivalentDataPropertiesAxiom |
getOWLEquivalentDataPropertiesAxiom(java.util.Set<? extends OWLDataPropertyExpression> properties,
java.util.Set<? extends OWLAnnotation> annotations) |
OWLEquivalentObjectPropertiesAxiom |
getOWLEquivalentObjectPropertiesAxiom(OWLObjectPropertyExpression... properties) |
OWLEquivalentObjectPropertiesAxiom |
getOWLEquivalentObjectPropertiesAxiom(OWLObjectPropertyExpression propertyA,
OWLObjectPropertyExpression propertyB) |
OWLEquivalentObjectPropertiesAxiom |
getOWLEquivalentObjectPropertiesAxiom(OWLObjectPropertyExpression propertyA,
OWLObjectPropertyExpression propertyB,
java.util.Set<? extends OWLAnnotation> annotations) |
OWLEquivalentObjectPropertiesAxiom |
getOWLEquivalentObjectPropertiesAxiom(java.util.Set<? extends OWLObjectPropertyExpression> properties) |
OWLEquivalentObjectPropertiesAxiom |
getOWLEquivalentObjectPropertiesAxiom(java.util.Set<? extends OWLObjectPropertyExpression> properties,
java.util.Set<? extends OWLAnnotation> annotations) |
OWLFacetRestriction |
getOWLFacetRestriction(OWLFacet facet,
double facetValue) |
OWLFacetRestriction |
getOWLFacetRestriction(OWLFacet facet,
float facetValue) |
OWLFacetRestriction |
getOWLFacetRestriction(OWLFacet facet,
int facetValue) |
OWLFacetRestriction |
getOWLFacetRestriction(OWLFacet facet,
OWLLiteral facetValue) |
OWLFunctionalDataPropertyAxiom |
getOWLFunctionalDataPropertyAxiom(OWLDataPropertyExpression property) |
OWLFunctionalDataPropertyAxiom |
getOWLFunctionalDataPropertyAxiom(OWLDataPropertyExpression property,
java.util.Set<? extends OWLAnnotation> annotations) |
OWLFunctionalObjectPropertyAxiom |
getOWLFunctionalObjectPropertyAxiom(OWLObjectPropertyExpression property) |
OWLFunctionalObjectPropertyAxiom |
getOWLFunctionalObjectPropertyAxiom(OWLObjectPropertyExpression property,
java.util.Set<? extends OWLAnnotation> annotations) |
OWLHasKeyAxiom |
getOWLHasKeyAxiom(OWLClassExpression ce,
OWLPropertyExpression<?,?>... properties) |
OWLHasKeyAxiom |
getOWLHasKeyAxiom(OWLClassExpression ce,
java.util.Set<? extends OWLPropertyExpression<?,?>> properties) |
OWLHasKeyAxiom |
getOWLHasKeyAxiom(OWLClassExpression ce,
java.util.Set<? extends OWLPropertyExpression<?,?>> objectProperties,
java.util.Set<? extends OWLAnnotation> annotations) |
OWLImportsDeclaration |
getOWLImportsDeclaration(IRI importedOntologyIRI) |
OWLAnnotationProperty |
getOWLIncompatibleWith()
Gets an annotation property that has an IRI corresponding to
owl:incompatibleWith .
|
OWLInverseFunctionalObjectPropertyAxiom |
getOWLInverseFunctionalObjectPropertyAxiom(OWLObjectPropertyExpression property) |
OWLInverseFunctionalObjectPropertyAxiom |
getOWLInverseFunctionalObjectPropertyAxiom(OWLObjectPropertyExpression property,
java.util.Set<? extends OWLAnnotation> annotations) |
OWLInverseObjectPropertiesAxiom |
getOWLInverseObjectPropertiesAxiom(OWLObjectPropertyExpression forwardProperty,
OWLObjectPropertyExpression inverseProperty) |
OWLInverseObjectPropertiesAxiom |
getOWLInverseObjectPropertiesAxiom(OWLObjectPropertyExpression forwardProperty,
OWLObjectPropertyExpression inverseProperty,
java.util.Set<? extends OWLAnnotation> annotations) |
OWLIrreflexiveObjectPropertyAxiom |
getOWLIrreflexiveObjectPropertyAxiom(OWLObjectPropertyExpression property) |
OWLIrreflexiveObjectPropertyAxiom |
getOWLIrreflexiveObjectPropertyAxiom(OWLObjectPropertyExpression property,
java.util.Set<? extends OWLAnnotation> annotations) |
OWLLiteral |
getOWLLiteral(boolean value)
Convenience method that obtains a literal typed as a boolean.
|
OWLLiteral |
getOWLLiteral(double value)
Convenience method that obtains a literal typed as a double.
|
OWLLiteral |
getOWLLiteral(float value)
Convenience method that obtains a literal typed as a float.
|
OWLLiteral |
getOWLLiteral(int value)
Convenience method that obtains a literal typed as an integer.
|
OWLLiteral |
getOWLLiteral(java.lang.String value)
Gets a literal that has the specified lexical value, and has the datatype
xsd:string.
|
OWLLiteral |
getOWLLiteral(java.lang.String lexicalValue,
OWL2Datatype datatype)
Gets an OWLLiteral , which has the specified lexical value,
and is typed with the specified datatype.
|
OWLLiteral |
getOWLLiteral(java.lang.String lexicalValue,
OWLDatatype datatype)
Gets an OWLLiteral , which has the specified lexical value,
and is typed with the specified datatype.
|
OWLLiteral |
getOWLLiteral(java.lang.String literal,
java.lang.String lang)
Gets an OWLLiteral with a language tag.
|
OWLNamedIndividual |
getOWLNamedIndividual(IRI iri)
Gets an OWL individual that has the specified IRI
|
OWLNamedIndividual |
getOWLNamedIndividual(java.lang.String abbreviatedIRI,
PrefixManager prefixManager)
Gets an OWLNamedIndividual that has an IRI that is obtained by expanding
an abbreviated name using an appropriate prefix mapping.
|
OWLNegativeDataPropertyAssertionAxiom |
getOWLNegativeDataPropertyAssertionAxiom(OWLDataPropertyExpression property,
OWLIndividual subject,
OWLLiteral object) |
OWLNegativeDataPropertyAssertionAxiom |
getOWLNegativeDataPropertyAssertionAxiom(OWLDataPropertyExpression property,
OWLIndividual subject,
OWLLiteral object,
java.util.Set<? extends OWLAnnotation> annotations) |
OWLNegativeObjectPropertyAssertionAxiom |
getOWLNegativeObjectPropertyAssertionAxiom(OWLObjectPropertyExpression property,
OWLIndividual subject,
OWLIndividual object) |
OWLNegativeObjectPropertyAssertionAxiom |
getOWLNegativeObjectPropertyAssertionAxiom(OWLObjectPropertyExpression property,
OWLIndividual subject,
OWLIndividual object,
java.util.Set<? extends OWLAnnotation> annotations) |
OWLClass |
getOWLNothing()
Gets the built in owl:Nothing class, which has a URI of
<http://www.w3.org/2002/07/owl#Nothing>
|
OWLObjectAllValuesFrom |
getOWLObjectAllValuesFrom(OWLObjectPropertyExpression property,
OWLClassExpression classExpression) |
OWLObjectComplementOf |
getOWLObjectComplementOf(OWLClassExpression operand) |
OWLObjectExactCardinality |
getOWLObjectExactCardinality(int cardinality,
OWLObjectPropertyExpression property) |
OWLObjectExactCardinality |
getOWLObjectExactCardinality(int cardinality,
OWLObjectPropertyExpression property,
OWLClassExpression classExpression) |
OWLObjectHasSelf |
getOWLObjectHasSelf(OWLObjectPropertyExpression property) |
OWLObjectHasValue |
getOWLObjectHasValue(OWLObjectPropertyExpression property,
OWLIndividual individual) |
OWLObjectIntersectionOf |
getOWLObjectIntersectionOf(OWLClassExpression... operands) |
OWLObjectIntersectionOf |
getOWLObjectIntersectionOf(java.util.Set<? extends OWLClassExpression> operands) |
OWLObjectInverseOf |
getOWLObjectInverseOf(OWLObjectPropertyExpression property)
Gets the inverse of an object property.
|
OWLObjectMaxCardinality |
getOWLObjectMaxCardinality(int cardinality,
OWLObjectPropertyExpression property) |
OWLObjectMaxCardinality |
getOWLObjectMaxCardinality(int cardinality,
OWLObjectPropertyExpression property,
OWLClassExpression classExpression) |
OWLObjectMinCardinality |
getOWLObjectMinCardinality(int cardinality,
OWLObjectPropertyExpression property) |
OWLObjectMinCardinality |
getOWLObjectMinCardinality(int cardinality,
OWLObjectPropertyExpression property,
OWLClassExpression classExpression) |
OWLObjectOneOf |
getOWLObjectOneOf(OWLIndividual... individuals) |
OWLObjectOneOf |
getOWLObjectOneOf(java.util.Set<? extends OWLIndividual> values) |
OWLObjectProperty |
getOWLObjectProperty(IRI iri)
Gets an OWL object property that has the specified IRI
|
OWLObjectProperty |
getOWLObjectProperty(java.lang.String abbreviatedIRI,
PrefixManager prefixManager)
Gets an OWLObjectProperty that has an IRI that is obtained by expanding
an abbreviated name using an appropriate prefix mapping.
|
OWLObjectPropertyAssertionAxiom |
getOWLObjectPropertyAssertionAxiom(OWLObjectPropertyExpression property,
OWLIndividual individual,
OWLIndividual object) |
OWLObjectPropertyAssertionAxiom |
getOWLObjectPropertyAssertionAxiom(OWLObjectPropertyExpression property,
OWLIndividual individual,
OWLIndividual object,
java.util.Set<? extends OWLAnnotation> annotations) |
OWLObjectPropertyDomainAxiom |
getOWLObjectPropertyDomainAxiom(OWLObjectPropertyExpression property,
OWLClassExpression classExpression) |
OWLObjectPropertyDomainAxiom |
getOWLObjectPropertyDomainAxiom(OWLObjectPropertyExpression property,
OWLClassExpression classExpression,
java.util.Set<? extends OWLAnnotation> annotations) |
OWLObjectPropertyRangeAxiom |
getOWLObjectPropertyRangeAxiom(OWLObjectPropertyExpression property,
OWLClassExpression range) |
OWLObjectPropertyRangeAxiom |
getOWLObjectPropertyRangeAxiom(OWLObjectPropertyExpression property,
OWLClassExpression range,
java.util.Set<? extends OWLAnnotation> annotations) |
OWLObjectSomeValuesFrom |
getOWLObjectSomeValuesFrom(OWLObjectPropertyExpression property,
OWLClassExpression classExpression)
Gets an OWLObjectSomeValuesFrom restriction
|
OWLObjectUnionOf |
getOWLObjectUnionOf(OWLClassExpression... operands) |
OWLObjectUnionOf |
getOWLObjectUnionOf(java.util.Set<? extends OWLClassExpression> operands) |
OWLReflexiveObjectPropertyAxiom |
getOWLReflexiveObjectPropertyAxiom(OWLObjectPropertyExpression property) |
OWLReflexiveObjectPropertyAxiom |
getOWLReflexiveObjectPropertyAxiom(OWLObjectPropertyExpression property,
java.util.Set<? extends OWLAnnotation> annotations) |
OWLSameIndividualAxiom |
getOWLSameIndividualAxiom(OWLIndividual... individual) |
OWLSameIndividualAxiom |
getOWLSameIndividualAxiom(java.util.Set<? extends OWLIndividual> individuals) |
OWLSameIndividualAxiom |
getOWLSameIndividualAxiom(java.util.Set<? extends OWLIndividual> individuals,
java.util.Set<? extends OWLAnnotation> annotations) |
OWLLiteral |
getOWLStringLiteral(java.lang.String literal)
|
OWLLiteral |
getOWLStringLiteral(java.lang.String literal,
java.lang.String lang)
|
OWLSubAnnotationPropertyOfAxiom |
getOWLSubAnnotationPropertyOfAxiom(OWLAnnotationProperty sub,
OWLAnnotationProperty sup) |
OWLSubAnnotationPropertyOfAxiom |
getOWLSubAnnotationPropertyOfAxiom(OWLAnnotationProperty sub,
OWLAnnotationProperty sup,
java.util.Set<? extends OWLAnnotation> annotations) |
OWLSubClassOfAxiom |
getOWLSubClassOfAxiom(OWLClassExpression subClass,
OWLClassExpression superClass) |
OWLSubClassOfAxiom |
getOWLSubClassOfAxiom(OWLClassExpression subClass,
OWLClassExpression superClass,
java.util.Set<? extends OWLAnnotation> annotations) |
OWLSubDataPropertyOfAxiom |
getOWLSubDataPropertyOfAxiom(OWLDataPropertyExpression subProperty,
OWLDataPropertyExpression superProperty) |
OWLSubDataPropertyOfAxiom |
getOWLSubDataPropertyOfAxiom(OWLDataPropertyExpression subProperty,
OWLDataPropertyExpression superProperty,
java.util.Set<? extends OWLAnnotation> annotations) |
OWLSubObjectPropertyOfAxiom |
getOWLSubObjectPropertyOfAxiom(OWLObjectPropertyExpression subProperty,
OWLObjectPropertyExpression superProperty) |
OWLSubObjectPropertyOfAxiom |
getOWLSubObjectPropertyOfAxiom(OWLObjectPropertyExpression subProperty,
OWLObjectPropertyExpression superProperty,
java.util.Set<? extends OWLAnnotation> annotations) |
OWLSubPropertyChainOfAxiom |
getOWLSubPropertyChainOfAxiom(java.util.List<? extends OWLObjectPropertyExpression> chain,
OWLObjectPropertyExpression superProperty) |
OWLSubPropertyChainOfAxiom |
getOWLSubPropertyChainOfAxiom(java.util.List<? extends OWLObjectPropertyExpression> chain,
OWLObjectPropertyExpression superProperty,
java.util.Set<? extends OWLAnnotation> annotations) |
OWLSymmetricObjectPropertyAxiom |
getOWLSymmetricObjectPropertyAxiom(OWLObjectPropertyExpression property) |
OWLSymmetricObjectPropertyAxiom |
getOWLSymmetricObjectPropertyAxiom(OWLObjectPropertyExpression property,
java.util.Set<? extends OWLAnnotation> annotations) |
OWLClass |
getOWLThing()
Gets the built in owl:Thing class, which has a URI of
<http://www.w3.org/2002/07/owl#Thing>
|
OWLDataProperty |
getOWLTopDataProperty() |
OWLObjectProperty |
getOWLTopObjectProperty() |
OWLTransitiveObjectPropertyAxiom |
getOWLTransitiveObjectPropertyAxiom(OWLObjectPropertyExpression property) |
OWLTransitiveObjectPropertyAxiom |
getOWLTransitiveObjectPropertyAxiom(OWLObjectPropertyExpression property,
java.util.Set<? extends OWLAnnotation> annotations) |
OWLLiteral |
getOWLTypedLiteral(boolean value)
|
OWLLiteral |
getOWLTypedLiteral(double value)
|
OWLLiteral |
getOWLTypedLiteral(float value)
|
OWLLiteral |
getOWLTypedLiteral(int value)
|
OWLLiteral |
getOWLTypedLiteral(java.lang.String value)
|
OWLLiteral |
getOWLTypedLiteral(java.lang.String literal,
OWL2Datatype datatype)
|
OWLLiteral |
getOWLTypedLiteral(java.lang.String literal,
OWLDatatype datatype)
|
OWLAnnotationProperty |
getOWLVersionInfo()
Gets an annotation property that has an IRI corresponding to
owl:versionInfo .
|
OWLDatatype |
getRDFPlainLiteral()
Gets the rdf:PlainLiteral datatype.
|
OWLAnnotationProperty |
getRDFSComment()
Gets an annotation property that has an IRI corresponding to
rdfs:comment .
|
OWLAnnotationProperty |
getRDFSIsDefinedBy()
Gets an annotation property that has an IRI corresponding to
rdfs:isDefinedBy .
|
OWLAnnotationProperty |
getRDFSLabel()
Gets an annotation property that has an IRI corresponding to
rdfs:label .
|
OWLAnnotationProperty |
getRDFSSeeAlso()
Gets an annotation property that has an IRI corresponding to
rdfs:seeAlso .
|
OWLDatatype |
getTopDatatype()
Gets the built in data range corresponding to the top data type (like
owl:Thing but for data ranges), this datatype is rdfs:Literal, and has a
URI of $lt;http://www.w3.org/2000/01/rdf-schema#>
|
void |
purge()
Empty all caches
|