Package com.rpl.rama

Interface SubSource.MultiOutImpl

All Superinterfaces:
SubSource, SubSource.Impl, SubSource.Out, SubSource.OutImpl
Enclosing interface:
SubSource

public static interface SubSource.MultiOutImpl extends SubSource.OutImpl
  • Method Details

    • outStream

      SubSource.MultiOutImpl outStream(String streamName, String anchor, String... vars)
      Capture output of a non-default stream of previous node into vars. Number of vars captured must match output arity of that stream.
      Parameters:
      streamName - Name of stream to capture from previous operation
      anchor - Label for this output node
      vars - Vars to bind to output
      See Also: