com.lumiomedical.flow.FlowIn Maven / Gradle / Ivy
package com.lumiomedical.flow;
import com.lumiomedical.flow.node.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
*/
public interface FlowIn extends Node
{
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy