Package swim.dataflow

Class Dataflow

java.lang.Object
swim.dataflow.Dataflow

public final class Dataflow extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static swim.streamlet.Outlet<swim.structure.Value>
    compile(swim.structure.Value expr, swim.streamlet.Outlet<? extends swim.structure.Value> scope)
    Returns an Outlet that evaluates the given expr in the context of the giveb scope, and updates whenever any dependent expression updates.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • compile

      public static swim.streamlet.Outlet<swim.structure.Value> compile(swim.structure.Value expr, swim.streamlet.Outlet<? extends swim.structure.Value> scope)
      Returns an Outlet that evaluates the given expr in the context of the giveb scope, and updates whenever any dependent expression updates.