| 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 | Method and Description |
|---|---|
Literal<R> |
DatatypeNegation.buildLiteral(String s) |
Literal<R> |
DatatypeEnumeration.buildLiteral(String s) |
Literal<R> |
Datatype.buildLiteral(String s) |
Literal<R> |
AbstractDatatype.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<R>> |
Datatype.listValues() |
Collection<Literal<R>> |
AbstractDatatype.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) |
boolean |
AbstractDatatype.isCompatible(Literal<?> l) |
void |
LiteralEntry.setLiteral(Literal<?> l)
set host data type for the data value
|
LiteralEntry |
LiteralEntry.withLiteral(Literal<?> l) |
| 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 |
|---|---|
static ConceptExpression |
ExpressionManager.value(DataRoleExpression r,
Literal<?> v) |
DLTree |
ExpressionTranslator.visit(Literal<?> expr) |
| Modifier and Type | Method and Description |
|---|---|
static DataExpression |
ExpressionManager.dataOneOf(List<Literal<?>> l) |
| Modifier and Type | Method and Description |
|---|---|
Literal<?> |
ConceptDataValue.getExpr()
get access to the argument
|
| Constructor and Description |
|---|
ConceptDataValue(DataRoleExpression r,
Literal<?> v) |
| Constructor and Description |
|---|
DataOneOf(List<Literal<?>> v)
create one-of from individuals in the given array
|
| Modifier and Type | Method and Description |
|---|---|
Literal<?> |
AxiomValueOfNot.getValue() |
Literal<?> |
AxiomValueOf.getValue() |
| 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 © 2016 The University of Manchester. All rights reserved.