Interface ConnectionStructure
- All Known Implementing Classes:
 ConnectionGroupStructure,ExtensionSocketStructure,PamExtensionStructure,PamGroupStructure
public interface ConnectionStructure
A connection structure is a connection node which is a utility rather than a node. e.g. 
 for grouping different nodes.
- Author:
 - Jamie Macaulay
 
- 
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumConnection structure types. - 
Method Summary
Modifier and TypeMethodDescriptionGet the connection structure type.javafx.scene.control.TooltipGet the tool describing what the structure does. 
- 
Method Details
- 
getToolTip
javafx.scene.control.Tooltip getToolTip()Get the tool describing what the structure does.- Returns:
 - get the tool tip for the
 
 - 
getStructureType
ConnectionStructure.ConnectionStructureType getStructureType()Get the connection structure type.- Returns:
 - the strcuture type.
 
 
 -