|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectPamguardMVC.PamDataUnit
PamDetection.AcousticDataUnit
seismicVeto.VetoBackgroundDataUnit
public class VetoBackgroundDataUnit
| Field Summary | |
|---|---|
private double |
background
|
private boolean |
vetoOn
|
| Fields inherited from class PamDetection.AcousticDataUnit |
|---|
AMPLITUDE_SCALE_DBREMPA, AMPLITUDE_SCALE_LINREFSD, duration, frequency, startSample |
| Fields inherited from class PamguardMVC.PamDataUnit |
|---|
absBlockIndex, channelBitmap, localisation, oLL, timeMilliseconds |
| Constructor Summary | |
|---|---|
VetoBackgroundDataUnit(long timeMilliseconds,
int channelBitmap,
long startSample,
long duration,
double background,
boolean vetoOn)
|
|
| Method Summary | |
|---|---|
double |
getBackground()
|
boolean |
isVetoOn()
|
void |
setBackground(double background)
|
void |
setVetoOn(boolean vetoOn)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private double background
private boolean vetoOn
| Constructor Detail |
|---|
public VetoBackgroundDataUnit(long timeMilliseconds,
int channelBitmap,
long startSample,
long duration,
double background,
boolean vetoOn)
| Method Detail |
|---|
public double getBackground()
public void setBackground(double background)
public boolean isVetoOn()
public void setVetoOn(boolean vetoOn)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||