Class GlobalAction
- Applied Stereotypes:
-
XSDcomplexType,
union
Actions that does not explicitly target an entity’s state.
- Used in:
-
Action ,
InitActions
Properties |
|
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
|
environmentAction |
EnvironmentAction |
1..1 |
xor,
XSDelement
|
Sets the weather state, road conditions, and time of the day. |
|
entityAction |
EntityAction |
1..1 |
xor,
XSDelement
|
Removing or adding entities. |
|
infrastructureAction |
InfrastructureAction |
1..1 |
xor,
XSDelement
|
Setting/modifying traffic signals. |
|
setMonitorAction |
SetMonitorAction |
1..1 |
xor,
XSDelement
|
Set the value of a monitor based on the scenario execution. |
D |
parameterAction |
ParameterAction |
1..1 |
deprecated,
xor,
XSDelement
|
Setting/modifying values of parameters. |
|
trafficAction |
TrafficAction |
1..1 |
xor,
XSDelement
|
Populating ambient traffic. |
|
variableAction |
VariableAction |
1..1 |
xor,
XSDelement
|
Setting/modifying values of variables. |
|
Deprecation |
- Property parameterAction deprecated. With version 1.2. Use variableAction.
|
XSD 1.3 Representation |
<xsd:complexType name="GlobalAction">
<xsd:choice>
<xsd:element name="EnvironmentAction" type="EnvironmentAction"/>
<xsd:element name="EntityAction" type="EntityAction"/>
<xsd:element name="InfrastructureAction" type="InfrastructureAction"/>
<xsd:element name="SetMonitorAction" type="SetMonitorAction"/>
<xsd:element name="ParameterAction" type="ParameterAction">
<xsd:annotation>
<xsd:appinfo>
deprecated
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element name="TrafficAction" type="TrafficAction"/>
<xsd:element name="VariableAction" type="VariableAction"/>
</xsd:choice>
</xsd:complexType>
|
|
Change log from version 1.2 |
- Property 'setMonitorAction' created.
- Property 'environmentAction'. Lower cardinality changed.
- Property 'entityAction'. Lower cardinality changed.
- Property 'infrastructureAction'. Lower cardinality changed.
- Property 'infrastructureAction'. Stereotype <<XSDelement>>. Tagged value 'position' changed.
- Property 'parameterAction'. Lower cardinality changed.
- Property 'parameterAction'. Stereotype <<XSDelement>>. Tagged value 'position' changed.
- Property 'trafficAction'. Lower cardinality changed.
- Property 'trafficAction'. Stereotype <<XSDelement>>. Tagged value 'position' changed.
- Property 'variableAction'. Lower cardinality changed.
- Property 'variableAction'. Stereotype <<XSDelement>>. Tagged value 'position' changed.
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "choice"; mixed: "false"]
- Property environmentAction
- XSDelement [position: "1"]
- Property entityAction
- XSDelement [position: "2"]
- Property infrastructureAction
- XSDelement [position: "3"]
- Property setMonitorAction
- XSDelement [position: "4"]
- Property parameterAction
- deprecated [withVersion: "1.2"; comment: "Use variableAction"]
- XSDelement [position: "5"]
- Property trafficAction
- XSDelement [position: "6"]
- Property variableAction
- XSDelement [position: "7"]
|
To XSD