Interface CommonBlockProperties
- All Known Subinterfaces:
DelayBlockProperties
- All Known Implementing Classes:
DelayBlockPrototype
,PipelineDescriptor
public interface CommonBlockProperties
-
Field Summary
FieldsModifier and TypeFieldDescriptionEach block must have a unique ID.Any pipeline block needs to have a the factoryIdProperty
set so the pipeline manager in the gateway knows where to go when it's time to build a real pipeline block.If a block only has a single output, this should be the property used to store the block id of the block it points to.
-
Field Details
-
FACTORY_ID
Any pipeline block needs to have a the factoryIdProperty
set so the pipeline manager in the gateway knows where to go when it's time to build a real pipeline block. -
BLOCK_ID
Each block must have a unique ID. -
OUTPUT_ID
If a block only has a single output, this should be the property used to store the block id of the block it points to.
-