eworks.RQL.model
Class PropertyVariable
java.lang.Object
eworks.RDF.model.Value
eworks.RQL.model.Variable
eworks.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. |
PropertyVariable
public PropertyVariable(String variable)
- Create a new RQL "property variable" with a certain name.
- Parameters:
variable
- The variable's name.