public interface CriticalityLevel
extends org.eclipse.emf.ecore.EObject
The following features are supported:
SafetyPackage.getCriticalityLevel()
Modifier and Type | Method and Description |
---|---|
org.eclipse.uml2.uml.Constraint |
getBase_Constraint()
Returns the value of the 'Base Constraint' reference.
|
org.eclipse.emf.common.util.EList<CriticalityLevel> |
getIsHigherThan()
Returns the value of the 'Is Higher Than' reference list.
|
org.eclipse.emf.common.util.EList<CriticalityLevel> |
getMapsTo()
Returns the value of the 'Maps To' reference list.
|
void |
setBase_Constraint(org.eclipse.uml2.uml.Constraint value)
Sets the value of the '
Base Constraint ' reference. |
org.eclipse.uml2.uml.Constraint getBase_Constraint()
If the meaning of the 'Base Constraint' reference isn't clear, there really should be more of a description here...
setBase_Constraint(Constraint)
,
SafetyPackage.getCriticalityLevel_Base_Constraint()
void setBase_Constraint(org.eclipse.uml2.uml.Constraint value)
Base Constraint
' reference.
value
- the new value of the 'Base Constraint' reference.getBase_Constraint()
org.eclipse.emf.common.util.EList<CriticalityLevel> getIsHigherThan()
CriticalityLevel
.
If the meaning of the 'Is Higher Than' reference list isn't clear, there really should be more of a description here...
SafetyPackage.getCriticalityLevel_IsHigherThan()
org.eclipse.emf.common.util.EList<CriticalityLevel> getMapsTo()
CriticalityLevel
.
If the meaning of the 'Maps To' reference list isn't clear, there really should be more of a description here...
SafetyPackage.getCriticalityLevel_MapsTo()