public interface SimpleStochasticBehavior
extends org.eclipse.emf.ecore.EObject
The following features are supported:
Modifier and Type | Method and Description |
---|---|
org.eclipse.uml2.uml.Class |
getBase_Class()
Returns the value of the 'Base Class' 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.
|
org.eclipse.uml2.uml.Property |
getBase_Property()
Returns the value of the 'Base Property' reference.
|
java.lang.String |
getFailureModesDistribution()
Returns the value of the 'Failure Modes Distribution' attribute.
|
java.lang.String |
getFailureOccurrence()
Returns the value of the 'Failure Occurrence' attribute.
|
java.lang.String |
getRepairDelay()
Returns the value of the 'Repair Delay' attribute.
|
void |
setBase_Class(org.eclipse.uml2.uml.Class value)
Sets the value of the '
Base Class ' 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 |
setBase_Property(org.eclipse.uml2.uml.Property value)
Sets the value of the '
Base Property ' reference. |
void |
setFailureModesDistribution(java.lang.String value)
Sets the value of the '
Failure Modes Distribution ' attribute. |
void |
setFailureOccurrence(java.lang.String value)
Sets the value of the '
Failure Occurrence ' attribute. |
void |
setRepairDelay(java.lang.String value)
Sets the value of the '
Repair Delay ' attribute. |
org.eclipse.uml2.uml.Class getBase_Class()
If the meaning of the 'Base Class' reference isn't clear, there really should be more of a description here...
setBase_Class(org.eclipse.uml2.uml.Class)
,
StateBasedComponentsPackage.getSimpleStochasticBehavior_Base_Class()
void setBase_Class(org.eclipse.uml2.uml.Class value)
Base Class
' reference.
value
- the new value of the 'Base Class' reference.getBase_Class()
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)
,
StateBasedComponentsPackage.getSimpleStochasticBehavior_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)
,
StateBasedComponentsPackage.getSimpleStochasticBehavior_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()
java.lang.String getFailureOccurrence()
If the meaning of the 'Failure Occurrence' attribute isn't clear, there really should be more of a description here...
setFailureOccurrence(String)
,
StateBasedComponentsPackage.getSimpleStochasticBehavior_FailureOccurrence()
void setFailureOccurrence(java.lang.String value)
Failure Occurrence
' attribute.
value
- the new value of the 'Failure Occurrence' attribute.getFailureOccurrence()
java.lang.String getRepairDelay()
If the meaning of the 'Repair Delay' attribute isn't clear, there really should be more of a description here...
setRepairDelay(String)
,
StateBasedComponentsPackage.getSimpleStochasticBehavior_RepairDelay()
void setRepairDelay(java.lang.String value)
Repair Delay
' attribute.
value
- the new value of the 'Repair Delay' attribute.getRepairDelay()
java.lang.String getFailureModesDistribution()
If the meaning of the 'Failure Modes Distribution' attribute isn't clear, there really should be more of a description here...
setFailureModesDistribution(String)
,
StateBasedComponentsPackage.getSimpleStochasticBehavior_FailureModesDistribution()
void setFailureModesDistribution(java.lang.String value)
Failure Modes Distribution
' attribute.
value
- the new value of the 'Failure Modes Distribution' attribute.getFailureModesDistribution()
org.eclipse.uml2.uml.Property getBase_Property()
If the meaning of the 'Base Property' reference isn't clear, there really should be more of a description here...
setBase_Property(Property)
,
StateBasedComponentsPackage.getSimpleStochasticBehavior_Base_Property()
void setBase_Property(org.eclipse.uml2.uml.Property value)
Base Property
' reference.
value
- the new value of the 'Base Property' reference.getBase_Property()