|
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.eRQL.model.ModelComponent
eworks.eRQL.model.Value
eworks.eRQL.model.Literal
Represents literal values.
| Constructor Summary | |
Literal(String value)
Creates a new value with the given string. |
|
| Method Summary | |
Tuples |
query(RqlEngine rqlEngine)
Evaluates this literal. |
Tuples |
query(RqlEngine rqlEngine,
boolean poiMode)
Evaluates this literal. |
String |
toString()
Returns the value's string representation. |
| Methods inherited from class eworks.eRQL.model.Value |
compact |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Literal(String value)
value - The string literal to encapsulate.| Method Detail |
public String toString()
toString in class ModelComponent
public Tuples query(RqlEngine rqlEngine)
throws RqlExecutingException
query in class ValuerqlEngine - The RqlEngine to execute.
RqlExecutingException - if something goes wrong.
public Tuples query(RqlEngine rqlEngine,
boolean poiMode)
throws RqlExecutingException
RqlExecutingException
|
eRqlEngine API documentation - http://www.wleklinski.de/rdf/ | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||