PSE 2000 Group 4

Uses of Class
jobmatch.business.company.profile.tree.MemoryNode

Packages that use MemoryNode
jobmatch.business.company.profile.tree   
jobmatch.business.company.profile.tree.test   
 

Uses of MemoryNode in jobmatch.business.company.profile.tree
 

Subclasses of MemoryNode in jobmatch.business.company.profile.tree
 class ANDNode
          AND - Node
 class NOTNode
          NOT - Node
(package private)  class OperationNode
          Common behaviour for Operation Nodes
 class ORNode
          OR - Node
(package private)  class RootNode
          Root of the tree
 

Uses of MemoryNode in jobmatch.business.company.profile.tree.test
 

Subclasses of MemoryNode in jobmatch.business.company.profile.tree.test
 class BooleanNode
          This node gives a constants answer for match(candidate)
 


PSE 2000 Group 4