public static final class GraphApply.GraphImpl<S extends Shape,Mat> extends java.lang.Object implements Graph<S,Mat>
Constructor and Description |
---|
GraphImpl(S shape,
StreamLayout.Module module) |
Modifier and Type | Method and Description |
---|---|
StreamLayout.Module |
module()
INTERNAL API.
|
Graph<S,Mat> |
named(java.lang.String name) |
S |
shape()
The shape of a graph is all that is externally visible: its inlets and outlets.
|
java.lang.String |
toString() |
Graph<S,Mat> |
withAttributes(Attributes attr) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addAttributes, async
public GraphImpl(S shape, StreamLayout.Module module)
public S shape()
Graph
public StreamLayout.Module module()
Graph
Every materializable element must be backed by a stream layout module
public java.lang.String toString()
toString
in class java.lang.Object
public Graph<S,Mat> withAttributes(Attributes attr)
withAttributes
in interface Graph<S extends Shape,Mat>