| Package | Description |
|---|---|
| org.semanticweb.owlapi.io | |
| org.semanticweb.owlapi.model | |
| org.semanticweb.owlapi.profiles | |
| org.semanticweb.owlapi.reasoner | |
| org.semanticweb.owlapi.util |
| Modifier and Type | Method and Description |
|---|---|
OWLLiteral |
RDFLiteral.getLiteral() |
| Constructor and Description |
|---|
RDFLiteral(OWLLiteral literal) |
RDFTriple(IRI subject,
boolean subjectAnon,
IRI predicate,
boolean predicateAnon,
OWLLiteral object) |
| Modifier and Type | Method and Description |
|---|---|
OWLLiteral |
OWLFacetRestriction.getFacetValue()
Gets the value that restricts the facet
|
OWLLiteral |
SWRLLiteralArgument.getLiteral()
Gets the literal for this argument.
|
OWLLiteral |
OWLDataFactory.getOWLLiteral(boolean value)
Convenience method that obtains a literal typed as a boolean.
|
OWLLiteral |
OWLDataFactory.getOWLLiteral(double value)
Convenience method that obtains a literal typed as a double.
|
OWLLiteral |
OWLDataFactory.getOWLLiteral(float value)
Convenience method that obtains a literal typed as a float.
|
OWLLiteral |
OWLDataFactory.getOWLLiteral(int value)
Convenience method that obtains a literal typed as an integer.
|
OWLLiteral |
OWLDataFactory.getOWLLiteral(String value)
Gets a literal that has the specified lexical value, and has the datatype
xsd:string.
|
OWLLiteral |
OWLDataFactory.getOWLLiteral(String lexicalValue,
OWL2Datatype datatype)
Gets an
OWLLiteral, which has the specified lexical value, and is
typed with the specified datatype. |
OWLLiteral |
OWLDataFactory.getOWLLiteral(String lexicalValue,
OWLDatatype datatype)
Gets an
OWLLiteral, which has the specified lexical value, and is
typed with the specified datatype. |
OWLLiteral |
OWLDataFactory.getOWLLiteral(String literal,
String lang)
Gets an OWLLiteral with a language tag.
|
OWLLiteral |
OWLDataFactory.getOWLStringLiteral(String literal)
Deprecated.
Use
OWLDataFactory.getOWLLiteral(String, String) with the second
parameter as the empty string (""). Gets a string literal
without a language tag. |
OWLLiteral |
OWLDataFactory.getOWLStringLiteral(String literal,
String lang)
Deprecated.
Use
OWLDataFactory.getOWLLiteral(String, String) Gets an
OWLStringLiteral with a language tag. |
OWLLiteral |
OWLDataFactory.getOWLTypedLiteral(boolean value)
Deprecated.
Use
OWLDataFactory.getOWLLiteral(boolean) Convenience method that
obtains a literal typed as a boolean. |
OWLLiteral |
OWLDataFactory.getOWLTypedLiteral(double value)
Deprecated.
Use
OWLDataFactory.getOWLLiteral(double) Convenience method that
obtains a literal typed as a double. |
OWLLiteral |
OWLDataFactory.getOWLTypedLiteral(float value)
Deprecated.
Use
OWLDataFactory.getOWLLiteral(float) Convenience method that
obtains a literal typed as a float. |
OWLLiteral |
OWLDataFactory.getOWLTypedLiteral(int value)
Deprecated.
Use
OWLDataFactory.getOWLLiteral(int) Convenience method that
obtains a literal typed as an integer. |
OWLLiteral |
OWLDataFactory.getOWLTypedLiteral(String value)
Deprecated.
Use
OWLDataFactory.getOWLLiteral(String) Convenience method that
obtains a literal typed as a string. |
OWLLiteral |
OWLDataFactory.getOWLTypedLiteral(String literal,
OWL2Datatype datatype)
Deprecated.
Use
OWLDataFactory.getOWLLiteral(String, org.semanticweb.owlapi.vocab.OWL2Datatype)
Creates a typed literal that has the specified OWL 2 Datatype
as its datatype |
OWLLiteral |
OWLDataFactory.getOWLTypedLiteral(String literal,
OWLDatatype datatype)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Set<OWLLiteral> |
OWLIndividual.getDataPropertyValues(OWLDataPropertyExpression property,
OWLOntology ontology)
Gets the values that this individual has for a specific data property
|
Map<OWLDataPropertyExpression,Set<OWLLiteral>> |
OWLIndividual.getDataPropertyValues(OWLOntology ontology)
Gets the data property values for this individual
|
Map<OWLDataPropertyExpression,Set<OWLLiteral>> |
OWLIndividual.getNegativeDataPropertyValues(OWLOntology ontology)
Gets the data property values that are explicitly asserted NOT to hold
for this individual
|
Set<OWLLiteral> |
OWLDataOneOf.getValues()
Gets the values (
OWLLiterals) that this data range consists of. |
| Modifier and Type | Method and Description |
|---|---|
OWLDataHasValue |
OWLDataFactory.getOWLDataHasValue(OWLDataPropertyExpression property,
OWLLiteral value) |
OWLDataOneOf |
OWLDataFactory.getOWLDataOneOf(OWLLiteral... values)
Gets an OWLDataOneOf (see spec)
|
OWLDataPropertyAssertionAxiom |
OWLDataFactory.getOWLDataPropertyAssertionAxiom(OWLDataPropertyExpression property,
OWLIndividual subject,
OWLLiteral object) |
OWLDataPropertyAssertionAxiom |
OWLDataFactory.getOWLDataPropertyAssertionAxiom(OWLDataPropertyExpression property,
OWLIndividual subject,
OWLLiteral object,
Set<? extends OWLAnnotation> annotations) |
OWLDatatypeRestriction |
OWLDataFactory.getOWLDatatypeRestriction(OWLDatatype dataRange,
OWLFacet facet,
OWLLiteral typedLiteral)
OWLDatatypeRestriction see
spec
|
OWLFacetRestriction |
OWLDataFactory.getOWLFacetRestriction(OWLFacet facet,
OWLLiteral facetValue) |
OWLNegativeDataPropertyAssertionAxiom |
OWLDataFactory.getOWLNegativeDataPropertyAssertionAxiom(OWLDataPropertyExpression property,
OWLIndividual subject,
OWLLiteral object) |
OWLNegativeDataPropertyAssertionAxiom |
OWLDataFactory.getOWLNegativeDataPropertyAssertionAxiom(OWLDataPropertyExpression property,
OWLIndividual subject,
OWLLiteral object,
Set<? extends OWLAnnotation> annotations) |
SWRLLiteralArgument |
SWRLDataFactory.getSWRLLiteralArgument(OWLLiteral literal)
Gets a SWRLLiteralArgument, which is used to wrap an OWLLiteral to
provide an argument for an atom.
|
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.
|
O |
OWLDataVisitorEx.visit(OWLLiteral node)
visit OWLLiteral type
|
void |
OWLDataVisitor.visit(OWLLiteral node)
visit OWLLiteral type
|
O |
OWLAnnotationValueVisitorEx.visit(OWLLiteral literal)
visit OWLLiteral type
|
void |
OWLAnnotationValueVisitor.visit(OWLLiteral literal)
visit OWLLiteral type
|
| Modifier and Type | Method and Description |
|---|---|
OWLDataOneOf |
OWLDataFactory.getOWLDataOneOf(Set<? extends OWLLiteral> values)
Gets an OWLDataOneOf (see spec)
|
| Modifier and Type | Method and Description |
|---|---|
OWLLiteral |
LexicalNotInLexicalSpace.getLiteral() |
| Constructor and Description |
|---|
LexicalNotInLexicalSpace(OWLOntology ontology,
OWLAxiom axiom,
OWLLiteral literal) |
| Modifier and Type | Method and Description |
|---|---|
Set<OWLLiteral> |
OWLReasoner.getDataPropertyValues(OWLNamedIndividual ind,
OWLDataProperty pe)
Gets the data property values for the specified individual and data
property expression.
|
| Modifier and Type | Method and Description |
|---|---|
static <N extends Number> |
OWLDataUtil.getTypedConstant(OWLDataFactory dataFactory,
N val)
Given a number, returns a typed constant that represent the number.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<OWLFacetRestriction> |
OWLDataUtil.getFacetRestrictionSet(OWLDataFactory dataFactory,
OWLFacet facet,
OWLLiteral facetValue) |
void |
SimpleRenderer.visit(OWLLiteral node) |
O |
OWLObjectVisitorExAdapter.visit(OWLLiteral literal) |
void |
OWLObjectVisitorAdapter.visit(OWLLiteral node) |
void |
OWLObjectTypeIndexProvider.visit(OWLLiteral node) |
void |
OWLObjectDuplicator.visit(OWLLiteral node) |
void |
OWLObjectComponentCollector.visit(OWLLiteral node) |
void |
OWLEntityCollector.visit(OWLLiteral node) |
Set<OWLClassExpression> |
OWLClassExpressionCollector.visit(OWLLiteral node) |
OWLDataRange |
NNF.visit(OWLLiteral node) |
Integer |
MaximumModalDepthFinder.visit(OWLLiteral node) |
void |
HashCode.visit(OWLLiteral node) |
void |
DLExpressivityChecker.visit(OWLLiteral node) |
O |
DelegatingObjectVisitorEx.visit(OWLLiteral node) |
Copyright © 2014 The University of Manchester. All Rights Reserved.