public interface TopologyElement
Topology
.
All elements in a Topology
, including Topology
itself,
implement TopologyElement
. TopologyElement
to identify the topology that the new element needs
to be added to. Any other TStream
or TWindow
can be used as
the TopologyElement
passed to those methods, rather than having to
pass the Topology
reference all throughout the code that builds the
topology.Modifier and Type | Method and Description |
---|---|
com.ibm.streamsx.topology.builder.GraphBuilder |
builder()
Get the underlying
OperatorGraph . |
Topology |
topology()
The topology for this element.
|
Topology topology()
com.ibm.streamsx.topology.builder.GraphBuilder builder()
OperatorGraph
. Internal use only.