Uses of Class
apps.projectmanagement.component.staffnode.StaffNode

Packages that use StaffNode
apps.projectmanagement.registry   
 

Uses of StaffNode in apps.projectmanagement.registry
 

Methods in apps.projectmanagement.registry that return types with arguments of type StaffNode
 java.util.List<StaffNode> StaffNodeRegistry.getNodes()
          Gets the nodes.
 

Methods in apps.projectmanagement.registry with parameters of type StaffNode
 void StaffNodeRegistry.addNode(StaffNode node)
          Adds the node.
 void StaffNodeRegistry.removeNode(StaffNode node)
          Removes the node.
 

Method parameters in apps.projectmanagement.registry with type arguments of type StaffNode
 void StaffNodeRegistry.setNodes(java.util.List<StaffNode> nodes)
          Sets the nodes.