| Package | Description |
|---|---|
| org.semanticweb.owlapi.io |
Ontology parsing and saving classes.
|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.profiles.violations | |
| org.semanticweb.owlapi.reasoner |
OWLReasoner package
|
| org.semanticweb.owlapi.search |
Search utulities package
|
| org.semanticweb.owlapi.util |
Utilities package
|
| org.semanticweb.owlapi.util.mansyntax |
| Constructor and Description |
|---|
RDFLiteral(OWLLiteral literal) |
RDFTriple(IRI subject,
boolean subjectAnon,
IRI predicate,
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.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<OWLLiteral> |
OWLAnnotationValue.asLiteral() |
com.google.common.base.Optional<OWLLiteral> |
IRI.asLiteral() |
Set<OWLLiteral> |
OWLDataOneOf.getValues()
Gets the values (
OWLLiterals) that this data range consists of. |
| 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.getExpression() |
| 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 boolean |
EntitySearcher.hasDataPropertyValue(OWLIndividual i,
OWLDataPropertyExpression p,
OWLLiteral lit,
Iterable<OWLOntology> ontologies) |
static boolean |
EntitySearcher.hasDataPropertyValue(OWLIndividual i,
OWLDataPropertyExpression p,
OWLLiteral lit,
OWLOntology ontology) |
static boolean |
EntitySearcher.hasNegativeDataPropertyValue(OWLIndividual i,
OWLDataPropertyExpression p,
OWLLiteral lit,
Iterable<OWLOntology> ontologies) |
static boolean |
EntitySearcher.hasNegativeDataPropertyValue(OWLIndividual i,
OWLDataPropertyExpression p,
OWLLiteral lit,
OWLOntology ontology) |
| Modifier and Type | Method and Description |
|---|---|
List<OWLOntologyChange> |
OWLLiteralReplacer.changeLiteral(OWLLiteral literal,
OWLLiteral newLiteral)
Changes a literal for another literal.
|
void |
StructureWalker.visit(OWLLiteral node) |
String |
StringAnnotationVisitor.visit(OWLLiteral literal) |
void |
SimpleRenderer.visit(OWLLiteral node) |
void |
OWLObjectVisitorAdapter.visit(OWLLiteral node) |
void |
OWLObjectTypeIndexProvider.visit(OWLLiteral node) |
void |
OWLObjectDuplicator.visit(OWLLiteral node) |
void |
OWLObjectComponentCollector.visit(OWLLiteral node) |
Collection<OWLEntity> |
OWLEntityCollector.visit(OWLLiteral node) |
O |
OWLDataVisitorExAdapter.visit(OWLLiteral node) |
void |
OWLAnonymousIndividualsWithMultipleOccurrences.visit(OWLLiteral node) |
void |
OWLAnnotationPropertyTransformer.visit(OWLLiteral node) |
void |
HashCode.visit(OWLLiteral node) |
void |
DLExpressivityChecker.visit(OWLLiteral node) |
void |
DeprecatedOWLEntityCollector.visit(OWLLiteral node)
Deprecated.
|
O |
DelegatingObjectVisitorEx.visit(OWLLiteral node) |
| Modifier and Type | Method and Description |
|---|---|
List<OWLOntologyChange> |
OWLLiteralReplacer.changeLiterals(Map<OWLLiteral,OWLLiteral> literalToLiteralMap) |
List<OWLOntologyChange> |
OWLLiteralReplacer.changeLiterals(Map<OWLLiteral,OWLLiteral> literalToLiteralMap) |
| Constructor and Description |
|---|
OWLObjectDuplicator(Map<OWLEntity,IRI> entityIRIReplacementMap,
OWLDataFactory dataFactory,
Map<OWLLiteral,OWLLiteral> literals)
Creates an object duplicator that duplicates objects using the specified
data factory and uri replacement map.
|
OWLObjectDuplicator(Map<OWLEntity,IRI> entityIRIReplacementMap,
OWLDataFactory dataFactory,
Map<OWLLiteral,OWLLiteral> literals)
Creates an object duplicator that duplicates objects using the specified
data factory and uri replacement map.
|
OWLObjectDuplicator(OWLDataFactory dataFactory,
Map<IRI,IRI> iriReplacementMap,
Map<OWLLiteral,OWLLiteral> literals)
Creates an object duplicator that duplicates objects using the specified
data factory and uri replacement map.
|
OWLObjectDuplicator(OWLDataFactory dataFactory,
Map<IRI,IRI> iriReplacementMap,
Map<OWLLiteral,OWLLiteral> literals)
Creates an object duplicator that duplicates objects using the specified
data factory and uri replacement map.
|
| Modifier and Type | Method and Description |
|---|---|
OWLLiteral |
ManchesterOWLSyntaxParser.parseLiteral(OWLDatatype datatype) |
Copyright © 2016 The University of Manchester. All Rights Reserved.