public class MemoryChainedItem extends MemoryItemChained
primaryValue, secondaryValue
chain, executor, primaryAttributes, secondaryAttributes
listener
Constructor and Description |
---|
MemoryChainedItem(HiveCommon hive,
String id) |
Modifier and Type | Method and Description |
---|---|
void |
addChainElement(IODirection direction,
String className) |
static void |
applyDefaultInputChain(HiveCommon hive,
DataItemInputChained item)
Add some default chain items to the item
|
void |
removeChainElement(IODirection direction,
String className) |
handleUnhandledAttributes, startWriteCalculatedValue
startWriteValue
getCacheAttributes, getCacheValue, process, readValue, updateData
addChainElement, addChainElement, getAttributes, getChainCopy, processSetAttributes, removeChainElement, setChain, startSetAttributes
getInformation, handleListenerChange, notifyData, notifyData, setListener
public MemoryChainedItem(HiveCommon hive, String id)
public static void applyDefaultInputChain(HiveCommon hive, DataItemInputChained item)
Adds the following chain items:
SumErrorChainItem
SUmAlarmChainItem
hive
- the hive to useitem
- the item to modifypublic void addChainElement(IODirection direction, String className) throws Exception
Exception
public void removeChainElement(IODirection direction, String className) throws Exception
Exception
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.