Package PamguardMVC
Class ProcessAnnotation
java.lang.Object
PamguardMVC.ProcessAnnotation
Class for passing information around with Datablocks giving a record of
what has happened to the data within them throughout the whole processing chain.
Since this has been added rather late into PAMGUARD, PamProcesses will automatically add this using the type from their owning PamControlledUnit and the process name.
Processes that need to add multiple annotations, such as the spectrogram noise reduction, will have to override default annotations.
- Author:
- Doug Gillespie
-
Constructor Summary
ConstructorDescriptionProcessAnnotation
(PamProcess pamProcess, Object owner, String type, String name) -
Method Summary
Modifier and TypeMethodDescriptiongetName()
getOwner()
getType()
void
void
void
setPamProcess
(PamProcess pamProcess) void
-
Constructor Details
-
ProcessAnnotation
-
-
Method Details
-
getType
-
setType
-
getName
-
setName
-
getOwner
-
setOwner
-
getPamProcess
-
setPamProcess
-