Package PamguardMVC

Class ProcessAnnotation

java.lang.Object
PamguardMVC.ProcessAnnotation

public class ProcessAnnotation extends Object
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 Details Link icon

  • Method Details Link icon

    • getType Link icon

      public String getType()
    • setType Link icon

      public void setType(String type)
    • getName Link icon

      public String getName()
    • setName Link icon

      public void setName(String name)
    • getOwner Link icon

      public Object getOwner()
    • setOwner Link icon

      public void setOwner(Object owner)
    • getPamProcess Link icon

      public PamProcess getPamProcess()
    • setPamProcess Link icon

      public void setPamProcess(PamProcess pamProcess)