| Package | Description |
|---|---|
| org.semanticweb.owlapi.io |
Ontology parsing and saving classes.
|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.model.providers |
Provider interfaces.
|
| org.semanticweb.owlapi.profiles.violations |
Violation classes.
|
| org.semanticweb.owlapi.reasoner |
OWLReasoner package.
|
| org.semanticweb.owlapi.search |
Search utilities package.
|
| org.semanticweb.owlapi.util |
Utilities package.
|
| org.semanticweb.owlapi.util.mansyntax | |
| org.semanticweb.owlapitools.builders |
Builders package.
|
| Constructor and Description |
|---|
RDFLiteral(OWLLiteral literal) |
RDFTriple(IRI subject,
boolean subjectAnon,
boolean axiom,
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.
|
| Modifier and Type | Method and Description |
|---|---|
default Optional<OWLLiteral> |
OWLAnnotationValue.asLiteral() |
default Optional<OWLLiteral> |
OWLLiteral.asLiteral() |
default Set<OWLLiteral> |
OWLDataOneOf.getValues()
Deprecated.
use the stream method
|
default Optional<OWLLiteral> |
HasAnnotationValue.literalValue() |
Stream<OWLLiteral> |
OWLDataOneOf.values()
Gets the sorted values (
OWLLiterals) that this data range consists of. |
| Modifier and Type | Method and Description |
|---|---|
default O |
OWLLiteralVisitorExBase.visit(OWLLiteral node)
visit OWLLiteral type
|
default void |
OWLLiteralVisitorBase.visit(OWLLiteral node)
visit OWLLiteral type
|
| Modifier and Type | Method and Description |
|---|---|
default void |
HasAnnotationValue.ifLiteral(Consumer<OWLLiteral> literalConsumer) |
default void |
HasAnnotationValue.ifLiteralOrElse(Consumer<OWLLiteral> literalConsumer,
Runnable elseAction) |
default void |
HasAnnotationValue.ifValue(Consumer<OWLLiteral> literalConsumer,
Consumer<IRI> iriConsumer,
Consumer<OWLAnonymousIndividual> anonConsumer) |
default <T> Optional<T> |
HasAnnotationValue.mapLiteral(Function<OWLLiteral,T> function) |
default <T> T |
HasAnnotationValue.mapLiteralOrElse(Function<OWLLiteral,T> function,
T defaultValue) |
default <T> T |
HasAnnotationValue.mapLiteralOrElseGet(Function<OWLLiteral,T> function,
Supplier<T> defaultValue) |
default <T> Optional<T> |
HasAnnotationValue.mapValue(Function<OWLLiteral,T> literalFunction,
Function<IRI,T> iriFunction,
Function<OWLAnonymousIndividual,T> anonFunction) |
| Modifier and Type | Method and Description |
|---|---|
OWLLiteral |
LiteralProvider.getOWLLiteral(boolean value)
Convenience method that obtains a literal typed as a boolean.
|
OWLLiteral |
LiteralProvider.getOWLLiteral(double value)
Convenience method that obtains a literal typed as a double.
|
OWLLiteral |
LiteralProvider.getOWLLiteral(float value)
Convenience method that obtains a literal typed as a float.
|
OWLLiteral |
LiteralProvider.getOWLLiteral(int value)
Convenience method that obtains a literal typed as an integer.
|
OWLLiteral |
LiteralProvider.getOWLLiteral(String value)
Gets a literal that has the specified lexical value, and has the datatype
xsd:string.
|
default OWLLiteral |
LiteralProvider.getOWLLiteral(String lexicalValue,
OWL2Datatype datatype)
Gets an
OWLLiteral, which has the specified lexical value, and is
typed with the specified datatype. |
OWLLiteral |
LiteralProvider.getOWLLiteral(String lexicalValue,
OWLDatatype datatype)
Gets an
OWLLiteral, which has the specified lexical value, and is
typed with the specified datatype. |
OWLLiteral |
LiteralProvider.getOWLLiteral(String literal,
String lang)
Gets an OWLLiteral with a language tag.
|
| Modifier and Type | Method and Description |
|---|---|
default OWLDataOneOf |
NominalProvider.getOWLDataOneOf(Collection<? extends OWLLiteral> values)
Gets an OWLDataOneOf (see spec)
|
OWLDataOneOf |
NominalProvider.getOWLDataOneOf(Stream<? 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 |
|---|---|
default Stream<OWLLiteral> |
OWLReasoner.dataPropertyValues(OWLNamedIndividual ind,
OWLDataProperty pe)
Gets the data property values for the specified individual and data property expression.
|
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,
OWLOntology ontology) |
static boolean |
EntitySearcher.hasDataPropertyValue(OWLIndividual i,
OWLDataPropertyExpression p,
OWLLiteral lit,
Stream<OWLOntology> ontologies) |
static boolean |
EntitySearcher.hasNegativeDataPropertyValue(OWLIndividual i,
OWLDataPropertyExpression p,
OWLLiteral lit,
OWLOntology ontology) |
static boolean |
EntitySearcher.hasNegativeDataPropertyValue(OWLIndividual i,
OWLDataPropertyExpression p,
OWLLiteral lit,
Stream<OWLOntology> ontologies) |
| Modifier and Type | Method and Description |
|---|---|
OWLLiteral |
OWLObjectDuplicator.visit(OWLLiteral node) |
OWLLiteral |
OWLObjectDesharer.visit(OWLLiteral node) |
| Modifier and Type | Method and Description |
|---|---|
List<OWLOntologyChange> |
OWLLiteralReplacer.changeLiteral(OWLLiteral literal,
OWLLiteral newLiteral)
Changes a literal for another literal.
|
void |
OWLAnnotationPropertyTransformer.visit(OWLLiteral node) |
O |
DelegatingObjectVisitorEx.visit(OWLLiteral node) |
void |
SimpleRenderer.visit(OWLLiteral node) |
OWLLiteral |
OWLObjectDuplicator.visit(OWLLiteral node) |
OWLLiteral |
OWLObjectDesharer.visit(OWLLiteral node) |
String |
StringAnnotationVisitor.visit(OWLLiteral literal) |
void |
DLExpressivityChecker.visit(OWLLiteral node) |
void |
StructureWalker.visit(OWLLiteral node) |
Collection<OWLObject> |
OWLObjectComponentCollector.visit(OWLLiteral l) |
| 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,
Map<OWLLiteral,OWLLiteral> literals,
OWLOntologyManager m)
Creates an object duplicator that duplicates objects using the specified data factory and uri
replacement map.
|
OWLObjectDuplicator(Map<OWLEntity,IRI> entityIRIReplacementMap,
Map<OWLLiteral,OWLLiteral> literals,
OWLOntologyManager m)
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) |
| Modifier and Type | Method and Description |
|---|---|
OWLLiteral |
BuilderLiteral.buildObject() |
OWLLiteral |
BuilderNegativeDataPropertyAssertion.getLiteral() |
OWLLiteral |
BuilderDataPropertyAssertion.getLiteral() |
OWLLiteral |
BuilderSWRLLiteralArgument.getLiteral() |
OWLLiteral |
BuilderFacetRestriction.getLiteral() |
OWLLiteral |
BuilderDataHasValue.getLiteral() |
OWLLiteral |
BuilderDataHasValue.getRange() |
| Modifier and Type | Method and Description |
|---|---|
BuilderSWRLLiteralArgument |
BuilderSWRLLiteralArgument.with(OWLLiteral arg) |
BuilderFacetRestriction |
BuilderFacetRestriction.withLiteral(OWLLiteral arg) |
BuilderDataHasValue |
BuilderDataHasValue.withLiteral(OWLLiteral arg) |
BuilderDataHasValue |
BuilderDataHasValue.withRange(OWLLiteral range) |
BuilderNegativeDataPropertyAssertion |
BuilderNegativeDataPropertyAssertion.withValue(OWLLiteral arg) |
BuilderDataPropertyAssertion |
BuilderDataPropertyAssertion.withValue(OWLLiteral arg) |
| Constructor and Description |
|---|
BuilderLiteral(OWLLiteral expected,
OWLDataFactory df)
Builder initialized from an existing object.
|
Copyright © 2018 The University of Manchester. All rights reserved.