``Using Model Dataflow Graphs to Reduce the Storage Requirements of Constraints''

Bradley T. Vander Zanden and Richard Halterman.

To appear in ACM Transactions on Computer Human Interaction.

Available via anonymous ftp to cs.utk.edu in

pub/bvz/papers/tochi-model-dependencies.ps.

Abstract

Dataflow constraints allow programmers to easily specify relationships among application objects in a natural, declarative manner. Most constraint solvers represent these dataflow relationships as directed edges in a dataflow graph. Unfortunately, dataflow graphs require a great deal of storage. Consequently, an application with a large number of constraints can get pushed into virtual memory, and performance degrades in interactive applications. Our solution is based on the observation that objects derived from the same class use the same constraints and thus have the same dataflow graphs. We represent the common dataflow patterns in a model dataflow graph that is stored with the class. Instance objects may derive explicit dependencies from this graph when the dependencies are needed. Model dependencies provide a useful new mechanism for improving the storage efficiency of dataflow constraint systems, especially when a large number of constrained objects must be managed.