public class SumPatternAttributesChainItem extends SummarizeChainItem
| Constructor and Description |
|---|
SumPatternAttributesChainItem(String baseName,
Pattern pattern) |
SumPatternAttributesChainItem(String baseName,
String pattern) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
matches(org.eclipse.scada.core.Variant value,
String attributeName,
org.eclipse.scada.core.Variant attributeValue)
The method that will check if the attribute entry matches the condition.
|
getIgnoreItems, processsetAttributes, setReservedAttributesprotected boolean matches(org.eclipse.scada.core.Variant value,
String attributeName,
org.eclipse.scada.core.Variant attributeValue)
SummarizeChainItemmatches in class SummarizeChainItemvalue - The current item valueattributeName - The attribute nameattributeValue - The attribute valuetrue if the entry should match, false
otherwise