public interface Vulnerability extends InternalFault
The following features are supported:
Modifier and Type | Method and Description |
---|---|
org.eclipse.uml2.uml.Classifier |
getBase_Classifier()
Returns the value of the 'Base Classifier' reference.
|
org.eclipse.uml2.uml.Port |
getBase_Port()
Returns the value of the 'Base Port' reference.
|
VulnerabilityType |
getKind()
Returns the value of the 'Kind' attribute.
|
void |
setBase_Classifier(org.eclipse.uml2.uml.Classifier value)
Sets the value of the '
Base Classifier ' reference. |
void |
setBase_Port(org.eclipse.uml2.uml.Port value)
Sets the value of the '
Base Port ' reference. |
void |
setKind(VulnerabilityType value)
Sets the value of the '
Kind ' attribute. |
getBase_Transition, getOccurrence, getWeight, setBase_Transition, setOccurrence, setWeight
VulnerabilityType getKind()
VulnerabilityType
.
If the meaning of the 'Kind' attribute isn't clear, there really should be more of a description here...
VulnerabilityType
,
setKind(VulnerabilityType)
,
ThreatsPropagationPackage.getVulnerability_Kind()
void setKind(VulnerabilityType value)
Kind
' attribute.
value
- the new value of the 'Kind' attribute.VulnerabilityType
,
getKind()
org.eclipse.uml2.uml.Classifier getBase_Classifier()
If the meaning of the 'Base Classifier' reference isn't clear, there really should be more of a description here...
setBase_Classifier(Classifier)
,
ThreatsPropagationPackage.getVulnerability_Base_Classifier()
void setBase_Classifier(org.eclipse.uml2.uml.Classifier value)
Base Classifier
' reference.
value
- the new value of the 'Base Classifier' reference.getBase_Classifier()
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)
,
ThreatsPropagationPackage.getVulnerability_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()