Class SpeedAction
- Applied Stereotypes:
-
XSDcomplexType
- Implements Interfaces:
-
MotionControlAction
This action describes the transition of an entity's speed to a target speed. SpeedActionDynamics specifies the transition with respects to time or distance combined with a shape.
- Used in:
-
LongitudinalAction
Properties |
|
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
|
speedActionDynamics |
TransitionDynamics |
1..1 |
XSDelement
|
Defines how the target speed is reached. |
|
speedActionTarget |
SpeedActionTarget |
1..1 |
XSDelement
|
Defines the target speed which should be reached. |
|
XSD 1.3 Representation |
<xsd:complexType name="SpeedAction">
<xsd:all>
<xsd:element name="SpeedActionDynamics" type="TransitionDynamics"/>
<xsd:element name="SpeedActionTarget" type="SpeedActionTarget"/>
</xsd:all>
</xsd:complexType>
|
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "all"; mixed: "false"]
- Property speedActionDynamics
- XSDelement [position: "1"]
- Property speedActionTarget
- XSDelement [position: "2"]
|
To XSD