Interface ConnectionSubGroup
- All Known Implementing Classes:
 ConnectionGroupStructure,PamGroupStructure
public interface ConnectionSubGroup
A ConnectionNode which holds other connection nodes.
- Author:
 - Jamie Macaulay
 
- 
Method Summary
Modifier and TypeMethodDescriptiongetConnectionSubNodes(boolean includeStructures) Get a list of the sub nodes within the node. 
- 
Method Details
- 
getConnectionSubNodes
Get a list of the sub nodes within the node.- Parameters:
 includeStructures- - true to also return connection structures- Returns:
 - a list of connection nodes.
 
 
 -