PSE 2000 Group 4

jobmatch.business.company.profile.tree
Class LeafSupport

java.lang.Object
  |
  +--jobmatch.business.company.profile.tree.AbstractNode
        |
        +--jobmatch.business.company.profile.tree.LeafSupport

public class LeafSupport
extends AbstractNode

Leafes can delegate to this object

Since:
May 16 2000
Version:
$Revision: 1.2 $
See Also:
Serialized Form

Constructor Summary
LeafSupport(MatchTree tree, TreeNode parent)
           
 
Method Summary
 String getDescription()
           
 int getLeafNo()
           
 boolean match(Candidate candidate)
           
 int numChildren()
           
 void setLeafNo(int number)
           
 
Methods inherited from class jobmatch.business.company.profile.tree.AbstractNode
and, clone, equals, getParent, getTree, not, or, semanticEquality, setParent, setTree, toString
 
Methods inherited from class java.lang.Object
, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LeafSupport

public LeafSupport(MatchTree tree,
                   TreeNode parent)
Method Detail

numChildren

public int numChildren()

getDescription

public String getDescription()
Overrides:
getDescription in class AbstractNode

getLeafNo

public int getLeafNo()

setLeafNo

public void setLeafNo(int number)

match

public boolean match(Candidate candidate)

PSE 2000 Group 4