Methods
| Modifier and Type |
Method and Description |
OWLDatatype |
getBooleanOWLDatatype() |
OWLAnnotationAssertionAxiom |
getDeprecatedOWLAnnotationAssertionAxiom(IRI subject) |
OWLDatatype |
getDoubleOWLDatatype() |
OWLDatatype |
getFloatOWLDatatype() |
static OWLDataFactory |
getInstance()
Deprecated.
Do not create data factories directly; use
OWLOntologyManager::getOWLDataFactory()
|
OWLDatatype |
getIntegerOWLDatatype() |
OWLAnnotation |
getOWLAnnotation(OWLAnnotationProperty property,
OWLAnnotationValue value) |
OWLAnnotation |
getOWLAnnotation(OWLAnnotationProperty property,
OWLAnnotationValue value,
Set<? extends OWLAnnotation> annotations) |
OWLAnnotationAssertionAxiom |
getOWLAnnotationAssertionAxiom(OWLAnnotationProperty property,
OWLAnnotationSubject subject,
OWLAnnotationValue value) |
OWLAnnotationAssertionAxiom |
getOWLAnnotationAssertionAxiom(OWLAnnotationProperty property,
OWLAnnotationSubject subject,
OWLAnnotationValue value,
Set<? extends OWLAnnotation> annotations) |
OWLAnnotationAssertionAxiom |
getOWLAnnotationAssertionAxiom(OWLAnnotationSubject subject,
OWLAnnotation annotation) |
OWLAnnotationAssertionAxiom |
getOWLAnnotationAssertionAxiom(OWLAnnotationSubject subject,
OWLAnnotation annotation,
Set<? extends OWLAnnotation> annotations) |
OWLAnnotationProperty |
getOWLAnnotationProperty(IRI iri) |
OWLAnnotationProperty |
getOWLAnnotationProperty(String abbreviatedIRI,
PrefixManager prefixManager) |
OWLAnnotationPropertyDomainAxiom |
getOWLAnnotationPropertyDomainAxiom(OWLAnnotationProperty prop,
IRI domain) |
OWLAnnotationPropertyDomainAxiom |
getOWLAnnotationPropertyDomainAxiom(OWLAnnotationProperty prop,
IRI domain,
Set<? extends OWLAnnotation> annotations) |
OWLAnnotationPropertyRangeAxiom |
getOWLAnnotationPropertyRangeAxiom(OWLAnnotationProperty prop,
IRI range) |
OWLAnnotationPropertyRangeAxiom |
getOWLAnnotationPropertyRangeAxiom(OWLAnnotationProperty prop,
IRI range,
Set<? extends OWLAnnotation> annotations) |
OWLAnonymousIndividual |
getOWLAnonymousIndividual() |
OWLAnonymousIndividual |
getOWLAnonymousIndividual(String id) |
OWLAsymmetricObjectPropertyAxiom |
getOWLAsymmetricObjectPropertyAxiom(OWLObjectPropertyExpression propertyExpression) |
OWLAsymmetricObjectPropertyAxiom |
getOWLAsymmetricObjectPropertyAxiom(OWLObjectPropertyExpression propertyExpression,
Set<? extends OWLAnnotation> annotations) |
OWLAnnotationProperty |
getOWLBackwardCompatibleWith() |
OWLDataProperty |
getOWLBottomDataProperty() |
OWLObjectProperty |
getOWLBottomObjectProperty() |
OWLClass |
getOWLClass(IRI iri) |
OWLClass |
getOWLClass(String iri,
PrefixManager prefixManager) |
OWLClassAssertionAxiom |
getOWLClassAssertionAxiom(OWLClassExpression classExpression,
OWLIndividual individual) |
OWLClassAssertionAxiom |
getOWLClassAssertionAxiom(OWLClassExpression classExpression,
OWLIndividual individual,
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(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(Set<? extends OWLLiteral> values) |
OWLDataProperty |
getOWLDataProperty(IRI iri) |
OWLDataProperty |
getOWLDataProperty(String curi,
PrefixManager prefixManager) |
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,
Set<? extends OWLAnnotation> annotations) |
OWLDataPropertyAssertionAxiom |
getOWLDataPropertyAssertionAxiom(OWLDataPropertyExpression property,
OWLIndividual subject,
String value) |
OWLDataPropertyDomainAxiom |
getOWLDataPropertyDomainAxiom(OWLDataPropertyExpression property,
OWLClassExpression domain) |
OWLDataPropertyDomainAxiom |
getOWLDataPropertyDomainAxiom(OWLDataPropertyExpression property,
OWLClassExpression domain,
Set<? extends OWLAnnotation> annotations) |
OWLDataPropertyRangeAxiom |
getOWLDataPropertyRangeAxiom(OWLDataPropertyExpression property,
OWLDataRange owlDataRange) |
OWLDataPropertyRangeAxiom |
getOWLDataPropertyRangeAxiom(OWLDataPropertyExpression property,
OWLDataRange owlDataRange,
Set<? extends OWLAnnotation> annotations) |
OWLDataSomeValuesFrom |
getOWLDataSomeValuesFrom(OWLDataPropertyExpression property,
OWLDataRange dataRange) |
OWLDatatype |
getOWLDatatype(IRI iri) |
OWLDatatype |
getOWLDatatype(String abbreviatedIRI,
PrefixManager prefixManager) |
OWLDatatypeDefinitionAxiom |
getOWLDatatypeDefinitionAxiom(OWLDatatype datatype,
OWLDataRange dataRange) |
OWLDatatypeDefinitionAxiom |
getOWLDatatypeDefinitionAxiom(OWLDatatype datatype,
OWLDataRange dataRange,
Set<? extends OWLAnnotation> annotations) |
OWLDatatypeRestriction |
getOWLDatatypeMaxExclusiveRestriction(double maxExclusive) |
OWLDatatypeRestriction |
getOWLDatatypeMaxExclusiveRestriction(int maxExclusive) |
OWLDatatypeRestriction |
getOWLDatatypeMaxInclusiveRestriction(double maxInclusive) |
OWLDatatypeRestriction |
getOWLDatatypeMaxInclusiveRestriction(int maxInclusive) |
OWLDatatypeRestriction |
getOWLDatatypeMinExclusiveRestriction(double minExclusive) |
OWLDatatypeRestriction |
getOWLDatatypeMinExclusiveRestriction(int minExclusive) |
OWLDatatypeRestriction |
getOWLDatatypeMinInclusiveRestriction(double minInclusive) |
OWLDatatypeRestriction |
getOWLDatatypeMinInclusiveRestriction(int minInclusive) |
OWLDatatypeRestriction |
getOWLDatatypeMinMaxExclusiveRestriction(double minExclusive,
double maxExclusive) |
OWLDatatypeRestriction |
getOWLDatatypeMinMaxExclusiveRestriction(int minExclusive,
int maxExclusive) |
OWLDatatypeRestriction |
getOWLDatatypeMinMaxInclusiveRestriction(double minInclusive,
double maxInclusive) |
OWLDatatypeRestriction |
getOWLDatatypeMinMaxInclusiveRestriction(int minInclusive,
int maxInclusive) |
OWLDatatypeRestriction |
getOWLDatatypeRestriction(OWLDatatype datatype,
OWLFacet facet,
OWLLiteral typedConstant) |
OWLDatatypeRestriction |
getOWLDatatypeRestriction(OWLDatatype dataRange,
OWLFacetRestriction... facetRestrictions) |
OWLDatatypeRestriction |
getOWLDatatypeRestriction(OWLDatatype datatype,
Set<OWLFacetRestriction> facets) |
OWLDataUnionOf |
getOWLDataUnionOf(OWLDataRange... dataRanges) |
OWLDataUnionOf |
getOWLDataUnionOf(Set<? extends OWLDataRange> dataRanges) |
OWLDeclarationAxiom |
getOWLDeclarationAxiom(OWLEntity owlEntity) |
OWLDeclarationAxiom |
getOWLDeclarationAxiom(OWLEntity owlEntity,
Set<? extends OWLAnnotation> annotations) |
OWLAnnotationProperty |
getOWLDeprecated() |
OWLDifferentIndividualsAxiom |
getOWLDifferentIndividualsAxiom(OWLIndividual... individuals) |
OWLDifferentIndividualsAxiom |
getOWLDifferentIndividualsAxiom(Set<? extends OWLIndividual> individuals) |
OWLDifferentIndividualsAxiom |
getOWLDifferentIndividualsAxiom(Set<? extends OWLIndividual> individuals,
Set<? extends OWLAnnotation> annotations) |
OWLDisjointClassesAxiom |
getOWLDisjointClassesAxiom(OWLClassExpression... classExpressions) |
OWLDisjointClassesAxiom |
getOWLDisjointClassesAxiom(Set<? extends OWLClassExpression> classExpressions) |
OWLDisjointClassesAxiom |
getOWLDisjointClassesAxiom(Set<? extends OWLClassExpression> classExpressions,
Set<? extends OWLAnnotation> annotations) |
OWLDisjointDataPropertiesAxiom |
getOWLDisjointDataPropertiesAxiom(OWLDataPropertyExpression... properties) |
OWLDisjointDataPropertiesAxiom |
getOWLDisjointDataPropertiesAxiom(Set<? extends OWLDataPropertyExpression> properties) |
OWLDisjointDataPropertiesAxiom |
getOWLDisjointDataPropertiesAxiom(Set<? extends OWLDataPropertyExpression> properties,
Set<? extends OWLAnnotation> annotations) |
OWLDisjointObjectPropertiesAxiom |
getOWLDisjointObjectPropertiesAxiom(OWLObjectPropertyExpression... properties) |
OWLDisjointObjectPropertiesAxiom |
getOWLDisjointObjectPropertiesAxiom(Set<? extends OWLObjectPropertyExpression> properties) |
OWLDisjointObjectPropertiesAxiom |
getOWLDisjointObjectPropertiesAxiom(Set<? extends OWLObjectPropertyExpression> properties,
Set<? extends OWLAnnotation> annotations) |
OWLDisjointUnionAxiom |
getOWLDisjointUnionAxiom(OWLClass owlClass,
Set<? extends OWLClassExpression> classExpressions) |
OWLDisjointUnionAxiom |
getOWLDisjointUnionAxiom(OWLClass owlClass,
Set<? extends OWLClassExpression> classExpressions,
Set<? extends OWLAnnotation> annotations) |
<E extends OWLEntity> E |
getOWLEntity(EntityType<E> entityType,
IRI iri) |
OWLEquivalentClassesAxiom |
getOWLEquivalentClassesAxiom(OWLClassExpression... classExpressions) |
OWLEquivalentClassesAxiom |
getOWLEquivalentClassesAxiom(OWLClassExpression clsA,
OWLClassExpression clsB) |
OWLEquivalentClassesAxiom |
getOWLEquivalentClassesAxiom(OWLClassExpression clsA,
OWLClassExpression clsB,
Set<? extends OWLAnnotation> annotations) |
OWLEquivalentClassesAxiom |
getOWLEquivalentClassesAxiom(Set<? extends OWLClassExpression> classExpressions) |
OWLEquivalentClassesAxiom |
getOWLEquivalentClassesAxiom(Set<? extends OWLClassExpression> classExpressions,
Set<? extends OWLAnnotation> annotations) |
OWLEquivalentDataPropertiesAxiom |
getOWLEquivalentDataPropertiesAxiom(OWLDataPropertyExpression... properties) |
OWLEquivalentDataPropertiesAxiom |
getOWLEquivalentDataPropertiesAxiom(OWLDataPropertyExpression propertyA,
OWLDataPropertyExpression propertyB) |
OWLEquivalentDataPropertiesAxiom |
getOWLEquivalentDataPropertiesAxiom(OWLDataPropertyExpression propertyA,
OWLDataPropertyExpression propertyB,
Set<? extends OWLAnnotation> annotations) |
OWLEquivalentDataPropertiesAxiom |
getOWLEquivalentDataPropertiesAxiom(Set<? extends OWLDataPropertyExpression> properties) |
OWLEquivalentDataPropertiesAxiom |
getOWLEquivalentDataPropertiesAxiom(Set<? extends OWLDataPropertyExpression> properties,
Set<? extends OWLAnnotation> annotations) |
OWLEquivalentObjectPropertiesAxiom |
getOWLEquivalentObjectPropertiesAxiom(OWLObjectPropertyExpression... properties) |
OWLEquivalentObjectPropertiesAxiom |
getOWLEquivalentObjectPropertiesAxiom(OWLObjectPropertyExpression propertyA,
OWLObjectPropertyExpression propertyB) |
OWLEquivalentObjectPropertiesAxiom |
getOWLEquivalentObjectPropertiesAxiom(OWLObjectPropertyExpression propertyA,
OWLObjectPropertyExpression propertyB,
Set<? extends OWLAnnotation> annotations) |
OWLEquivalentObjectPropertiesAxiom |
getOWLEquivalentObjectPropertiesAxiom(Set<? extends OWLObjectPropertyExpression> properties) |
OWLEquivalentObjectPropertiesAxiom |
getOWLEquivalentObjectPropertiesAxiom(Set<? extends OWLObjectPropertyExpression> properties,
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,
Set<? extends OWLAnnotation> annotations) |
OWLFunctionalObjectPropertyAxiom |
getOWLFunctionalObjectPropertyAxiom(OWLObjectPropertyExpression property) |
OWLFunctionalObjectPropertyAxiom |
getOWLFunctionalObjectPropertyAxiom(OWLObjectPropertyExpression property,
Set<? extends OWLAnnotation> annotations) |
OWLHasKeyAxiom |
getOWLHasKeyAxiom(OWLClassExpression ce,
OWLPropertyExpression<?,?>... properties) |
OWLHasKeyAxiom |
getOWLHasKeyAxiom(OWLClassExpression ce,
Set<? extends OWLPropertyExpression<?,?>> properties) |
OWLHasKeyAxiom |
getOWLHasKeyAxiom(OWLClassExpression ce,
Set<? extends OWLPropertyExpression<?,?>> properties,
Set<? extends OWLAnnotation> annotations) |
OWLImportsDeclaration |
getOWLImportsDeclaration(IRI importedOntologyIRI) |
OWLAnnotationProperty |
getOWLIncompatibleWith() |
OWLInverseFunctionalObjectPropertyAxiom |
getOWLInverseFunctionalObjectPropertyAxiom(OWLObjectPropertyExpression property) |
OWLInverseFunctionalObjectPropertyAxiom |
getOWLInverseFunctionalObjectPropertyAxiom(OWLObjectPropertyExpression property,
Set<? extends OWLAnnotation> annotations) |
OWLInverseObjectPropertiesAxiom |
getOWLInverseObjectPropertiesAxiom(OWLObjectPropertyExpression forwardProperty,
OWLObjectPropertyExpression inverseProperty) |
OWLInverseObjectPropertiesAxiom |
getOWLInverseObjectPropertiesAxiom(OWLObjectPropertyExpression forwardProperty,
OWLObjectPropertyExpression inverseProperty,
Set<? extends OWLAnnotation> annotations) |
OWLIrreflexiveObjectPropertyAxiom |
getOWLIrreflexiveObjectPropertyAxiom(OWLObjectPropertyExpression property) |
OWLIrreflexiveObjectPropertyAxiom |
getOWLIrreflexiveObjectPropertyAxiom(OWLObjectPropertyExpression property,
Set<? extends OWLAnnotation> annotations) |
OWLLiteral |
getOWLLiteral(boolean value) |
OWLLiteral |
getOWLLiteral(double value) |
OWLLiteral |
getOWLLiteral(float value) |
OWLLiteral |
getOWLLiteral(int value) |
OWLLiteral |
getOWLLiteral(String value) |
OWLLiteral |
getOWLLiteral(String lexicalValue,
OWL2Datatype datatype) |
OWLLiteral |
getOWLLiteral(String lexicalValue,
OWLDatatype datatype) |
OWLLiteral |
getOWLLiteral(String literal,
String lang) |
OWLNamedIndividual |
getOWLNamedIndividual(IRI iri) |
OWLNamedIndividual |
getOWLNamedIndividual(String curi,
PrefixManager prefixManager) |
OWLNegativeDataPropertyAssertionAxiom |
getOWLNegativeDataPropertyAssertionAxiom(OWLDataPropertyExpression property,
OWLIndividual subject,
OWLLiteral object) |
OWLNegativeDataPropertyAssertionAxiom |
getOWLNegativeDataPropertyAssertionAxiom(OWLDataPropertyExpression property,
OWLIndividual subject,
OWLLiteral object,
Set<? extends OWLAnnotation> annotations) |
OWLNegativeObjectPropertyAssertionAxiom |
getOWLNegativeObjectPropertyAssertionAxiom(OWLObjectPropertyExpression property,
OWLIndividual subject,
OWLIndividual object) |
OWLNegativeObjectPropertyAssertionAxiom |
getOWLNegativeObjectPropertyAssertionAxiom(OWLObjectPropertyExpression property,
OWLIndividual subject,
OWLIndividual object,
Set<? extends OWLAnnotation> annotations) |
OWLClass |
getOWLNothing() |
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(Set<? extends OWLClassExpression> operands) |
OWLObjectInverseOf |
getOWLObjectInverseOf(OWLObjectPropertyExpression 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(Set<? extends OWLIndividual> values) |
OWLObjectProperty |
getOWLObjectProperty(IRI iri) |
OWLObjectProperty |
getOWLObjectProperty(String curi,
PrefixManager prefixManager) |
OWLObjectPropertyAssertionAxiom |
getOWLObjectPropertyAssertionAxiom(OWLObjectPropertyExpression property,
OWLIndividual subject,
OWLIndividual object) |
OWLObjectPropertyAssertionAxiom |
getOWLObjectPropertyAssertionAxiom(OWLObjectPropertyExpression property,
OWLIndividual individual,
OWLIndividual object,
Set<? extends OWLAnnotation> annotations) |
OWLObjectPropertyDomainAxiom |
getOWLObjectPropertyDomainAxiom(OWLObjectPropertyExpression property,
OWLClassExpression classExpression) |
OWLObjectPropertyDomainAxiom |
getOWLObjectPropertyDomainAxiom(OWLObjectPropertyExpression property,
OWLClassExpression classExpression,
Set<? extends OWLAnnotation> annotations) |
OWLObjectPropertyRangeAxiom |
getOWLObjectPropertyRangeAxiom(OWLObjectPropertyExpression property,
OWLClassExpression range) |
OWLObjectPropertyRangeAxiom |
getOWLObjectPropertyRangeAxiom(OWLObjectPropertyExpression property,
OWLClassExpression range,
Set<? extends OWLAnnotation> annotations) |
OWLObjectSomeValuesFrom |
getOWLObjectSomeValuesFrom(OWLObjectPropertyExpression property,
OWLClassExpression classExpression) |
OWLObjectUnionOf |
getOWLObjectUnionOf(OWLClassExpression... operands) |
OWLObjectUnionOf |
getOWLObjectUnionOf(Set<? extends OWLClassExpression> operands) |
OWLReflexiveObjectPropertyAxiom |
getOWLReflexiveObjectPropertyAxiom(OWLObjectPropertyExpression property) |
OWLReflexiveObjectPropertyAxiom |
getOWLReflexiveObjectPropertyAxiom(OWLObjectPropertyExpression property,
Set<? extends OWLAnnotation> annotations) |
OWLSameIndividualAxiom |
getOWLSameIndividualAxiom(OWLIndividual... individuals) |
OWLSameIndividualAxiom |
getOWLSameIndividualAxiom(Set<? extends OWLIndividual> individuals) |
OWLSameIndividualAxiom |
getOWLSameIndividualAxiom(Set<? extends OWLIndividual> individuals,
Set<? extends OWLAnnotation> annotations) |
OWLLiteral |
getOWLStringLiteral(String literal)
Deprecated.
|
OWLLiteral |
getOWLStringLiteral(String literal,
String lang)
Deprecated.
|
OWLSubAnnotationPropertyOfAxiom |
getOWLSubAnnotationPropertyOfAxiom(OWLAnnotationProperty sub,
OWLAnnotationProperty sup) |
OWLSubAnnotationPropertyOfAxiom |
getOWLSubAnnotationPropertyOfAxiom(OWLAnnotationProperty sub,
OWLAnnotationProperty sup,
Set<? extends OWLAnnotation> annotations) |
OWLSubClassOfAxiom |
getOWLSubClassOfAxiom(OWLClassExpression subClass,
OWLClassExpression superClass) |
OWLSubClassOfAxiom |
getOWLSubClassOfAxiom(OWLClassExpression subClass,
OWLClassExpression superClass,
Set<? extends OWLAnnotation> annotations) |
OWLSubDataPropertyOfAxiom |
getOWLSubDataPropertyOfAxiom(OWLDataPropertyExpression subProperty,
OWLDataPropertyExpression superProperty) |
OWLSubDataPropertyOfAxiom |
getOWLSubDataPropertyOfAxiom(OWLDataPropertyExpression subProperty,
OWLDataPropertyExpression superProperty,
Set<? extends OWLAnnotation> annotations) |
OWLSubObjectPropertyOfAxiom |
getOWLSubObjectPropertyOfAxiom(OWLObjectPropertyExpression subProperty,
OWLObjectPropertyExpression superProperty) |
OWLSubObjectPropertyOfAxiom |
getOWLSubObjectPropertyOfAxiom(OWLObjectPropertyExpression subProperty,
OWLObjectPropertyExpression superProperty,
Set<? extends OWLAnnotation> annotations) |
OWLSubPropertyChainOfAxiom |
getOWLSubPropertyChainOfAxiom(List<? extends OWLObjectPropertyExpression> chain,
OWLObjectPropertyExpression superProperty) |
OWLSubPropertyChainOfAxiom |
getOWLSubPropertyChainOfAxiom(List<? extends OWLObjectPropertyExpression> chain,
OWLObjectPropertyExpression superProperty,
Set<? extends OWLAnnotation> annotations) |
OWLSymmetricObjectPropertyAxiom |
getOWLSymmetricObjectPropertyAxiom(OWLObjectPropertyExpression property) |
OWLSymmetricObjectPropertyAxiom |
getOWLSymmetricObjectPropertyAxiom(OWLObjectPropertyExpression property,
Set<? extends OWLAnnotation> annotations) |
OWLClass |
getOWLThing() |
OWLDataProperty |
getOWLTopDataProperty() |
OWLObjectProperty |
getOWLTopObjectProperty() |
OWLTransitiveObjectPropertyAxiom |
getOWLTransitiveObjectPropertyAxiom(OWLObjectPropertyExpression property) |
OWLTransitiveObjectPropertyAxiom |
getOWLTransitiveObjectPropertyAxiom(OWLObjectPropertyExpression property,
Set<? extends OWLAnnotation> annotations) |
OWLLiteral |
getOWLTypedLiteral(boolean value)
Deprecated.
|
OWLLiteral |
getOWLTypedLiteral(double value)
Deprecated.
|
OWLLiteral |
getOWLTypedLiteral(float value)
Deprecated.
|
OWLLiteral |
getOWLTypedLiteral(int value)
Deprecated.
|
OWLLiteral |
getOWLTypedLiteral(String value)
Deprecated.
|
OWLLiteral |
getOWLTypedLiteral(String literal,
OWL2Datatype datatype)
Deprecated.
|
OWLLiteral |
getOWLTypedLiteral(String literal,
OWLDatatype datatype)
Deprecated.
|
OWLAnnotationProperty |
getOWLVersionInfo() |
OWLDatatype |
getRDFPlainLiteral() |
OWLAnnotationProperty |
getRDFSComment() |
OWLAnnotationProperty |
getRDFSIsDefinedBy() |
OWLAnnotationProperty |
getRDFSLabel() |
OWLAnnotationProperty |
getRDFSSeeAlso() |
SWRLBuiltInAtom |
getSWRLBuiltInAtom(IRI builtInIRI,
List<SWRLDArgument> args) |
SWRLClassAtom |
getSWRLClassAtom(OWLClassExpression predicate,
SWRLIArgument arg) |
SWRLDataPropertyAtom |
getSWRLDataPropertyAtom(OWLDataPropertyExpression property,
SWRLIArgument arg0,
SWRLDArgument arg1) |
SWRLDataRangeAtom |
getSWRLDataRangeAtom(OWLDataRange predicate,
SWRLDArgument arg) |
SWRLDifferentIndividualsAtom |
getSWRLDifferentIndividualsAtom(SWRLIArgument arg0,
SWRLIArgument arg1) |
SWRLIndividualArgument |
getSWRLIndividualArgument(OWLIndividual individual) |
SWRLLiteralArgument |
getSWRLLiteralArgument(OWLLiteral literal) |
SWRLObjectPropertyAtom |
getSWRLObjectPropertyAtom(OWLObjectPropertyExpression property,
SWRLIArgument arg0,
SWRLIArgument arg1) |
SWRLRule |
getSWRLRule(IRI iri,
Set<? extends SWRLAtom> body,
Set<? extends SWRLAtom> head)
|
SWRLRule |
getSWRLRule(NodeID nodeID,
Set<? extends SWRLAtom> body,
Set<? extends SWRLAtom> head)
|
SWRLRule |
getSWRLRule(Set<? extends SWRLAtom> antecedent,
Set<? extends SWRLAtom> consequent) |
SWRLRule |
getSWRLRule(Set<? extends SWRLAtom> body,
Set<? extends SWRLAtom> head,
Set<OWLAnnotation> annotations) |
SWRLSameIndividualAtom |
getSWRLSameIndividualAtom(SWRLIArgument arg0,
SWRLIArgument arg1) |
SWRLVariable |
getSWRLVariable(IRI var) |
OWLDatatype |
getTopDatatype() |
void |
purge() |