|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataSetSeismogramReceptacle
Created: Tue Aug 27 14:44:13 2002
Method Summary | |
---|---|
void |
add(DataSetSeismogram[] seismos)
add adds all of the seismograms in the array to the
receptacle |
void |
clear()
clear removes all seismograms from this receptacle |
boolean |
contains(DataSetSeismogram seismo)
contains checks the receptacle for the presence of seismo |
DataSetSeismogram[] |
getSeismograms()
returns all of the seismograms held by this receptacle |
void |
remove(DataSetSeismogram[] seismos)
remove removes all of the seismograms in this array |
void |
reset()
reset takes all of the seismograms contained in this receptacle and sets their state as if they had just been added to the receptacle and sets the instance varaibles of the receptacle back to their initial states |
void |
reset(DataSetSeismogram[] seismos)
reset takes all of the seismograms in the array and sets
their state as if they had just been initially added to the receptacle |
Method Detail |
---|
void add(DataSetSeismogram[] seismos)
add
adds all of the seismograms in the array to the
receptacle
seismos
- a DataSetSeismogram[]
containing seismograms to
be added to this receptaclevoid remove(DataSetSeismogram[] seismos)
remove
removes all of the seismograms in this array
seismos
- DataSetSeismogram[]
an array of seismograms to
be removedvoid clear()
clear
removes all seismograms from this receptacle
boolean contains(DataSetSeismogram seismo)
contains
checks the receptacle for the presence of seismo
seismo
- the seismogram whose presence is to be tested
DataSetSeismogram[] getSeismograms()
void reset()
void reset(DataSetSeismogram[] seismos)
reset
takes all of the seismograms in the array and sets
their state as if they had just been initially added to the receptacle
seismos
- a DataSetSeismogram[]
value containing
seismograms to be reset
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |