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
| Methods inherited from class jobmatch.business.company.profile.tree.AbstractNode |
and,
clone,
equals,
getParent,
getTree,
not,
or,
semanticEquality,
setParent,
setTree,
toString |
LeafSupport
public LeafSupport(MatchTree tree,
TreeNode parent)
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)