PSE 2000 Group 4

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

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

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

Methods in jobmatch.business.company.profile.tree that return MatchTree
 MatchTree TreeNode.getTree()
           
 MatchTree AbstractNode.getTree()
           
 

Methods in jobmatch.business.company.profile.tree with parameters of type MatchTree
 void TreeNode.setTree(MatchTree tree)
           
 void AbstractNode.setTree(MatchTree tree)
           
 

Constructors in jobmatch.business.company.profile.tree with parameters of type MatchTree
AbstractNode.AbstractNode(MatchTree tree, TreeNode parent)
           
MemoryNode.MemoryNode(MatchTree tree, TreeNode parent)
           
LeafSupport.LeafSupport(MatchTree tree, TreeNode parent)
           
OperationNode.OperationNode(MatchTree tree, TreeNode parent)
           
NOTNode.NOTNode(MatchTree tree, TreeNode parent, TreeNode child)
           
ORNode.ORNode(MatchTree tree, TreeNode parent, TreeNode a, TreeNode b)
           
ANDNode.ANDNode(MatchTree tree, TreeNode parent, TreeNode a, TreeNode b)
           
RootNode.RootNode(MatchTree tree)
           
 

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

Methods in jobmatch.business.company.profile.tree.test that return MatchTree
 MatchTree BooleanNode.getTree()
           
 

Methods in jobmatch.business.company.profile.tree.test with parameters of type MatchTree
 void BooleanNode.setTree(MatchTree tree)
           
 

Constructors in jobmatch.business.company.profile.tree.test with parameters of type MatchTree
BooleanNode.BooleanNode(MatchTree tree, TreeNode parent, boolean value)
           
 


PSE 2000 Group 4