eRqlEngine API documentation - http://www.wleklinski.de/rdf/

Uses of Class
eworks.RDF.model.LiteralValue

Packages that use LiteralValue
eworks.RDF.model   
eworks.RQL.engine   
eworks.RQL.model   
 

Uses of LiteralValue in eworks.RDF.model
 

Subclasses of LiteralValue in eworks.RDF.model
 class StringLiteralValue
          Represents a string literal.
 class UriLiteralValue
          Represents an URI literal.
 

Methods in eworks.RDF.model that return LiteralValue
abstract  LiteralValue Value.getValue(SymbolTable symbols)
          Returns this value's literal value, according to a given symbol table.
 LiteralValue Statement.getSubject()
          Returns this statement's subject.
 LiteralValue Statement.getPredicat()
          Returns this statement's predicate.
 LiteralValue Statement.getObject()
          Returns this statement's object.
 LiteralValue LiteralValue.getValue(SymbolTable symbols)
          Returns the literal value, that's the instance itself.
 LiteralValue LiteralValue.getValue()
          Returns the literal value, that's the instance itself.
 

Methods in eworks.RDF.model with parameters of type LiteralValue
 void TupleImpl.set(int index, LiteralValue value)
          Sets the tuple's component with the given index to value.
 void Tuple.set(int index, LiteralValue value)
          Sets the tuple's component with the given index to value.
 void Statement.set(int index, LiteralValue value)
          Sets the statement's component with the given index to the given value.
 

Constructors in eworks.RDF.model with parameters of type LiteralValue
TupleImpl(LiteralValue[] values)
          Creates a new tuple and initializes it with some values.
Statement(LiteralValue subject, LiteralValue predicat, LiteralValue object)
          Creates a new statement with the given subject, predicate and object.
 

Uses of LiteralValue in eworks.RQL.engine
 

Methods in eworks.RQL.engine that return LiteralValue
 LiteralValue SymbolTable.get(String name)
          Returns the value of the variable specified by name.
 

Methods in eworks.RQL.engine with parameters of type LiteralValue
 void SymbolTable.bind(Variable variable, LiteralValue value)
          Binds the variable variable to the value value.
 

Uses of LiteralValue in eworks.RQL.model
 

Methods in eworks.RQL.model that return LiteralValue
 LiteralValue Variable.getValue(SymbolTable symbols)
          Returns the variable's value, using a certain symbol table.
 

Methods in eworks.RQL.model with parameters of type LiteralValue
 boolean EqualityCompareOperator.compare(LiteralValue op1, LiteralValue op2)
          Compares two given values for equality.
abstract  boolean CompareOperator.compare(LiteralValue op1, LiteralValue op2)
          Abstract method that compares two given values against each other, each one being an instance of LiteralValue.
 boolean AlikenessCompareOperator.compare(LiteralValue op1, LiteralValue op2)
          Matches a given value against a regular expression.
 


eRqlEngine API documentation - http://www.wleklinski.de/rdf/