PSE 2000 Group 4

jobmatch.business.company.profile.tree
Class MemoryNode

java.lang.Object
  |
  +--jobmatch.business.company.profile.tree.AbstractNode
        |
        +--jobmatch.business.company.profile.tree.MemoryNode
Direct Known Subclasses:
BooleanNode, OperationNode, RootNode

public abstract class MemoryNode
extends AbstractNode

Common behaviour for Nodes which life in memory

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

Constructor Summary
protected MemoryNode(MatchTree tree, TreeNode parent)
           
 
Method Summary
 int getLeafNo()
           
 void setLeafNo(int number)
           
 
Methods inherited from class jobmatch.business.company.profile.tree.AbstractNode
and, clone, equals, getDescription, 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

MemoryNode

protected MemoryNode(MatchTree tree,
                     TreeNode parent)
Method Detail

getLeafNo

public int getLeafNo()

setLeafNo

public void setLeafNo(int number)

PSE 2000 Group 4