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 |
| |
entityAction |
EntityAction |
1..1 |
xor,
XSDelement
|
Removing or adding entities. |
| |
environmentAction |
EnvironmentAction |
1..1 |
xor,
XSDelement
|
Sets the weather state, road conditions, and time of the day. |
| |
setMonitorAction |
SetMonitorAction |
1..1 |
xor,
XSDelement
|
Set the value of a monitor based on the scenario execution. |
| |
infrastructureAction |
InfrastructureAction |
1..1 |
xor,
XSDelement
|
Setting/modifying traffic signals. |
| |
variableAction |
VariableAction |
1..1 |
xor,
XSDelement
|
Setting/modifying values of variables. |
| D |
parameterAction |
ParameterAction |
1..1 |
deprecated,
xor,
XSDelement
|
Setting/modifying values of parameters. |
| |
trafficAction |
TrafficAction |
1..1 |
xor,
XSDelement
|
Populating ambient traffic. |
|
|
Deprecation
|
- Property parameterAction deprecated.
|
|
XSD 1.4 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.3
|
- Property 'entityAction'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
- Property 'environmentAction'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
- Property 'infrastructureAction'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
- Property 'variableAction'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
- Property 'parameterAction'. Stereotype <<deprecated>>. Tagged value 'withVersion' removed.
- Property 'parameterAction'. Stereotype <<deprecated>>. Tagged value 'comment' removed.
- Property 'parameterAction'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
- Property 'trafficAction'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
|
|
Stereotype Details Information
|
-
Class
- XSDcomplexType [modelGroup: "choice"; mixed: "false"]
-
Property entityAction
-
Property environmentAction
-
Property setMonitorAction
-
Property infrastructureAction
-
Property variableAction
-
Property parameterAction
-
Property trafficAction
|
To XSD