ConForM.CoopnTools.JavaProto.Interpretor
Class GateLeaf

java.lang.Object
  |
  +--ConForM.CoopnTools.JavaProto.Transaction.Leaf
        |
        +--ConForM.CoopnTools.JavaProto.Interpretor.GateLeaf
All Implemented Interfaces:
NonLeaf, StateNode, TransactionMgr

public class GateLeaf
extends Leaf


Constructor Summary
GateLeaf(CoopnTransaction T, GateRequirement req)
           
 
Method Summary
 GateRequirement getRequirement()
           
 
Methods inherited from class ConForM.CoopnTools.JavaProto.Transaction.Leaf
abort, accept, childCommited, commit, find, getIterator, getKey, getPostState, getPreState, getPreStateOf, getTransaction, insert, insert, insert0, iterator, notifyChildRemoved, pop, push, remove, replaceChild, setIterator, setKey, setParent, setPostState, visitChildren
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GateLeaf

public GateLeaf(CoopnTransaction T,
                GateRequirement req)
Method Detail

getRequirement

public GateRequirement getRequirement()