com.ricebridge.xmlman.in
Class OutNodeState

java.lang.Object
  extended bycom.ricebridge.xmlman.in.OutNodeState

public class OutNodeState
extends Object

Maintain state for OutNode.


Field Summary
 boolean iAnyChange
          Change stats of node data fields and data fields on which node depends.
 HashMap iChangeMap
          Previous values of associated data fields.
 int iChildIndex
          Current index in list of child nodes.
 boolean iSelfChange
          Change stats of all data fields for this node.
 
Constructor Summary
OutNodeState()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

iChildIndex

public int iChildIndex
Current index in list of child nodes.


iChangeMap

public HashMap iChangeMap
Previous values of associated data fields.


iAnyChange

public boolean iAnyChange
Change stats of node data fields and data fields on which node depends.


iSelfChange

public boolean iSelfChange
Change stats of all data fields for this node.

Constructor Detail

OutNodeState

public OutNodeState()


Copyright © 2004-2005 Ricebridge