|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectPamguardMVC.PamDataUnit
PamDetection.AcousticDataUnit
PamDetection.PamDetection<ShapeDataUnit,PamDetection>
whistleDetector.EventDataUnit
public class EventDataUnit
| Field Summary | |
|---|---|
long |
endTimeMillis
|
long |
startTimeMillis
|
int |
status
|
static int |
STATUS_CLOSED
|
static int |
STATUS_OPEN
|
| 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 | |
|---|---|
EventDataUnit(ShapeDataUnit wslShape)
|
|
| Method Summary | |
|---|---|
void |
addWhistle(ShapeDataUnit wslShape)
|
long |
getDuration()
|
int |
getStatus()
|
int |
getWhistleCount()
|
void |
setStatus(int status)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int STATUS_OPEN
public static final int STATUS_CLOSED
public long startTimeMillis
public long endTimeMillis
public int status
| Constructor Detail |
|---|
EventDataUnit(ShapeDataUnit wslShape)
| Method Detail |
|---|
public void addWhistle(ShapeDataUnit wslShape)
public int getWhistleCount()
public long getDuration()
getDuration in class AcousticDataUnitpublic int getStatus()
public void setStatus(int status)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||