Class TrafficAction
- Applied Stereotypes:
-
XSDcomplexType,
union
Actions defining macroscopic traffic flow and behavior.
- Used in:
-
GlobalAction
Properties |
|
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
|
trafficName |
string |
0..1 |
XSDattribute
|
Name of the traffic that is created. This name can be referenced when stopping the traffic with StopTrafficAction. |
|
trafficSourceAction |
TrafficSourceAction |
1..1 |
xor,
XSDelement
|
Defines a source of traffic at a specific position. |
|
trafficSinkAction |
TrafficSinkAction |
1..1 |
xor,
XSDelement
|
Defines a sink of traffic at a specific position. |
|
trafficSwarmAction |
TrafficSwarmAction |
1..1 |
xor,
XSDelement
|
Defines swarm traffic around a given central entity. |
|
trafficAreaAction |
TrafficAreaAction |
1..1 |
xor,
XSDelement
|
Defines traffic in a specific area. |
|
trafficStopAction |
TrafficStopAction |
1..1 |
xor,
XSDelement
|
Stops traffic instances (area, swarm, source, sink). |
|
Change log from version 1.2 |
- Property 'trafficAreaAction' created.
- Property 'trafficSourceAction'. Lower cardinality changed.
- Property 'trafficSinkAction'. Lower cardinality changed.
- Property 'trafficSwarmAction'. Lower cardinality changed.
- Property 'trafficStopAction'. Lower cardinality changed.
- Property 'trafficStopAction'. Annotation changed.
-
- New Value
- Stops traffic instances (area, swarm, source, sink).
- From 1.2.0
- Stops traffic instances (swarm, source, sink).
- Property 'trafficStopAction'. Stereotype <<XSDelement>>. Tagged value 'position' changed.
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "choice"; mixed: "false"]
- Property trafficName
- Property trafficSourceAction
- XSDelement [position: "1"]
- Property trafficSinkAction
- XSDelement [position: "2"]
- Property trafficSwarmAction
- XSDelement [position: "3"]
- Property trafficAreaAction
- XSDelement [position: "4"]
- Property trafficStopAction
- XSDelement [position: "5"]
|
To XSD