Class SourceModule<Out,​Mat>

    • Constructor Detail

    • Method Detail

      • attributes

        public abstract Attributes attributes()
      • label

        protected java.lang.String label()
      • shape

        public SourceShape<Out> 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<Out,​Mat>
        Returns:
        (undocumented)
      • toString

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

        public LinearTraversalBuilder 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<Out,​Mat>
        Returns:
        (undocumented)