| Package | Description |
|---|---|
| au.csiro.ontology | |
| au.csiro.ontology.model | |
| au.csiro.ontology.util |
| Modifier and Type | Method and Description |
|---|---|
static Literal |
Factory.createBigIntegerLiteral(BigInteger value) |
static Literal |
Factory.createBigIntegerLiteral(long value) |
static Literal |
Factory.createBooleanLiteral(boolean value)
Deprecated.
|
static Literal |
Factory.createDateLiteral(Calendar value) |
static Literal |
Factory.createDecimalLiteral(BigDecimal value) |
static Literal |
Factory.createDecimalLiteral(double value) |
static Literal |
Factory.createDoubleLiteral(double value)
Deprecated.
|
static Literal |
Factory.createFloatLiteral(float value) |
static Literal |
Factory.createIntegerLiteral(int value) |
static Literal |
Factory.createLongLiteral(long value) |
static Literal |
Factory.createStringLiteral(String value) |
| Modifier and Type | Method and Description |
|---|---|
static Concept |
Factory.createDatatype(Feature feature,
Operator operator,
Literal literal) |
| Modifier and Type | Class and Description |
|---|---|
class |
BigIntegerLiteral
This class represents a double literal.
|
class |
BooleanLiteral
Deprecated.
|
class |
DateLiteral
This class represents a date literal.
|
class |
DecimalLiteral
This class represents a double literal.
|
class |
DoubleLiteral
Deprecated.
|
class |
FloatLiteral
This class represents a float literal.
|
class |
IntegerLiteral
This class represents an integer literal.
|
class |
LongLiteral
This class represents a long literal.
|
class |
StringLiteral
This class represents a literal that is best stored as a Java string.
|
| Modifier and Type | Method and Description |
|---|---|
Literal |
Datatype.getLiteral() |
| Modifier and Type | Method and Description |
|---|---|
int |
FloatLiteral.compareTo(Literal o) |
int |
BooleanLiteral.compareTo(Literal o)
Deprecated.
|
int |
DecimalLiteral.compareTo(Literal o) |
int |
DoubleLiteral.compareTo(Literal o)
Deprecated.
|
int |
IntegerLiteral.compareTo(Literal o) |
int |
LongLiteral.compareTo(Literal o) |
int |
BigIntegerLiteral.compareTo(Literal o) |
int |
StringLiteral.compareTo(Literal o) |
int |
DateLiteral.compareTo(Literal o) |
void |
Datatype.setLiteral(Literal literal) |
| Constructor and Description |
|---|
Datatype(Feature feature,
Operator operator,
Literal literal) |
| Modifier and Type | Method and Description |
|---|---|
static String |
AxiomUtils.serialiseLiteral(Literal l) |
Copyright © 2018 Australian e-Health Research Centre. All Rights Reserved.