2.17.2: 2011-06-17

net.sf.basedb.clients.web
Class ExperimentExplorer.ReporterPositions

java.lang.Object
  extended by net.sf.basedb.clients.web.ExperimentExplorer.ReporterPositions
Enclosing class:
ExperimentExplorer

public static class ExperimentExplorer.ReporterPositions
extends Object

Cache entry for a reporter with positions. Contains the reporter ID and an array with the position numbers it is present on in the bioassay set.


Field Summary
(package private)  int id
           
(package private)  int[] pos
           
 
Constructor Summary
ExperimentExplorer.ReporterPositions(int id, int[] pos)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

final int id

pos

final int[] pos
Constructor Detail

ExperimentExplorer.ReporterPositions

ExperimentExplorer.ReporterPositions(int id,
                                     int[] pos)

2.17.2: 2011-06-17