Cytoscape 2.6.2 (c) 2006,2007 ISB, MSKCC, UCSD

cytoscape.data.webservice
Class DatabaseSearchResult<R>

java.lang.Object
  extended by cytoscape.data.webservice.DatabaseSearchResult<R>

public class DatabaseSearchResult<R>
extends Object


Constructor Summary
DatabaseSearchResult(Integer resultSize, R searchResult, CyWebServiceEvent.WSEventType nextMove)
           
 
Method Summary
 CyWebServiceEvent.WSEventType getNextMove()
           
 R getResult()
           
 Integer getResultSize()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatabaseSearchResult

public DatabaseSearchResult(Integer resultSize,
                            R searchResult,
                            CyWebServiceEvent.WSEventType nextMove)
Method Detail

getResult

public R getResult()

getResultSize

public Integer getResultSize()

getNextMove

public CyWebServiceEvent.WSEventType getNextMove()

www.cytoscape.org