Class SinkModule<In,​Mat>

    • Constructor Detail

      • SinkModule

        public SinkModule​(SinkShape<In> shape)
    • Method Detail

      • attributes

        public abstract Attributes attributes()
      • label

        protected java.lang.String label()
      • shape

        public SinkShape<In> shape()
        Description copied from interface: Graph
        The shape of a graph is all that is externally visible: its inlets and outlets.
        Specified by:
        shape in interface Graph<In,​Mat>
        Returns:
        (undocumented)
      • toString

        public final java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • traversalBuilder

        public TraversalBuilder traversalBuilder()
        Description copied from interface: Graph
        INTERNAL API.

        Every materializable element must be backed by a stream layout module

        Specified by:
        traversalBuilder in interface Graph<In,​Mat>
        Returns:
        (undocumented)