public interface DataSetSeismogramReceptacle
Modifier and Type | Method and Description |
---|---|
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 |
void add(DataSetSeismogram[] seismos)
add
adds all of the seismograms in the array to the
receptacleseismos
- a DataSetSeismogram[]
containing seismograms to
be added to this receptaclevoid remove(DataSetSeismogram[] seismos)
remove
removes all of the seismograms in this arrayseismos
- DataSetSeismogram[]
an array of seismograms to
be removedvoid clear()
clear
removes all seismograms from this receptacleboolean contains(DataSetSeismogram seismo)
contains
checks the receptacle for the presence of seismoseismo
- the seismogram whose presence is to be testedDataSetSeismogram[] 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 receptacleseismos
- a DataSetSeismogram[]
value containing
seismograms to be reset