jobmatch.business.company.profile.tree
Interface TreeNode
- All Known Subinterfaces:
- CVRequest
- All Known Implementing Classes:
- AbstractNode
- public interface TreeNode
- extends Serializable
Interface for tree nodes
- Since:
- May 14 2000
- Version:
- $Revision: 1.3 $
numChildren
public int numChildren()
getDescription
public String getDescription()
getParent
public TreeNode getParent()
setParent
public void setParent(TreeNode parent)
getTree
public MatchTree getTree()
setTree
public void setTree(MatchTree tree)
getLeafNo
public int getLeafNo()
setLeafNo
public void setLeafNo(int number)
and
public void and(TreeNode other)
or
public void or(TreeNode other)
not
public void not()
match
public boolean match(Candidate candidate)