nodestack: add 'may_read_from' set
authorBrian Norris <banorris@uci.edu>
Thu, 21 Jun 2012 07:54:01 +0000 (00:54 -0700)
committerBrian Norris <banorris@uci.edu>
Thu, 21 Jun 2012 08:02:58 +0000 (01:02 -0700)
Each Node (at least, each Node that is a 'read') will be associated with a
may_read_from set - the set of all possible ModelActions to read from. For now,
this interface handles only actions that exist in the past. It won't properly
retain information from future actions.


No differences found