Package | Description |
---|---|
org.eclipse.scada.vi.details.model | |
org.eclipse.scada.vi.details.model.impl | |
org.eclipse.scada.vi.details.model.tests | |
org.eclipse.scada.vi.details.model.util |
Modifier and Type | Interface and Description |
---|---|
interface |
AndTransformer
A representation of the model object 'And Transformer'.
|
interface |
CompositeTransformer
A representation of the model object 'Composite Transformer'.
|
interface |
ItemValueSource
A representation of the model object 'Item Value Source'.
|
interface |
NotTransformer
A representation of the model object 'Not Transformer'.
|
interface |
OrTransformer
A representation of the model object 'Or Transformer'.
|
Modifier and Type | Method and Description |
---|---|
ValueSource |
ButtonComponent.getActive()
Returns the value of the 'Active' containment reference.
|
ValueSource |
NotTransformer.getValue()
Returns the value of the 'Value' containment reference.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ValueSource> |
CompositeTransformer.getValues()
Returns the value of the 'Values' containment reference list.
|
Modifier and Type | Method and Description |
---|---|
void |
ButtonComponent.setActive(ValueSource value)
Sets the value of the '
Active ' containment reference. |
void |
NotTransformer.setValue(ValueSource value)
Sets the value of the '
Value ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
AndTransformerImpl
An implementation of the model object 'And Transformer'.
|
class |
CompositeTransformerImpl
An implementation of the model object 'Composite Transformer
'.
|
class |
ItemValueSourceImpl
An implementation of the model object 'Item Value Source'.
|
class |
NotTransformerImpl
An implementation of the model object 'Not Transformer'.
|
class |
OrTransformerImpl
An implementation of the model object 'Or Transformer'.
|
class |
ValueSourceImpl
An implementation of the model object 'Value Source'.
|
Modifier and Type | Field and Description |
---|---|
protected ValueSource |
ButtonComponentImpl.active
The cached value of the '
Active ' containment reference. |
protected ValueSource |
NotTransformerImpl.value
The cached value of the '
Value ' containment reference. |
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.emf.common.util.EList<ValueSource> |
CompositeTransformerImpl.values
The cached value of the '
Values ' containment reference list. |
Modifier and Type | Method and Description |
---|---|
ValueSource |
ButtonComponentImpl.getActive() |
ValueSource |
NotTransformerImpl.getValue() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ValueSource> |
CompositeTransformerImpl.getValues() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
ButtonComponentImpl.basicSetActive(ValueSource newActive,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
NotTransformerImpl.basicSetValue(ValueSource newValue,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
ButtonComponentImpl.setActive(ValueSource newActive) |
void |
NotTransformerImpl.setValue(ValueSource newValue) |
Modifier and Type | Field and Description |
---|---|
protected ValueSource |
ValueSourceTest.fixture
The fixture for this Value Source test case.
|
Modifier and Type | Method and Description |
---|---|
protected ValueSource |
ValueSourceTest.getFixture()
Returns the fixture for this Value Source test case.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ValueSourceTest.setFixture(ValueSource fixture)
Sets the fixture for this Value Source test case.
|
Modifier and Type | Method and Description |
---|---|
T |
DetailViewSwitch.caseValueSource(ValueSource object)
Returns the result of interpreting the object as an instance of 'Value Source'.
|
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.