Uses of Class
util.Shelf

Packages that use Shelf
jview   
stella.parameter   
stella.sensor   
stella.telescope   
 

Uses of Shelf in jview
 

Fields in jview declared as Shelf
private  Shelf<Rectangle2D> ZoomCursor.zoom
          A history of zooms.
 

Fields in jview with type parameters of type Shelf
private  Map<String,Shelf<List<DataTransfer>>> DeleteCursor.undo
          For each set we work on, we store the data transfer.
private  Map<String,Shelf<Rectangle2D>> DeleteCursor.unzoom
          To allow mixed undelete/unzoom, we also store the viewports.
 

Methods in jview with parameters of type Shelf
private  boolean DeleteCursor.redeemOne(Shelf<List<DataTransfer>> havemore, Shelf<Rectangle2D> rezoom, String set)
          We redeem the lately deleted data and remove that from our transfer list.
private  boolean DeleteCursor.redeemOne(Shelf<List<DataTransfer>> havemore, Shelf<Rectangle2D> rezoom, String set)
          We redeem the lately deleted data and remove that from our transfer list.
 

Uses of Shelf in stella.parameter
 

Fields in stella.parameter declared as Shelf
private  Shelf ShelfStatistic.numbers
          A list of numbers gathered from the data source.
 

Fields in stella.parameter with type parameters of type Shelf
private  Map<TargetDefinition,Shelf<ObservableList.DateMerit>> ObservableList.course
          A map of parsed targets to merit course.
 

Uses of Shelf in stella.sensor
 

Fields in stella.sensor declared as Shelf
protected  Shelf<Double> DerivativeSensor.derive
          Stores the first derivatives.
private  Shelf<Map<String,DataEvent>> SensorRepository.longterm
          Stores a number of averaged data events mappings.
protected  Shelf<Double> PredictiveSensor.predict
          Stores the predicted values, i.e.
private  Shelf<Double> CumulativeSensor.raw
          Stores the raw readings of this sensor.
private  Shelf<Double> SmoothingSensor.smooth
          Stores the smoothed readings.
private  Shelf<Date> CumulativeSensor.time
          Stores the times of the readings.
 

Uses of Shelf in stella.telescope
 

Fields in stella.telescope with type parameters of type Shelf
private  Map<String,Map<TsiError,Shelf<Date>>> OpenPilarSocket.errgroups
          The collection of errors on each group.
 

Method parameters in stella.telescope with type arguments of type Shelf
private  boolean OpenPilarSocket.checkForFatalErrors(Collection<Map<TsiError,Shelf<Date>>> errs, Date cleared)
          We go through a list of errors and see if a fatal condition occured from the last error-clearing time provided.
private  boolean OpenPilarSocket.checkForTrivialErrors(Collection<Map<TsiError,Shelf<Date>>> errs, Date cleared)
          We go through a collection of all errors and check, if all of them are ignorable, INFOs or have a reset lag of zero.
private  int OpenPilarSocket.countErrors(Collection<Map<TsiError,Shelf<Date>>> errs, Date cleared)
          We count the number of errors in all component groups.