public interface AlarmNotificationDesignerInterface
AlarmNotificationDesignerInterface alarming =
(AlarmNotificationDesignerInterface) designerContext
.getModule("com.inductiveautomation.alarm-notification");
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PipelineBlockPrototype> |
getPipelineBlockTypes()
Retrieve all registered pipeline blocks
|
void |
registerPipelineBlock(PipelineBlockPrototype prototype)
Add a new kind of pipeline block to the system.
|
void registerPipelineBlock(PipelineBlockPrototype prototype)
java.util.List<PipelineBlockPrototype> getPipelineBlockTypes()