Class RoutingAction
- Applied Stereotypes:
-
XSDcomplexType,
union
Controls entity routing, either by following a predefined route or trajectory, alternatively by specifying a destination position which the entity should aim to reach.
Further, it can be enforced that an entity selects its routing at each junction randomly.
- Used in:
-
PrivateAction
Properties |
|
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
|
assignRouteAction |
AssignRouteAction |
1..1 |
xor,
XSDelement
|
Assigns a route to an entity. The route is defined by at least two waypoints. |
|
followTrajectoryAction |
FollowTrajectoryAction |
1..1 |
xor,
XSDelement
|
Controls an entity to follow a trajectory. |
|
acquirePositionAction |
AcquirePositionAction |
1..1 |
xor,
XSDelement
|
Assigns a route to an entity. The route assigned will be the shortest route (along roads) between the entity's current position and the position specified. |
|
randomRouteAction |
RandomRouteAction |
1..1 |
xor,
XSDelement
|
Assigns random routing behavior to an entity. |
|
Change log from version 1.2 |
- Annotation changed
-
- New Value
- Controls entity routing, either by following a predefined route or trajectory, alternatively by specifying a destination position which the entity should aim to reach.
Further, it can be enforced that an entity selects its routing at each junction randomly.
- From 1.2.0
- Controls entity routing, either by following a predefined route or trajectory, alternatively by specifying a destination position which the entity should aim to reach.
- Property 'randomRouteAction' created.
- Property 'assignRouteAction'. Lower cardinality changed.
- Property 'followTrajectoryAction'. Lower cardinality changed.
- Property 'acquirePositionAction'. Lower cardinality changed.
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "choice"; mixed: "false"]
- Property assignRouteAction
- XSDelement [position: "1"]
- Property followTrajectoryAction
- XSDelement [position: "2"]
- Property acquirePositionAction
- XSDelement [position: "3"]
- Property randomRouteAction
- XSDelement [position: "4"]
|
To XSD