Set<OWLLiteral> |
OWLIndividual.getDataPropertyValues(OWLDataPropertyExpression property,
OWLOntology ontology)
Gets the values that this individual has for a specific data property
|
Set<OWLSubDataPropertyOfAxiom> |
OWLOntology.getDataSubPropertyAxiomsForSuperProperty(OWLDataPropertyExpression superProperty)
|
Set<OWLFunctionalDataPropertyAxiom> |
OWLOntology.getFunctionalDataPropertyAxioms(OWLDataPropertyExpression property)
|
OWLDataAllValuesFrom |
OWLDataFactory.getOWLDataAllValuesFrom(OWLDataPropertyExpression property,
OWLDataRange dataRange) |
OWLDataExactCardinality |
OWLDataFactory.getOWLDataExactCardinality(int cardinality,
OWLDataPropertyExpression property) |
OWLDataExactCardinality |
OWLDataFactory.getOWLDataExactCardinality(int cardinality,
OWLDataPropertyExpression property,
OWLDataRange dataRange) |
OWLDataHasValue |
OWLDataFactory.getOWLDataHasValue(OWLDataPropertyExpression property,
OWLLiteral value) |
OWLDataMaxCardinality |
OWLDataFactory.getOWLDataMaxCardinality(int cardinality,
OWLDataPropertyExpression property) |
OWLDataMaxCardinality |
OWLDataFactory.getOWLDataMaxCardinality(int cardinality,
OWLDataPropertyExpression property,
OWLDataRange dataRange) |
OWLDataMinCardinality |
OWLDataFactory.getOWLDataMinCardinality(int cardinality,
OWLDataPropertyExpression property) |
OWLDataMinCardinality |
OWLDataFactory.getOWLDataMinCardinality(int cardinality,
OWLDataPropertyExpression property,
OWLDataRange dataRange) |
OWLDataPropertyAssertionAxiom |
OWLDataFactory.getOWLDataPropertyAssertionAxiom(OWLDataPropertyExpression property,
OWLIndividual subject,
boolean value) |
OWLDataPropertyAssertionAxiom |
OWLDataFactory.getOWLDataPropertyAssertionAxiom(OWLDataPropertyExpression property,
OWLIndividual subject,
double value) |
OWLDataPropertyAssertionAxiom |
OWLDataFactory.getOWLDataPropertyAssertionAxiom(OWLDataPropertyExpression property,
OWLIndividual subject,
float value) |
OWLDataPropertyAssertionAxiom |
OWLDataFactory.getOWLDataPropertyAssertionAxiom(OWLDataPropertyExpression property,
OWLIndividual subject,
int value) |
OWLDataPropertyAssertionAxiom |
OWLDataFactory.getOWLDataPropertyAssertionAxiom(OWLDataPropertyExpression property,
OWLIndividual subject,
OWLLiteral object) |
OWLDataPropertyAssertionAxiom |
OWLDataFactory.getOWLDataPropertyAssertionAxiom(OWLDataPropertyExpression property,
OWLIndividual subject,
OWLLiteral object,
Set<? extends OWLAnnotation> annotations) |
OWLDataPropertyAssertionAxiom |
OWLDataFactory.getOWLDataPropertyAssertionAxiom(OWLDataPropertyExpression property,
OWLIndividual subject,
String value) |
OWLDataPropertyDomainAxiom |
OWLDataFactory.getOWLDataPropertyDomainAxiom(OWLDataPropertyExpression property,
OWLClassExpression domain) |
OWLDataPropertyDomainAxiom |
OWLDataFactory.getOWLDataPropertyDomainAxiom(OWLDataPropertyExpression property,
OWLClassExpression domain,
Set<? extends OWLAnnotation> annotations) |
OWLDataPropertyRangeAxiom |
OWLDataFactory.getOWLDataPropertyRangeAxiom(OWLDataPropertyExpression property,
OWLDataRange owlDataRange) |
OWLDataPropertyRangeAxiom |
OWLDataFactory.getOWLDataPropertyRangeAxiom(OWLDataPropertyExpression property,
OWLDataRange owlDataRange,
Set<? extends OWLAnnotation> annotations) |
OWLDataSomeValuesFrom |
OWLDataFactory.getOWLDataSomeValuesFrom(OWLDataPropertyExpression property,
OWLDataRange dataRange)
Gets an OWLDataSomeValuesFrom restriction
|
OWLDisjointDataPropertiesAxiom |
OWLDataFactory.getOWLDisjointDataPropertiesAxiom(OWLDataPropertyExpression... dataProperties) |
OWLEquivalentDataPropertiesAxiom |
OWLDataFactory.getOWLEquivalentDataPropertiesAxiom(OWLDataPropertyExpression... properties) |
OWLEquivalentDataPropertiesAxiom |
OWLDataFactory.getOWLEquivalentDataPropertiesAxiom(OWLDataPropertyExpression propertyA,
OWLDataPropertyExpression propertyB) |
OWLEquivalentDataPropertiesAxiom |
OWLDataFactory.getOWLEquivalentDataPropertiesAxiom(OWLDataPropertyExpression propertyA,
OWLDataPropertyExpression propertyB,
Set<? extends OWLAnnotation> annotations) |
OWLFunctionalDataPropertyAxiom |
OWLDataFactory.getOWLFunctionalDataPropertyAxiom(OWLDataPropertyExpression property) |
OWLFunctionalDataPropertyAxiom |
OWLDataFactory.getOWLFunctionalDataPropertyAxiom(OWLDataPropertyExpression property,
Set<? extends OWLAnnotation> annotations) |
OWLNegativeDataPropertyAssertionAxiom |
OWLDataFactory.getOWLNegativeDataPropertyAssertionAxiom(OWLDataPropertyExpression property,
OWLIndividual subject,
OWLLiteral object) |
OWLNegativeDataPropertyAssertionAxiom |
OWLDataFactory.getOWLNegativeDataPropertyAssertionAxiom(OWLDataPropertyExpression property,
OWLIndividual subject,
OWLLiteral object,
Set<? extends OWLAnnotation> annotations) |
OWLSubDataPropertyOfAxiom |
OWLDataFactory.getOWLSubDataPropertyOfAxiom(OWLDataPropertyExpression subProperty,
OWLDataPropertyExpression superProperty) |
OWLSubDataPropertyOfAxiom |
OWLDataFactory.getOWLSubDataPropertyOfAxiom(OWLDataPropertyExpression subProperty,
OWLDataPropertyExpression superProperty,
Set<? extends OWLAnnotation> annotations) |
SWRLDataPropertyAtom |
SWRLDataFactory.getSWRLDataPropertyAtom(OWLDataPropertyExpression property,
SWRLIArgument arg0,
SWRLDArgument arg1)
Gets a SWRL data property atom, i.e.
|
boolean |
OWLIndividual.hasDataPropertyValue(OWLDataPropertyExpression property,
OWLLiteral value,
OWLOntology ontology)
Test whether a specific value for a specific data property on this
individual has been asserted.
|
boolean |
OWLIndividual.hasNegativeDataPropertyValue(OWLDataPropertyExpression property,
OWLLiteral literal,
OWLOntology ontology)
Test whether a specific value for a specific data property has been
asserted not to hold for this individual.
|