ConForM.CoopnTools.JavaProto.Transaction
Interface NonLeaf

All Superinterfaces:
StateNode
All Known Implementing Classes:
BinaryNode, Leaf, Root

public interface NonLeaf
extends StateNode


Method Summary
 State getPreStateOf(StateNode child)
           
 void notifyChildRemoved(StateNode child)
           
 void replaceChild(StateNode oldChild, StateNode newChild)
           
 
Methods inherited from interface ConForM.CoopnTools.JavaProto.Transaction.StateNode
accept, childCommited, find, getPostState, getPreState, getTransaction, insert, insert, remove, setParent
 

Method Detail

getPreStateOf

public State getPreStateOf(StateNode child)

notifyChildRemoved

public void notifyChildRemoved(StateNode child)

replaceChild

public void replaceChild(StateNode oldChild,
                         StateNode newChild)