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

eworks.RQL.model
Class PropertyVariable

java.lang.Object
  extended byeworks.RDF.model.Value
      extended byeworks.RQL.model.Variable
          extended byeworks.RQL.model.PropertyVariable

public class PropertyVariable
extends Variable

Represents an RQL "property variable", that is a variable that can only contain "RDFS properties" or "RDFS meta-properties".

Version:
1.00 (2003-11-03)
Author:
Fabian Wleklinski (fabian@wleklinski.de)
See Also:
The RDF Query Language (RQL)

Constructor Summary
PropertyVariable(String variable)
          Create a new RQL "property 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

PropertyVariable

public PropertyVariable(String variable)
Create a new RQL "property variable" with a certain name.

Parameters:
variable - The variable's name.

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