org.apache.clerezza.rdf.core.sparql.query
Class Variable
java.lang.Object
org.apache.clerezza.rdf.core.sparql.query.Variable
- All Implemented Interfaces:
- Expression
public class Variable
- extends Object
- implements Expression
Defines a Variable. A Variable can occur in an Expression and is
itself an Expression.
- Author:
- hasan
Variable
public Variable()
Variable
public Variable(String name)
- Creates a variable with the specified name
- Parameters:
name -
getName
public String getName()
- Returns:
- the name
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.