PSE 2000 Group 4

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

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

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

Subclasses of AbstractNode in jobmatch.business.company.profile.tree
 class ANDNode
          AND - Node
 class LeafSupport
          Leafes can delegate to this object
 class MemoryNode
          Common behaviour for Nodes which life in memory
 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
 

Methods in jobmatch.business.company.profile.tree with parameters of type AbstractNode
protected static boolean AbstractNode.semanticEquality(AbstractNode a, AbstractNode b)
           
 

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

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


PSE 2000 Group 4