public ISource<T> extends IBlock, IEgress<T>
Source block
Represents a block that is a source and exit for data. Source shell manage corresponding targets.
源节点
需要管理对应的宿
@NotNull java.util.Set<org.mechdancer.dataflow.core.intefaces.ITarget> getTargets()
Targets set
宿集合
@NotNull ILink<T> linkTo(@NotNull ITarget<T> target, @NotNull LinkOptions<T> options)
Links to a specific target
添加到指定宿的链接