eworks.RQL.model
Class DataVariable
java.lang.Object
eworks.RDF.model.Value
eworks.RQL.model.Variable
eworks.RQL.model.DataVariable
- public class DataVariable
- extends Variable
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).
- Version:
- 1.00 (2003-11-03)
- Author:
- Fabian Wleklinski (fabian@wleklinski.de)
- See Also:
-
The RDF Query Language (RQL)
Constructor Summary |
DataVariable(String variable)
Create a new RQL "data variable" with a certain name. |
DataVariable
public DataVariable(String variable)
- Create a new RQL "data variable" with a certain name.
- Parameters:
variable
- The variable's name.