Interface CommonBlockProperties
- All Known Subinterfaces:
- DelayBlockProperties
- All Known Implementing Classes:
- DelayBlockPrototype,- PipelineDescriptor
public interface CommonBlockProperties
- 
Field SummaryFieldsModifier and TypeFieldDescriptionEach block must have a unique ID.Any pipeline block needs to have a the factoryIdPropertyset 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_IDAny pipeline block needs to have a the factoryIdPropertyset so the pipeline manager in the gateway knows where to go when it's time to build a real pipeline block.
- 
BLOCK_IDEach block must have a unique ID.
- 
OUTPUT_IDIf a block only has a single output, this should be the property used to store the block id of the block it points to.
 
-