Modifier and Type | Method and Description |
---|---|
static DataItemValue |
DataItemValueDiff.diff(DataItemValue source,
DataItemValue target) |
Modifier and Type | Method and Description |
---|---|
static DataItemValue |
DataItemValueDiff.diff(DataItemValue source,
DataItemValue target) |
Modifier and Type | Method and Description |
---|---|
DataItemValue |
ScriptMonitor.dataUpdate(Map<String,Object> context,
DataItemValue.Builder builder) |
Modifier and Type | Method and Description |
---|---|
ScriptMonitorResult |
ScriptMonitorResult.OkBuilder.build(DataItemValue value) |
ScriptMonitorResult |
ScriptMonitorResult.FailureBuilder.build(DataItemValue value,
Severity severity,
boolean requireAck) |
Modifier and Type | Method and Description |
---|---|
protected void |
ScriptMonitor.evaluate(Map<String,DataItemValue> values) |
Modifier and Type | Method and Description |
---|---|
protected void |
AlarmNotifier.updateActiveState(DataItemValue value) |
protected void |
AlarmNotifier.updateMonitorStatus(MonitorStatus ms,
DataItemValue value) |
Modifier and Type | Method and Description |
---|---|
void |
BufferedDataSourceImpl.stateChanged(DataItemValue value) |
Modifier and Type | Field and Description |
---|---|
static DataItemValue |
DataItemValue.DISCONNECTED
A default instance that means
disconnected |
Modifier and Type | Method and Description |
---|---|
DataItemValue |
DataItemValue.Builder.build() |
DataItemValue |
DataItem.getSnapshotValue()
Get the complete state of the current data item in an atomic operation
|
Constructor and Description |
---|
Builder(DataItemValue sourceValue) |
DataItemValue(DataItemValue div) |
Modifier and Type | Method and Description |
---|---|
protected void |
DetailsViewComposite.updateData(DataItemValue value) |
Modifier and Type | Method and Description |
---|---|
void |
DetailsPart.updateData(DataItemValue value) |
Modifier and Type | Field and Description |
---|---|
protected DataItemValue |
AbstractBaseDetailsPart.value |
Modifier and Type | Method and Description |
---|---|
protected DataItemValue |
AbstractBaseDetailsPart.getValue() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractBaseDetailsPart.updateData(DataItemValue value) |
void |
DetailsPart.updateData(DataItemValue value)
Update data from the data item
|
Modifier and Type | Method and Description |
---|---|
void |
DataManager.updateData(int registerNumber,
DataItemValue value) |
Modifier and Type | Method and Description |
---|---|
DataItemValue |
DataSourceHandlerImpl.getValue() |
DataItemValue |
DataSourceHandler.getValue() |
Modifier and Type | Method and Description |
---|---|
void |
DataSourceHandlerImpl.stateChanged(DataItemValue value) |
void |
DataSourceListener.stateChanged(DataItemValue value) |
Modifier and Type | Method and Description |
---|---|
void |
DataInputSource.setValue(DataItemValue value) |
protected abstract void |
AbstractDataSourceHandler.stateChanged(DataItemValue value) |
protected void |
AbstractDataSource.updateData(DataItemValue value) |
Modifier and Type | Method and Description |
---|---|
static DataItemValueLight |
DataItemValueLight.valueOf(DataItemValue dataItemValue) |
Modifier and Type | Method and Description |
---|---|
protected void |
DeltaDataSource.stateChanged(DataItemValue value) |
Modifier and Type | Method and Description |
---|---|
void |
DataItemTargetImpl.stateChanged(DataItemValue value) |
Modifier and Type | Method and Description |
---|---|
void |
MovingAverageDataSource.stateChanged(DataItemValue value) |
Modifier and Type | Method and Description |
---|---|
protected DataItemValue |
SumDataSource.aggregate(Map<String,DataSourceHandler> values,
Map<String,DataSourceHandler> subValues) |
Modifier and Type | Method and Description |
---|---|
protected DataItemValue |
MasterItemImpl.processHandler(DataItemValue value) |
Modifier and Type | Method and Description |
---|---|
protected DataItemValue |
MasterItemImpl.processHandler(DataItemValue value) |
protected void |
MasterItemImpl.stateChanged(DataItemValue value) |
Modifier and Type | Field and Description |
---|---|
protected Map<String,DataItemValue> |
AbstractSubscriptionManager.cache |
Modifier and Type | Method and Description |
---|---|
DataItemValue |
AbstractSubscriptionManager.getCacheValue(String itemId) |
Modifier and Type | Method and Description |
---|---|
Map<String,DataItemValue> |
AbstractSubscriptionManager.getCacheCopy() |
SortedMap<String,DataItemValue> |
AbstractSubscriptionManager.getSortedCacheCopy() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractSubscriptionManager.putState(String itemId,
DataItemValue value) |
protected void |
AggregatingSubscriptionManager.putState(String itemId,
DataItemValue value) |
protected void |
SingleSubscriptionManager.putState(String itemId,
DataItemValue value) |
void |
SingleSubscriptionManager.Listener.stateChanged(String itemId,
DataItemValue value) |
Modifier and Type | Method and Description |
---|---|
protected void |
MemoryBlock.handleStateChange(SourceDefinition definition,
DataItemValue value) |
Modifier and Type | Method and Description |
---|---|
void |
SourceType.render(org.apache.mina.core.buffer.IoBuffer buffer,
int offset,
DataItemValue value) |
void |
AbstractSourceType.render(org.apache.mina.core.buffer.IoBuffer buffer,
int offset,
DataItemValue value) |
Modifier and Type | Method and Description |
---|---|
DataItemValue |
ItemResource.read(String contextId,
String itemId) |
Modifier and Type | Method and Description |
---|---|
Map<String,DataItemValue> |
ItemResource.readAll(String contextId) |
Modifier and Type | Method and Description |
---|---|
long |
DataItemValueProvider.getSize(DataItemValue t,
Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType) |
void |
DataItemValueProvider.writeTo(DataItemValue t,
Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders,
OutputStream entityStream) |
Modifier and Type | Method and Description |
---|---|
DataItemValue |
DataContext.getValue(String itemId) |
DataItemValue |
ItemResourceImpl.read(String contextId,
String itemId) |
Modifier and Type | Method and Description |
---|---|
SortedMap<String,DataItemValue> |
DataContext.getAllValues() |
Map<String,DataItemValue> |
ItemResourceImpl.readAll(String contextId) |
Modifier and Type | Method and Description |
---|---|
protected void |
ItemResourceImpl.streamAsCSV(PrintWriter writer,
SortedMap<String,DataItemValue> values,
String delim,
String nl) |
Modifier and Type | Method and Description |
---|---|
protected void |
AttributeDataSourceSummarizer.handleStateChange(DataSource source,
DataItemValue value) |
protected abstract void |
AbstractDataSourceSummarizer.handleStateChange(DataSource source,
DataItemValue value) |
protected boolean |
AttributeDataSourceSummarizer.isMatch(DataSource source,
DataItemValue value) |
Modifier and Type | Method and Description |
---|---|
DataItemValue |
ProxyValueHolder.getCurrentValue() |
Modifier and Type | Method and Description |
---|---|
protected void |
DataItemHolder.fireListenerChange(DataItemValue value) |
void |
DataSourceListener.updateData(DataItemValue value) |
Constructor and Description |
---|
DataItemValueStateExtractor(DataItemValue itemValue) |
Modifier and Type | Method and Description |
---|---|
protected void |
DataItemHeaderLabel.handleUpdateData(DataItemValue value) |
Modifier and Type | Method and Description |
---|---|
DataItemValue |
ListEntry.getItemValue() |
Modifier and Type | Method and Description |
---|---|
void |
ListEntry.updateData(DataItemValue value) |
Modifier and Type | Method and Description |
---|---|
void |
StorageHistoricalItem.updateData(DataItemValue value) |
Modifier and Type | Method and Description |
---|---|
void |
HistoricalItemImpl.stateChanged(DataItemValue value) |
Modifier and Type | Method and Description |
---|---|
void |
StorageImpl.updateData(DataItemValue value) |
Modifier and Type | Method and Description |
---|---|
void |
ItemObserver.updateData(DataItemValue value) |
protected void |
ItemObserver.updateState(DataItemValue value) |
Modifier and Type | Method and Description |
---|---|
DataItemValue |
InvalidValuePolicy.processInvalid(DataItemValue value)
Process the invalid value
|
DataItemValue |
DataItemObservableValue.ReplaceInvalidValuePolicy.processInvalid(DataItemValue value) |
Modifier and Type | Method and Description |
---|---|
protected void |
DataItemObservableValue.handleUpdate(Observer observer,
DataItemValue value) |
boolean |
InvalidValuePolicy.isInvalid(DataItemValue value)
Checks if a value is considered invalid
|
boolean |
DataItemObservableValue.ReplaceInvalidValuePolicy.isInvalid(DataItemValue value) |
DataItemValue |
InvalidValuePolicy.processInvalid(DataItemValue value)
Process the invalid value
|
DataItemValue |
DataItemObservableValue.ReplaceInvalidValuePolicy.processInvalid(DataItemValue value) |
Constructor and Description |
---|
ReplaceInvalidValuePolicy(DataItemValue replacement) |
Modifier and Type | Method and Description |
---|---|
DataItemValue |
DataValue.getValue() |
Modifier and Type | Method and Description |
---|---|
void |
DataItemRegistration.notifyChange(DataItemValue value) |
void |
RegistrationManager.notifyChange(String name,
Item item,
DataItemValue value,
boolean ignoreSummary,
boolean nullInvalid) |
Constructor and Description |
---|
DataValue(DataItemValue value,
Item item,
boolean ignoreSummary,
boolean nullInvalid) |
Modifier and Type | Method and Description |
---|---|
DataItemValue |
ItemRegistration.getCurrentValue() |
Modifier and Type | Method and Description |
---|---|
void |
ItemListener.dataItemUpdate(Object key,
DataItemValue value) |
protected void |
ItemRegistration.handleUpdate(DataItemValue value) |
Modifier and Type | Method and Description |
---|---|
DataItemValue |
AndTransformerController.value() |
abstract DataItemValue |
CompositeTransformerController.value() |
DataItemValue |
OrTransformerController.value() |
Modifier and Type | Method and Description |
---|---|
DataItemValue |
ValueSourceController.value() |
DataItemValue |
ItemValueSourceController.value() |
DataItemValue |
NotEvaluatorController.value() |
Modifier and Type | Method and Description |
---|---|
protected String |
ReadableComposite.getTextDecimal(DataItemValue value,
String attribute) |
protected String |
ReadableComposite.getTextDecimal(DataItemValue value,
String attribute,
double factor) |
protected void |
WriteableComposite.setCeil(DataItemValue value) |
protected void |
WriteableComposite.setFloor(DataItemValue value) |
protected void |
WriteableComposite.setTextDecimal(org.eclipse.swt.widgets.Text text,
DataItemValue value) |
Modifier and Type | Method and Description |
---|---|
DataItemValue |
SymbolData.getValue(String name) |
Modifier and Type | Method and Description |
---|---|
Map<String,DataItemValue> |
SymbolData.getValues() |
Modifier and Type | Method and Description |
---|---|
protected void |
ItemSummaryProvider.handleValueChange(DataItemValue value) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.