

Public Member Functions | |
| VistaCurveModel (String id, int calcWindow, int minConsWidth, int consIdentity, int minx, int maxx) | |
| VistaCurveModel (TreeMap data, String id, int calcWindow, int minConsWidth, int consIdentity, int minx, int maxx) | |
| VistaCurveModel (TreeMap data, String id, int calcWindow, int minConsWidth, int consIdentity, Vector annotations, int minx, int maxx) | |
| String | getRunOrg () |
| int | getOrgId () |
| int | getMinConsWidth () |
| int | getMinY () |
| void | setMinY (int y) |
| String | getMode () |
| int | getCalcWindow () |
| int | getConsIdentity () |
| String | getParameterString (VistaApp vapp) |
| boolean | refresh (VistaApp vapp, long minx, long maxx) |
Protected Attributes | |
| int | minConsWidth = -1 |
| int | calcWindow = -1 |
| int | consIdentity = -1 |
Description: Vista data model
Copyright: Copyright (c) 2002 Ernest Orlando Lawrence Berkeley National Laboratory
Company: LBNL
|
||||||||||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||||||||||||||
|
|
|
|
get Calc Window
|
|
|
get Cons Identity
|
|
|
get Min Cons Width
|
|
|
get Min Y
|
|
|
get Mode
|
|
|
get Organism Id
|
|
|
this set of parameters will be passed to the server: &calcWindow=???&minConsWidth=???&minConsIdentity=???&numDataPoints=???&genes=???
Reimplemented from gov::lbl::genome::common::AbstractCurveModel. |
|
|
get Run_ID and Org_ID in the form ready to pass to the server: <run>_<org>
|
|
||||||||||||||||
|
request data from the server
Implements gov::lbl::genome::common::CurveModel. |
|
|
set Min Y
|
1.3.9.1