com.tinkerpop.rexster.protocol
Class ResultAndBindings

java.lang.Object
  extended by com.tinkerpop.rexster.protocol.ResultAndBindings

public class ResultAndBindings
extends Object


Constructor Summary
ResultAndBindings(Object result, List<String> bindings)
           
 
Method Summary
 List<String> getBindings()
           
 Object getResult()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultAndBindings

public ResultAndBindings(Object result,
                         List<String> bindings)
Method Detail

getResult

public Object getResult()

getBindings

public List<String> getBindings()


Copyright © 2009-2012. All Rights Reserved.