Package | Description |
---|---|
fr.inria.tea.ssme | |
fr.inria.tea.ssme.impl | |
fr.inria.tea.ssme.util |
Modifier and Type | Interface and Description |
---|---|
interface |
Identifier
A representation of the model object 'Identifier'
|
interface |
Operator
A representation of the model object 'Operator'
|
Modifier and Type | Method and Description |
---|---|
OperatorIdentifier |
OperatorModel.getOperatorIdentifier()
Returns the value of the 'Operator Identifier' containment reference
|
Modifier and Type | Method and Description |
---|---|
void |
OperatorModel.setOperatorIdentifier(OperatorIdentifier value)
Sets the value of the '
Operator Identifier ' containment reference |
Modifier and Type | Class and Description |
---|---|
class |
IdentifierImpl
An implementation of the model object 'Identifier'
|
class |
OperatorImpl
An implementation of the model object 'Operator'
|
Modifier and Type | Method and Description |
---|---|
OperatorIdentifier |
OperatorModelImpl.getOperatorIdentifier() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
OperatorModelImpl.basicSetOperatorIdentifier(OperatorIdentifier newOperatorIdentifier,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
OperatorModelImpl.setOperatorIdentifier(OperatorIdentifier newOperatorIdentifier) |
Modifier and Type | Method and Description |
---|---|
T |
SsmeSwitch.caseOperatorIdentifier(OperatorIdentifier object)
Returns the result of interpreting the object as an instance of 'Operator Identifier'
|