Class SetMonitorAction
- Applied Stereotypes:
-
XSDcomplexType
Action used to set the value of a monitor. If it is set to false by this action, that indicates the scenario was not executed as expected.
- Used in:
-
GlobalAction
|
Properties
|
| |
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
| |
monitorRef |
MonitorDeclaration |
1..1 |
nameRef,
XSDattribute
|
Name of the referenced monitor. |
| |
value |
boolean |
1..1 |
XSDattribute
|
New value of the monitor. |
|
|
XSD 1.4 Representation
|
<xsd:complexType name="SetMonitorAction">
<xsd:attribute name="monitorRef" type="String" use="required"/>
<xsd:attribute name="value" type="Boolean" use="required"/>
</xsd:complexType>
|
|
|
Stereotype Details Information
|
-
Class
- XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
-
Property monitorRef
-
Property value
|
To XSD