Package | Description |
---|---|
org.polarsys.chess.chessmlprofile.Safety | |
org.polarsys.chess.chessmlprofile.Safety.impl | |
org.polarsys.chess.chessmlprofile.Safety.util |
Modifier and Type | Method and Description |
---|---|
CriticalityLevel |
SafetyFactory.createCriticalityLevel()
Returns a new object of class 'Criticality Level'.
|
CriticalityLevel |
CriticalitySpecification.getCriticalityLevel()
Returns the value of the 'Criticality Level' reference.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<CriticalityLevel> |
CriticalityInterfaceSpecification.getAcceptedCriticalityForClients()
Returns the value of the 'Accepted Criticality For Clients' reference list.
|
org.eclipse.emf.common.util.EList<CriticalityLevel> |
CriticalityLevel.getIsHigherThan()
Returns the value of the 'Is Higher Than' reference list.
|
org.eclipse.emf.common.util.EList<CriticalityLevel> |
CriticalityLevel.getMapsTo()
Returns the value of the 'Maps To' reference list.
|
Modifier and Type | Method and Description |
---|---|
void |
CriticalitySpecification.setCriticalityLevel(CriticalityLevel value)
Sets the value of the '
Criticality Level ' reference. |
Modifier and Type | Class and Description |
---|---|
class |
CriticalityLevelImpl
An implementation of the model object 'Criticality Level'.
|
Modifier and Type | Method and Description |
---|---|
CriticalityLevel |
CriticalitySpecificationImpl.basicGetCriticalityLevel() |
CriticalityLevel |
SafetyFactoryImpl.createCriticalityLevel() |
CriticalityLevel |
CriticalitySpecificationImpl.getCriticalityLevel() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<CriticalityLevel> |
CriticalityInterfaceSpecificationImpl.getAcceptedCriticalityForClients() |
org.eclipse.emf.common.util.EList<CriticalityLevel> |
CriticalityLevelImpl.getIsHigherThan() |
org.eclipse.emf.common.util.EList<CriticalityLevel> |
CriticalityLevelImpl.getMapsTo() |
Modifier and Type | Method and Description |
---|---|
void |
CriticalitySpecificationImpl.setCriticalityLevel(CriticalityLevel newCriticalityLevel) |
Modifier and Type | Method and Description |
---|---|
T |
SafetySwitch.caseCriticalityLevel(CriticalityLevel object)
Returns the result of interpreting the object as an instance of 'Criticality Level'.
|