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>
      • toString

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