Package | Description |
---|---|
org.eclipse.neoscada.configuration.iec60870 | |
org.eclipse.neoscada.configuration.iec60870.impl | |
org.eclipse.neoscada.configuration.iec60870.util |
Modifier and Type | Method and Description |
---|---|
ProtocolOptions |
IEC60870Factory.createProtocolOptions()
Returns a new object of class 'Protocol Options'.
|
ProtocolOptions |
ExporterItemInterceptor.getProtocolOptions()
Returns the value of the 'Protocol Options' containment reference.
|
ProtocolOptions |
IEC60870Device.getProtocolOptions()
Returns the value of the 'Protocol Options' containment reference.
|
ProtocolOptions |
ClientDevice.getProtocolOptions()
Returns the value of the 'Protocol Options' containment reference.
|
ProtocolOptions |
Device.getProtocolOptions()
Returns the value of the 'Protocol Options' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
ExporterItemInterceptor.setProtocolOptions(ProtocolOptions value)
Sets the value of the '
Protocol Options ' containment reference. |
void |
IEC60870Device.setProtocolOptions(ProtocolOptions value)
Sets the value of the '
Protocol Options ' containment reference. |
void |
ClientDevice.setProtocolOptions(ProtocolOptions value)
Sets the value of the '
Protocol Options ' containment reference. |
void |
Device.setProtocolOptions(ProtocolOptions value)
Sets the value of the '
Protocol Options ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
ProtocolOptionsImpl
An implementation of the model object 'Protocol Options'.
|
Modifier and Type | Field and Description |
---|---|
protected ProtocolOptions |
DeviceImpl.protocolOptions
The cached value of the '
Protocol Options ' containment reference. |
protected ProtocolOptions |
ClientDeviceImpl.protocolOptions
The cached value of the '
Protocol Options ' containment reference. |
protected ProtocolOptions |
IEC60870DeviceImpl.protocolOptions
The cached value of the '
Protocol Options ' containment reference. |
protected ProtocolOptions |
ExporterItemInterceptorImpl.protocolOptions
The cached value of the '
Protocol Options ' containment reference. |
Modifier and Type | Method and Description |
---|---|
ProtocolOptions |
IEC60870FactoryImpl.createProtocolOptions() |
ProtocolOptions |
DeviceImpl.getProtocolOptions() |
ProtocolOptions |
ClientDeviceImpl.getProtocolOptions() |
ProtocolOptions |
IEC60870DeviceImpl.getProtocolOptions() |
ProtocolOptions |
ExporterItemInterceptorImpl.getProtocolOptions() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
DeviceImpl.basicSetProtocolOptions(ProtocolOptions newProtocolOptions,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
ClientDeviceImpl.basicSetProtocolOptions(ProtocolOptions newProtocolOptions,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
IEC60870DeviceImpl.basicSetProtocolOptions(ProtocolOptions newProtocolOptions,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
ExporterItemInterceptorImpl.basicSetProtocolOptions(ProtocolOptions newProtocolOptions,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
DeviceImpl.setProtocolOptions(ProtocolOptions newProtocolOptions) |
void |
ClientDeviceImpl.setProtocolOptions(ProtocolOptions newProtocolOptions) |
void |
IEC60870DeviceImpl.setProtocolOptions(ProtocolOptions newProtocolOptions) |
void |
ExporterItemInterceptorImpl.setProtocolOptions(ProtocolOptions newProtocolOptions) |
Modifier and Type | Method and Description |
---|---|
T |
IEC60870Switch.caseProtocolOptions(ProtocolOptions object)
Returns the result of interpreting the object as an instance of 'Protocol Options'.
|
boolean |
IEC60870Validator.validateProtocolOptions_asduAddressSizeCheck(ProtocolOptions protocolOptions,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
Map<Object,Object> context)
Validates the asduAddressSizeCheck constraint of 'Protocol Options'.
|
boolean |
IEC60870Validator.validateProtocolOptions_causeOfTransmissionSizeCheck(ProtocolOptions protocolOptions,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
Map<Object,Object> context)
Validates the causeOfTransmissionSizeCheck constraint of 'Protocol Options'.
|
boolean |
IEC60870Validator.validateProtocolOptions(ProtocolOptions protocolOptions,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
Map<Object,Object> context) |
Copyright © 2017 Eclipse NeoSCADA Project. All rights reserved.