| Modifier and Type | Interface and Description |
|---|---|
interface |
AbstractInput
A representation of the model object 'Abstract Input'.
|
interface |
AbstractPeriodInput
A representation of the model object 'Abstract Period Input'.
|
interface |
FileInput
A representation of the model object 'File Input'.
|
interface |
MqttInput
A representation of the model object 'Mqtt Input'.
|
interface |
UrlInput
A representation of the model object 'Url Input'.
|
| Modifier and Type | Method and Description |
|---|---|
InputDefinition |
Component.getInput()
Returns the value of the 'Input' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Component.setInput(InputDefinition value)
Sets the value of the '
Input' containment reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractInputImpl
An implementation of the model object 'Abstract Input'.
|
class |
AbstractPeriodInputImpl
An implementation of the model object 'Abstract Period Input
'.
|
class |
FileInputImpl
An implementation of the model object 'File Input'.
|
class |
MqttInputImpl
An implementation of the model object 'Mqtt Input'.
|
class |
UrlInputImpl
An implementation of the model object 'Url Input'.
|
| Modifier and Type | Field and Description |
|---|---|
protected InputDefinition |
ComponentImpl.input
The cached value of the '
Input' containment reference. |
| Modifier and Type | Method and Description |
|---|---|
InputDefinition |
ComponentImpl.basicGetInput() |
InputDefinition |
ComponentImpl.getInput() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
ComponentImpl.basicSetInput(InputDefinition newInput,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
ComponentImpl.setInput(InputDefinition newInput) |
| Modifier and Type | Method and Description |
|---|---|
T |
ParserSwitch.caseInputDefinition(InputDefinition object)
Returns the result of interpreting the object as an instance of 'Input Definition'.
|
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.