| Modifier and Type | Method and Description |
|---|---|
protected Literal<?> |
TranslationMachinery.toDataValuePointer(org.semanticweb.owlapi.model.OWLLiteral literal) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NumericLiteral<R extends Comparable<R>>
all literals whose datatype is numeric
|
| Modifier and Type | Class and Description |
|---|---|
class |
NumericLiteralImpl<R extends Comparable<R>>
all literals whose datatype is numeric
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Literal<R>> |
DatatypeEnumeration.literals |
| Modifier and Type | Method and Description |
|---|---|
Literal<R> |
DatatypeNegation.buildLiteral(String s) |
Literal<R> |
DatatypeEnumeration.buildLiteral(String s) |
Literal<Representation> |
Datatype.buildLiteral(String s) |
Literal<?> |
LiteralEntry.getLiteral() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Literal<R>> |
DatatypeEnumeration.getList() |
Collection<Literal<R>> |
DatatypeNegation.listValues() |
Collection<Literal<R>> |
DatatypeEnumeration.listValues() |
Collection<Literal<Representation>> |
Datatype.listValues() |
| Modifier and Type | Method and Description |
|---|---|
DatatypeNumericEnumeration<R> |
DatatypeNumericEnumeration.add(Literal<R> d) |
DatatypeEnumeration<R> |
DatatypeEnumeration.add(Literal<R> d) |
boolean |
DatatypeUnion.isCompatible(Literal<?> l) |
boolean |
DatatypeNegation.isCompatible(Literal<?> l) |
boolean |
DatatypeIntersection.isCompatible(Literal<?> l) |
boolean |
DatatypeEnumeration.isCompatible(Literal<?> l) |
boolean |
DatatypeCombination.isCompatible(Literal<?> l) |
boolean |
Datatype.isCompatible(Literal<?> l) |
void |
LiteralEntry.setLiteral(Literal<?> l)
set host data type for the data value
|
| Constructor and Description |
|---|
DatatypeEnumeration(Datatype<R> d,
Literal<R> l) |
DatatypeNumericEnumeration(NumericDatatype<R> d,
Literal<R> l) |
| Constructor and Description |
|---|
DatatypeEnumeration(Datatype<R> d,
Collection<Literal<R>> c) |
DatatypeNumericEnumeration(NumericDatatype<R> d,
Collection<Literal<R>> c) |
| Modifier and Type | Method and Description |
|---|---|
void |
ELFExpressionChecker.visit(Literal<?> expr) |
| Modifier and Type | Method and Description |
|---|---|
ConceptExpression |
ExpressionManager.value(DataRoleExpression R,
Literal<?> V)
get value restriction wrt a data role R and a data value V
|
Axiom |
ReasoningKernel.valueOf(org.semanticweb.owlapi.model.OWLAxiom ax,
IndividualExpression I,
DataRoleExpression A,
Literal<?> V)
axiom (value I A V)
|
Axiom |
ReasoningKernel.valueOfNot(org.semanticweb.owlapi.model.OWLAxiom ax,
IndividualExpression I,
DataRoleExpression A,
Literal<?> V)
axiom :\neg A
|
DLTree |
ExpressionTranslator.visit(Literal<?> expr) |
| Modifier and Type | Field and Description |
|---|---|
protected Literal<?> |
ConceptDataValue.dataValue
data expression argument
|
| Modifier and Type | Method and Description |
|---|---|
Literal<?> |
ConceptDataValue.getExpr()
get access to the argument
|
| Constructor and Description |
|---|
ConceptDataValue(DataRoleExpression R,
Literal<?> V) |
| Modifier and Type | Method and Description |
|---|---|
Literal<?> |
AxiomValueOfNot.getValue()
access to value
|
Literal<?> |
AxiomValueOf.getValue()
access to value
|
| Constructor and Description |
|---|
AxiomValueOf(org.semanticweb.owlapi.model.OWLAxiom ax,
IndividualExpression i,
DataRoleExpression a,
Literal<?> v) |
AxiomValueOfNot(org.semanticweb.owlapi.model.OWLAxiom ax,
IndividualExpression i,
DataRoleExpression a,
Literal<?> v) |
| Modifier and Type | Method and Description |
|---|---|
A |
DLExpressionVisitorExAdapter.visit(Literal<?> expr) |
O |
DLExpressionVisitorEx.visit(Literal<?> expr) |
void |
DLExpressionVisitorAdapter.visit(Literal<?> expr) |
void |
DLExpressionVisitor.visit(Literal<?> expr) |
Copyright © 2013 The University of Manchester. All Rights Reserved.