Interface FlowIn<I>

All Superinterfaces:
Comparable<Node>, Node
All Known Implementing Classes:
Pipe, Recipient, Sink, StreamGenerator

public interface FlowIn<I>
extends Node
Concept representing a Node with a potential upstream. It features an "input" of type I. FlowIn nodes include Pipes and Sinks.
Author:
Pierre Lecerf ([email protected]) Created on 2020/03/01