Class ACDataStoreNodeHelper


  • public abstract class ACDataStoreNodeHelper
    extends java.lang.Object
    A data store node is a central buffer node for non-transient information. A data store keeps all tokens that enter it, copying them when they are chosen to move downstream. Incoming tokens that contain a particular object replace any tokens in the object node that contain that object.
    See Also:
    ACDataStoreNode