public interface RedundancyManager
extends org.eclipse.emf.ecore.EObject
The following features are supported:
Modifier and Type | Method and Description |
---|---|
org.eclipse.uml2.uml.Component |
getBase_Component()
Returns the value of the 'Base Component' reference.
|
RedundancyKind |
getScheme()
Returns the value of the 'Scheme' attribute.
|
void |
setBase_Component(org.eclipse.uml2.uml.Component value)
Sets the value of the '
Base Component ' reference. |
void |
setScheme(RedundancyKind value)
Sets the value of the '
Scheme ' attribute. |
org.eclipse.uml2.uml.Component getBase_Component()
If the meaning of the 'Base Component' reference isn't clear, there really should be more of a description here...
setBase_Component(Component)
,
FaultTolerancePackage.getRedundancyManager_Base_Component()
void setBase_Component(org.eclipse.uml2.uml.Component value)
Base Component
' reference.
value
- the new value of the 'Base Component' reference.getBase_Component()
RedundancyKind getScheme()
RedundancyKind
.
If the meaning of the 'Scheme' attribute isn't clear, there really should be more of a description here...
RedundancyKind
,
setScheme(RedundancyKind)
,
FaultTolerancePackage.getRedundancyManager_Scheme()
void setScheme(RedundancyKind value)
Scheme
' attribute.
value
- the new value of the 'Scheme' attribute.RedundancyKind
,
getScheme()