Package | Description |
---|---|
org.sidif.parser.node |
Abstract Syntax Tree nodes.
|
org.sidif.triple |
triplestore implementation
content described with the Simple Data Interchange Format (SiDIF) language
See http://www.sidif.org for details of SiDIF.
|
org.sidif.triple.impl |
Modifier and Type | Method and Description |
---|---|
Value<?> |
Literal.getLiteralValue() |
Value<?> |
Literal.toDate(Token token) |
Modifier and Type | Method and Description |
---|---|
void |
Literal.init(Value<?> literalValue,
String literal)
init this literal for the given literalValue and String representation
|
Modifier and Type | Method and Description |
---|---|
static Value<?> |
Value.getBoolean(String image) |
static Value<?> |
Value.getCharacter(char pChar)
get a Character value
|
static Value<Date> |
Value.getDate(Date parseDate)
get a Date value
|
static Value<Date> |
Value.getDate(long time)
get a data value from the given long time
|
static Value<?> |
Value.getDouble(Double pDouble)
get the number for the given Double
|
static Value<?> |
Value.getDouble(String numberString)
get a number for the given number string
|
static Value<?> |
Value.getInteger(Integer pInteger)
get the number for the given Integer
|
static Value<?> |
Value.getInteger(String numberString)
get a number for the given number string
|
static Value<?> |
Value.getIRI(String iri)
get the given IRI value
|
static Value<?> |
Value.getString(String string)
get a String value
|
static Value<Time> |
Value.getTime(long time)
get a Time Value
|
static Value<Timestamp> |
Value.getTimeStamp(long time)
get a TimeStamp with the given time value
|
Modifier and Type | Method and Description |
---|---|
void |
Triple.setObject(Value<Object> object) |
Modifier and Type | Method and Description |
---|---|
void |
TripleImpl.setObject(Value<Object> object) |
Copyright © 2017. All Rights Reserved.