public interface InternalPropagation
extends org.eclipse.emf.ecore.EObject
The following features are supported:
Modifier and Type | Method and Description |
---|---|
org.eclipse.uml2.uml.Transition |
getBase_Transition()
Returns the value of the 'Base Transition' reference.
|
java.lang.String |
getDelay()
Returns the value of the 'Delay' attribute.
|
java.lang.String |
getExternalFaults()
Returns the value of the 'External Faults' attribute.
|
java.lang.String |
getWeight()
Returns the value of the 'Weight' attribute.
|
void |
setBase_Transition(org.eclipse.uml2.uml.Transition value)
Sets the value of the '
Base Transition ' reference. |
void |
setDelay(java.lang.String value)
Sets the value of the '
Delay ' attribute. |
void |
setExternalFaults(java.lang.String value)
Sets the value of the '
External Faults ' attribute. |
void |
setWeight(java.lang.String value)
Sets the value of the '
Weight ' attribute. |
org.eclipse.uml2.uml.Transition getBase_Transition()
If the meaning of the 'Base Transition' reference isn't clear, there really should be more of a description here...
setBase_Transition(Transition)
,
ThreatsPropagationPackage.getInternalPropagation_Base_Transition()
void setBase_Transition(org.eclipse.uml2.uml.Transition value)
Base Transition
' reference.
value
- the new value of the 'Base Transition' reference.getBase_Transition()
java.lang.String getExternalFaults()
If the meaning of the 'External Faults' attribute isn't clear, there really should be more of a description here...
setExternalFaults(String)
,
ThreatsPropagationPackage.getInternalPropagation_ExternalFaults()
void setExternalFaults(java.lang.String value)
External Faults
' attribute.
value
- the new value of the 'External Faults' attribute.getExternalFaults()
java.lang.String getDelay()
If the meaning of the 'Delay' attribute isn't clear, there really should be more of a description here...
setDelay(String)
,
ThreatsPropagationPackage.getInternalPropagation_Delay()
void setDelay(java.lang.String value)
Delay
' attribute.
value
- the new value of the 'Delay' attribute.getDelay()
java.lang.String getWeight()
If the meaning of the 'Weight' attribute isn't clear, there really should be more of a description here...
setWeight(String)
,
ThreatsPropagationPackage.getInternalPropagation_Weight()
void setWeight(java.lang.String value)
Weight
' attribute.
value
- the new value of the 'Weight' attribute.getWeight()