public interface Threat
extends org.eclipse.emf.ecore.EObject
The following features are supported:
DependableComponentPackage.getThreat()
Modifier and Type | Method and Description |
---|---|
org.eclipse.uml2.uml.Port |
getBase_Port()
Returns the value of the 'Base Port' reference.
|
org.eclipse.uml2.uml.Slot |
getBase_Slot()
Returns the value of the 'Base Slot' reference.
|
org.eclipse.emf.common.util.EList<FailureMode> |
getFailuremode()
Returns the value of the 'Failuremode' reference list.
|
ThreatType |
getKind()
Returns the value of the 'Kind' attribute.
|
void |
setBase_Port(org.eclipse.uml2.uml.Port value)
Sets the value of the '
Base Port ' reference. |
void |
setBase_Slot(org.eclipse.uml2.uml.Slot value)
Sets the value of the '
Base Slot ' reference. |
void |
setKind(ThreatType value)
Sets the value of the '
Kind ' attribute. |
org.eclipse.emf.common.util.EList<FailureMode> getFailuremode()
FailureMode
.
If the meaning of the 'Failuremode' reference list isn't clear, there really should be more of a description here...
DependableComponentPackage.getThreat_Failuremode()
org.eclipse.uml2.uml.Port getBase_Port()
If the meaning of the 'Base Port' reference isn't clear, there really should be more of a description here...
setBase_Port(Port)
,
DependableComponentPackage.getThreat_Base_Port()
void setBase_Port(org.eclipse.uml2.uml.Port value)
Base Port
' reference.
value
- the new value of the 'Base Port' reference.getBase_Port()
org.eclipse.uml2.uml.Slot getBase_Slot()
If the meaning of the 'Base Slot' reference isn't clear, there really should be more of a description here...
setBase_Slot(Slot)
,
DependableComponentPackage.getThreat_Base_Slot()
void setBase_Slot(org.eclipse.uml2.uml.Slot value)
Base Slot
' reference.
value
- the new value of the 'Base Slot' reference.getBase_Slot()
ThreatType getKind()
ThreatType
.
If the meaning of the 'Kind' attribute isn't clear, there really should be more of a description here...
ThreatType
,
setKind(ThreatType)
,
DependableComponentPackage.getThreat_Kind()
void setKind(ThreatType value)
Kind
' attribute.
value
- the new value of the 'Kind' attribute.ThreatType
,
getKind()