public interface Propagation
extends org.eclipse.emf.ecore.EObject
The following features are supported:
Modifier and Type | Method and Description |
---|---|
org.eclipse.uml2.uml.Comment |
getBase_Comment()
Returns the value of the 'Base Comment' reference.
|
org.eclipse.uml2.uml.Connector |
getBase_Connector()
Returns the value of the 'Base Connector' reference.
|
org.eclipse.uml2.uml.InstanceSpecification |
getBase_InstanceSpecification()
Returns the value of the 'Base Instance Specification' reference.
|
java.lang.String |
getDelay()
Returns the value of the 'Delay' attribute.
|
java.lang.String |
getProb()
Returns the value of the 'Prob' attribute.
|
void |
setBase_Comment(org.eclipse.uml2.uml.Comment value)
Sets the value of the '
Base Comment ' reference. |
void |
setBase_Connector(org.eclipse.uml2.uml.Connector value)
Sets the value of the '
Base Connector ' reference. |
void |
setBase_InstanceSpecification(org.eclipse.uml2.uml.InstanceSpecification value)
Sets the value of the '
Base Instance Specification ' reference. |
void |
setDelay(java.lang.String value)
Sets the value of the '
Delay ' attribute. |
void |
setProb(java.lang.String value)
Sets the value of the '
Prob ' attribute. |
java.lang.String getProb()
If the meaning of the 'Prob' attribute isn't clear, there really should be more of a description here...
setProb(String)
,
DependableComponentPackage.getPropagation_Prob()
void setProb(java.lang.String value)
Prob
' attribute.
value
- the new value of the 'Prob' attribute.getProb()
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)
,
DependableComponentPackage.getPropagation_Delay()
void setDelay(java.lang.String value)
Delay
' attribute.
value
- the new value of the 'Delay' attribute.getDelay()
org.eclipse.uml2.uml.Comment getBase_Comment()
If the meaning of the 'Base Comment' reference isn't clear, there really should be more of a description here...
setBase_Comment(Comment)
,
DependableComponentPackage.getPropagation_Base_Comment()
void setBase_Comment(org.eclipse.uml2.uml.Comment value)
Base Comment
' reference.
value
- the new value of the 'Base Comment' reference.getBase_Comment()
org.eclipse.uml2.uml.Connector getBase_Connector()
If the meaning of the 'Base Connector' reference isn't clear, there really should be more of a description here...
setBase_Connector(Connector)
,
DependableComponentPackage.getPropagation_Base_Connector()
void setBase_Connector(org.eclipse.uml2.uml.Connector value)
Base Connector
' reference.
value
- the new value of the 'Base Connector' reference.getBase_Connector()
org.eclipse.uml2.uml.InstanceSpecification getBase_InstanceSpecification()
If the meaning of the 'Base Instance Specification' reference isn't clear, there really should be more of a description here...
setBase_InstanceSpecification(InstanceSpecification)
,
DependableComponentPackage.getPropagation_Base_InstanceSpecification()
void setBase_InstanceSpecification(org.eclipse.uml2.uml.InstanceSpecification value)
Base Instance Specification
' reference.
value
- the new value of the 'Base Instance Specification' reference.getBase_InstanceSpecification()