public interface ChainItem
An instance of chain element may only be added to one data item
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.scada.core.Variant |
process(org.eclipse.scada.core.Variant value,
Map<String,org.eclipse.scada.core.Variant> attributes)
Process the chain item
|
WriteAttributeResults |
setAttributes(Map<String,org.eclipse.scada.core.Variant> attributes)
Request to set attributes
|
WriteAttributeResults setAttributes(Map<String,org.eclipse.scada.core.Variant> attributes)
attributes - the attributes update setorg.eclipse.scada.core.Variant process(org.eclipse.scada.core.Variant value,
Map<String,org.eclipse.scada.core.Variant> attributes)
value - the value to process or null if a output item
changed only the attributesattributes - The current primary attributesnull if the chain item does not
change the input value