Class MarkProcess

java.lang.Object
PamguardMVC.PamProcess
annotationMark.MarkProcess
All Implemented Interfaces:
PamObserver, ProcessAnnotator

public class MarkProcess extends PamProcess
  • Constructor Details

    • MarkProcess

      public MarkProcess(MarkModule annotationModule)
  • Method Details

    • destroyProcess

      public void destroyProcess()
      Description copied from class: PamProcess
      Called from the PamControlled unit when a PamControlled unit is removed from the model. Offers an opportunity to disconnect individual processed from the rest of the model. May be necessary to override to clean up some processes.
      Overrides:
      destroyProcess in class PamProcess
    • pamStart

      public void pamStart()
      Description copied from class: PamProcess
      Called for each process to tell it to start (may not be necessary for processes which are listening for data anyway).
      Specified by:
      pamStart in class PamProcess
    • pamStop

      public void pamStop()
      Description copied from class: PamProcess
      Stops the process.
      Specified by:
      pamStop in class PamProcess
    • getMarkDataBlock

      public MarkDataBlock getMarkDataBlock()
      Returns:
      the markDataBlock
    • getAsql

      public MarkSQLLogging getAsql()
      Returns:
      the asql