org.openrdf.sesame.sail.query
Class QueryAnswer

java.lang.Object
  extended byorg.openrdf.sesame.sail.query.QueryAnswer

public class QueryAnswer
extends Object


Constructor Summary
QueryAnswer(Value[] values)
          Creates a new QueryAnswer.
 
Method Summary
 boolean equals(Object other)
           
 Value getValue(int idx)
           
 int getValueCount()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryAnswer

public QueryAnswer(Value[] values)
Creates a new QueryAnswer.

Method Detail

getValueCount

public int getValueCount()

getValue

public Value getValue(int idx)

equals

public boolean equals(Object other)

hashCode

public int hashCode()


Copyright © 2002-2006 Aduna BV, GNU LGPL License applies.