Interface PAMConnectionNode

All Known Implementing Classes:
BinaryConnectionNode, DBConnectionNode, DisplayConnectionNode, ModuleConnectionNode, PamExtensionStructure, PamGroupStructure

public interface PAMConnectionNode
Any connection node node used in the PAMGuard data model must satisfy this interface.
Author:
Jamie Macaulay
  • Method Details

    • getConnectionNodeParams

      ConnectionNodeParams getConnectionNodeParams()
      Settings to save.
      Returns:
      the used structure information
    • setConnectionNodeParams

      void setConnectionNodeParams(ConnectionNodeParams usedStructInfo)
      Set the used structure info.
    • loadsettings

      void loadsettings()
      Called whenever settings are first loaded in PAMGuard.
    • updateParams

      void updateParams()
      Update parameters the paramters to from current node position etc.