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

Uses of Class
eworks.RQL.model.Variable

Packages that use Variable
eworks.RQL.engine   
eworks.RQL.model   
 

Uses of Variable in eworks.RQL.engine
 

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

Constructors in eworks.RQL.engine with parameters of type Variable
VariableAlreadyBoundException(Variable variable)
          Creates a new instance and encapsulates the given variable.
 

Uses of Variable in eworks.RQL.model
 

Subclasses of Variable in eworks.RQL.model
 class ClassVariable
          Represents an RQL "class variable", that is a variable that can only contain "RDFS classes" or "RDFS meta-classes".
 class DataVariable
          Represents an RQL "data variable", that is a variable that can only contain instances of "RDFS classes" (but no instances of "RDFS meta-classes" or the classes or meta-classes itself).
 class PropertyVariable
          Represents an RQL "property variable", that is a variable that can only contain "RDFS properties" or "RDFS meta-properties".
 

Methods in eworks.RQL.model that return Variable
 Variable Projection.getVariable()
          Returns this projection's encapsulated variable.
 

Constructors in eworks.RQL.model with parameters of type Variable
Projection(Variable variable)
          Creates a new projection with a certain variable to encapsulate.
InstancesOfClassRange(String className, Variable var)
          Creates a new range using the name of a certain "RDFS class" and a certain variable to bound.
 


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