public interface FaultTolerant
extends org.eclipse.emf.ecore.EObject
The following features are supported:
FaultTolerancePackage.getFaultTolerant()
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.
|
org.eclipse.uml2.uml.OpaqueExpression |
getSchemeAttrs()
Returns the value of the 'Scheme Attrs' reference.
|
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. |
void |
setSchemeAttrs(org.eclipse.uml2.uml.OpaqueExpression value)
Sets the value of the '
Scheme Attrs ' reference. |
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.getFaultTolerant_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.getFaultTolerant_Scheme()
void setScheme(RedundancyKind value)
Scheme
' attribute.
value
- the new value of the 'Scheme' attribute.RedundancyKind
,
getScheme()
org.eclipse.uml2.uml.OpaqueExpression getSchemeAttrs()
If the meaning of the 'Scheme Attrs' reference isn't clear, there really should be more of a description here...
setSchemeAttrs(OpaqueExpression)
,
FaultTolerancePackage.getFaultTolerant_SchemeAttrs()
void setSchemeAttrs(org.eclipse.uml2.uml.OpaqueExpression value)
Scheme Attrs
' reference.
value
- the new value of the 'Scheme Attrs' reference.getSchemeAttrs()