public interface ChainItem
An instance of chain element may only be added to one data item
Modifier and Type | Method and Description |
---|---|
Variant |
process(Variant value,
Map<String,Variant> attributes)
Process the chain item
|
WriteAttributeResults |
setAttributes(Map<String,Variant> attributes)
Request to set attributes
|
WriteAttributeResults setAttributes(Map<String,Variant> attributes)
attributes
- the attributes update setVariant process(Variant value, Map<String,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 valueCopyright © 2016 Eclipse NeoSCADA Project. All rights reserved.