Class MarkProcess

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

public class MarkProcess extends PamProcess
  • Constructor Details Link icon

    • MarkProcess Link icon

      public MarkProcess(MarkModule annotationModule)
  • Method Details Link icon

    • destroyProcess Link icon

      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 Link icon

      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 Link icon

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

      public MarkDataBlock getMarkDataBlock()
      Returns:
      the markDataBlock
    • getAsql Link icon

      public MarkSQLLogging getAsql()
      Returns:
      the asql