Class PrivateAction
- Applied Stereotypes:
-
XSDcomplexType,
union
Actions applied to one or multiple entities. Either the entities are referenced in the actors of the enclosing maneuver group or the single entity is referenced in the enclosing Private instance.
- Used in:
-
Action ,
Private
|
Properties
|
| |
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
| D |
activateControllerAction |
ActivateControllerAction |
1..1 |
deprecated,
xor,
XSDelement
|
Activates/ deactivates a controller on the reference entity/entities. |
| |
appearanceAction |
AppearanceAction |
1..1 |
xor,
XSDelement
|
Defines the behaviour of an entity without moving it in the world, e.g. turning on a light or opening a door. |
| |
controllerAction |
ControllerAction |
1..1 |
xor,
XSDelement
|
Assigns a controller to the reference entity/entities. |
| |
lateralAction |
LateralAction |
1..1 |
xor,
XSDelement
|
Applies lateral control behavior on the reference entity/entities. Either a LaneChangeAction, LaneOffsetAction or a LateralDistanceAction. |
| |
longitudinalAction |
LongitudinalAction |
1..1 |
xor,
XSDelement
|
Applies longitudinal control behavior on the reference entity/entities. Either a SpeedAction, LongitudinalDistanceAction or a SpeedProfileAction. |
| |
synchronizeAction |
SynchronizeAction |
1..1 |
xor,
XSDelement
|
Synchronizes the reference entity/entities with a master entity. A target position is provided for the entity and for the master entity to be reached at the same time. |
| |
routingAction |
RoutingAction |
1..1 |
xor,
XSDelement
|
Applies an AssignRouteAction, a FollowTrajectoryAction or an AcquirePositionAction to the reference entity/entities. |
| |
visibilityAction |
VisibilityAction |
1..1 |
xor,
XSDelement
|
Sets visibility attributes on the reference entity/entities. |
| |
trailerAction |
TrailerAction |
1..1 |
xor,
XSDelement
|
Connect or disconnect trailer. |
| |
teleportAction |
TeleportAction |
1..1 |
xor,
XSDelement
|
Assigns a position to the reference entity/entities. |
|
|
Deprecation
|
- Property activateControllerAction deprecated.
|
|
XSD 1.4 Representation
|
<xsd:complexType name="PrivateAction">
<xsd:choice>
<xsd:element name="LongitudinalAction" type="LongitudinalAction"/>
<xsd:element name="LateralAction" type="LateralAction"/>
<xsd:element name="VisibilityAction" type="VisibilityAction"/>
<xsd:element name="SynchronizeAction" type="SynchronizeAction"/>
<xsd:element name="ActivateControllerAction" type="ActivateControllerAction">
<xsd:annotation>
<xsd:appinfo>
deprecated
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element name="ControllerAction" type="ControllerAction"/>
<xsd:element name="TeleportAction" type="TeleportAction"/>
<xsd:element name="RoutingAction" type="RoutingAction"/>
<xsd:element name="AppearanceAction" type="AppearanceAction"/>
<xsd:element name="TrailerAction" type="TrailerAction"/>
</xsd:choice>
</xsd:complexType>
|
|
|
Change log from version 1.3
|
- Property 'activateControllerAction'. Stereotype <<deprecated>>. Tagged value 'withVersion' removed.
- Property 'activateControllerAction'. Stereotype <<deprecated>>. Tagged value 'comment' removed.
- Property 'activateControllerAction'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
- Property 'appearanceAction'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
- Property 'controllerAction'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
- Property 'lateralAction'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
- Property 'longitudinalAction'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
- Property 'synchronizeAction'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
- Property 'routingAction'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
- Property 'visibilityAction'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
- Property 'teleportAction'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
|
|
Stereotype Details Information
|
-
Class
- XSDcomplexType [modelGroup: "choice"; mixed: "false"]
-
Property activateControllerAction
-
Property appearanceAction
-
Property controllerAction
-
Property lateralAction
-
Property longitudinalAction
-
Property synchronizeAction
-
Property routingAction
-
Property visibilityAction
-
Property trailerAction
-
Property teleportAction
|
To XSD