Package dataModelFX.connectionNodes
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 Summary
Modifier and TypeMethodDescriptionSettings to save.voidCalled whenever settings are first loaded in PAMGuard.voidsetConnectionNodeParams(ConnectionNodeParams usedStructInfo) Set the used structure info.voidUpdate parameters the paramters to from current node position etc. 
- 
Method Details
- 
getConnectionNodeParams
ConnectionNodeParams getConnectionNodeParams()Settings to save.- Returns:
 - the used structure information
 
 - 
setConnectionNodeParams
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. 
 -