|
eRqlEngine API documentation - http://www.wleklinski.de/rdf/ | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteworks.RDF.model.Value
eworks.RDF.model.LiteralValue
Abstract base classes for representing literals.
Constructor Summary | |
protected |
LiteralValue()
Creates a new instance. |
Method Summary | |
boolean |
equals(Object o)
Checks if the literal is equal to a given object. |
LiteralValue |
getValue()
Returns the literal value, that's the instance itself. |
LiteralValue |
getValue(SymbolTable symbols)
Returns the literal value, that's the instance itself. |
int |
hashCode()
Returns the literals hash code. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected LiteralValue()
Method Detail |
public boolean equals(Object o)
o
is an instance of LiteralValue
,
too. If so, both literals' string representation are checked for equality
(case sensitive). Otherwise the call is propagated to the inhertied
implementation Object.equals(Object)
.
true
if and only if the literal is equal to o
.public int hashCode()
public LiteralValue getValue(SymbolTable symbols)
getValue
in class Value
symbols
- The symbol table to use as declared in
Value.getValue(eworks.RQL.engine.SymbolTable)
, but it is not used in this
implementation.
public LiteralValue getValue()
|
eRqlEngine API documentation - http://www.wleklinski.de/rdf/ | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |