public interface CriticalitySpecification
extends org.eclipse.emf.ecore.EObject
The following features are supported:
Modifier and Type | Method and Description |
---|---|
org.eclipse.uml2.uml.Constraint |
getBase_Constraint()
Returns the value of the 'Base Constraint' reference.
|
CriticalityLevel |
getCriticalityLevel()
Returns the value of the 'Criticality Level' reference.
|
void |
setBase_Constraint(org.eclipse.uml2.uml.Constraint value)
Sets the value of the '
Base Constraint ' reference. |
void |
setCriticalityLevel(CriticalityLevel value)
Sets the value of the '
Criticality Level ' 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.getCriticalitySpecification_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()
CriticalityLevel getCriticalityLevel()
If the meaning of the 'Criticality Level' reference isn't clear, there really should be more of a description here...
setCriticalityLevel(CriticalityLevel)
,
SafetyPackage.getCriticalitySpecification_CriticalityLevel()
void setCriticalityLevel(CriticalityLevel value)
Criticality Level
' reference.
value
- the new value of the 'Criticality Level' reference.getCriticalityLevel()