public interface HeartbeatGenerator extends MasterComponent
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
InputDefinition |
getActiveInput()
Returns the value of the 'Active Input' containment reference.
|
long |
getPeriod()
Returns the value of the 'Period' attribute.
|
InputDefinition |
getTargetItem()
Returns the value of the 'Target Item' containment reference.
|
void |
setActiveInput(InputDefinition value)
Sets the value of the '
Active Input' containment reference. |
void |
setPeriod(long value)
Sets the value of the '
Period' attribute. |
void |
setTargetItem(InputDefinition value)
Sets the value of the '
Target Item' containment reference. |
getMasterOngetArchiveSelector, getCustomizationPipeline, getLevel, setArchiveSelector, setCustomizationPipeline, setLevelgetShortDescription, setShortDescriptionlong getPeriod()
"1000".
The generator period in milliseconds
setPeriod(long),
CommonPackage.getHeartbeatGenerator_Period()void setPeriod(long value)
Period' attribute.
value - the new value of the 'Period' attribute.getPeriod()InputDefinition getTargetItem()
If the meaning of the 'Target Item' containment reference isn't clear, there really should be more of a description here...
setTargetItem(InputDefinition),
CommonPackage.getHeartbeatGenerator_TargetItem()void setTargetItem(InputDefinition value)
Target Item' containment reference.
value - the new value of the 'Target Item' containment reference.getTargetItem()InputDefinition getActiveInput()
setActiveInput(InputDefinition),
CommonPackage.getHeartbeatGenerator_ActiveInput()void setActiveInput(InputDefinition value)
Active Input' containment reference.
value - the new value of the 'Active Input' containment reference.getActiveInput()