| Interface | Description |
|---|---|
| IBlock |
块
|
| IEgress<T> |
Event exit
|
| IEntranceBlock<T> |
Entry block
|
| IExitBlock<T> |
Exit block
|
| IFullyBlock<TIn,TOut> |
大全套节点
|
| IIngress<T> |
Event entry
|
| ILink<T> |
Link between blocks
|
| IPostable<T> |
Represents a object is an event entry and can accept events from outside.
|
| IPropagatorBlock<TIn,TOut> |
Transferring node
|
| IReceivable<T> |
Represents this object can
receive. |
| ISource<T> |
Source block
|
| ITarget<T> |
Target block
|
| IWithUUID |
Entity with
uuid |
| Class | Description |
|---|---|
| CombinationKt |