Cytoscape 2.8.0 API

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
clone, equals, finalize, 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()

Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.