| Interface | Description |
|---|---|
| DF_LatticeCell |
Represents a single lattice cell in a dataflow equation system.
|
| Class | Description |
|---|---|
| DF_AbstractCell |
Represents a single lattice cell in a dataflow system.
|
| DF_Equation |
Represents a single Data Flow equation.
|
| DF_Graph |
Implementation of a graph used in the guts of the dataflow equation
solver.
|
| DF_Operator |
Represents a function for DF_LatticeCell values.
|
| DF_Solution |
Represents the solution to a system of Data Flow equations.
|
| DF_System |
Represents a system of Data Flow equations
Implementation Note:
The set of equations is internally represented as a graph
(actually a SpaceEffGraph).
|