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.void
Called whenever settings are first loaded in PAMGuard.void
setConnectionNodeParams
(ConnectionNodeParams usedStructInfo) Set the used structure info.void
Update 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.
-