Class ParameterModifyAction

Applied Stereotypes:
XSDcomplexType, deprecated

Modify a global parameter according to given rules.

Used in:
ParameterAction
Properties
  Name Type Cardinality AppliedStereotypes Description
  rule ModifyRule 1..1 XSDelement Either adding a value to a parameter or multiply a parameter by a value. Has to match the parameter type.
Deprecation
  • Class deprecated. With version 1.2. Use VariableModifyAction.
XSD 1.3 Representation


<xsd:complexType name="ParameterModifyAction">
<xsd:annotation>
<xsd:appinfo>
deprecated
</xsd:appinfo>
</xsd:annotation>
<xsd:all>
<xsd:element name="Rule" type="ModifyRule"/>
</xsd:all>
</xsd:complexType>

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "all"; mixed: "false"]
    • deprecated [withVersion: "1.2"; comment: "Use VariableModifyAction"]
  • Property rule
    • XSDelement [position: "1"]

To XSD