org.deri.iris.basics
Class Query

java.lang.Object
  extended by org.deri.iris.basics.Query
All Implemented Interfaces:
IQuery

public class Query
extends Object
implements IQuery

The query implementation.

$Id$

Version:
$Revision$
Author:
Richard P??ttler (richard dot poettler at deri dot at)

Method Summary
 boolean equals(Object o)
           
 List<ILiteral> getLiterals()
           
 List<IVariable> getVariables()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getLiterals

public List<ILiteral> getLiterals()
Specified by:
getLiterals in interface IQuery

getVariables

public List<IVariable> getVariables()
Specified by:
getVariables in interface IQuery

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object