
Public Member Functions | |
| Status (GenomeInfo genome, String pos, Vector curveParameters, Vector annotation, Vector repeats, Vector organisms) | |
| GenomeInfo | getGenome () |
| String | getPosition () |
| Vector | getCurveParameters () |
| Vector | getOrganisms () |
| Vector | getAnnotation () |
| Vector | getRepeats () |
| boolean | equals (Object o) |
| boolean | equalsIgnoreData (Object o) |
| String | toString () |
| void | clearStatus () |
Package Attributes | |
| Vector | params = new Vector() |
Description: This class is a collection of all information about current browser status
base genome, all curves and annotations, current position, list of organisms etc.
Copyright: Copyright (c) 2002 Ernest Orlando Lawrence Berkeley National Laboratory
Company: LBNL
|
||||||||||||||||||||||||||||
|
|
|
|
remove bulk information from the status |
|
|
return true is 2 status objects are equal ignoring data
|
|
|
compare 2 status objects ignoring data
|
|
|
return tAnnotation
|
|
|
return Curve Parameters
|
|
|
return base genome
|
|
|
return Organisms
|
|
|
return Position
|
|
|
return Repeats
|
|
|
return string with the status summary
|
1.3.9.1