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

eworks.RQL.model
Class DataVariable

java.lang.Object
  extended byeworks.RDF.model.Value
      extended byeworks.RQL.model.Variable
          extended byeworks.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.
 
Methods inherited from class eworks.RQL.model.Variable
getName, getValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataVariable

public DataVariable(String variable)
Create a new RQL "data variable" with a certain name.

Parameters:
variable - The variable's name.

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