Package | Description |
---|---|
fr.inria.tea.ssme | |
fr.inria.tea.ssme.impl | |
fr.inria.tea.ssme.util |
Modifier and Type | Interface and Description |
---|---|
interface |
CaseEnumeration
A representation of the model object 'Case Enumeration'
|
interface |
CaseInterval
A representation of the model object 'Case Interval'
|
Modifier and Type | Method and Description |
---|---|
CaseExprEnumeration |
CaseBranch.getEnumerationValues()
Returns the value of the 'Enumeration Values' containment reference
|
Modifier and Type | Method and Description |
---|---|
void |
CaseBranch.setEnumerationValues(CaseExprEnumeration value)
Sets the value of the '
Enumeration Values ' containment reference |
Modifier and Type | Class and Description |
---|---|
class |
CaseEnumerationImpl
An implementation of the model object 'Case Enumeration'
|
class |
CaseIntervalImpl
An implementation of the model object 'Case Interval'
|
Modifier and Type | Method and Description |
---|---|
CaseExprEnumeration |
CaseBranchImpl.getEnumerationValues() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
CaseBranchImpl.basicSetEnumerationValues(CaseExprEnumeration newEnumerationValues,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
CaseBranchImpl.setEnumerationValues(CaseExprEnumeration newEnumerationValues) |
Modifier and Type | Method and Description |
---|---|
T |
SsmeSwitch.caseCaseExprEnumeration(CaseExprEnumeration object)
Returns the result of interpreting the object as an instance of 'Case Expr Enumeration'
|