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 |
ProcessModelInterface
A representation of the model object 'Process Model Interface'
|
Modifier and Type | Method and Description |
---|---|
InterfaceDefinition |
ProcessModel.getInterfaceDefinition()
Returns the value of the 'Interface Definition' containment reference
|
InterfaceDefinition |
OperatorModel.getInterfaceDefinition()
Returns the value of the 'Interface Definition' containment reference
|
InterfaceDefinition |
ProcessType.getInterfaceDefinition()
Returns the value of the 'Interface Definition' containment reference
|
Modifier and Type | Method and Description |
---|---|
void |
ProcessModel.setInterfaceDefinition(InterfaceDefinition value)
Sets the value of the '
Interface Definition ' containment reference |
void |
OperatorModel.setInterfaceDefinition(InterfaceDefinition value)
Sets the value of the '
Interface Definition ' containment reference |
void |
ProcessType.setInterfaceDefinition(InterfaceDefinition value)
Sets the value of the '
Interface Definition ' containment reference |
Modifier and Type | Class and Description |
---|---|
class |
IdentifierImpl
An implementation of the model object 'Identifier'
|
class |
ProcessModelInterfaceImpl
An implementation of the model object 'Process Model Interface'
|
Modifier and Type | Method and Description |
---|---|
InterfaceDefinition |
ProcessTypeImpl.getInterfaceDefinition() |
InterfaceDefinition |
OperatorModelImpl.getInterfaceDefinition() |
InterfaceDefinition |
ProcessModelImpl.getInterfaceDefinition() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
ProcessTypeImpl.basicSetInterfaceDefinition(InterfaceDefinition newInterfaceDefinition,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
OperatorModelImpl.basicSetInterfaceDefinition(InterfaceDefinition newInterfaceDefinition,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
ProcessModelImpl.basicSetInterfaceDefinition(InterfaceDefinition newInterfaceDefinition,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
ProcessTypeImpl.setInterfaceDefinition(InterfaceDefinition newInterfaceDefinition) |
void |
OperatorModelImpl.setInterfaceDefinition(InterfaceDefinition newInterfaceDefinition) |
void |
ProcessModelImpl.setInterfaceDefinition(InterfaceDefinition newInterfaceDefinition) |
Modifier and Type | Method and Description |
---|---|
T |
SsmeSwitch.caseInterfaceDefinition(InterfaceDefinition object)
Returns the result of interpreting the object as an instance of 'Interface Definition'
|