Class TransitionDynamics

Applied Stereotypes:
XSDcomplexType

Specifies the dynamics of a value transition and defines how the value changes over time or distance. Different shapes can be used for the transition. Step is an immediate transition, i.e. a jump from the current current value to the target value. In this case value for time or distance must be 0. Linear will result in a linear transition between the start and end value. A smooth transition is only given with cubic and sinusoidal shape.

Used in:
LaneChangeAction , SpeedAction
Properties
Name Type Cardinality AppliedStereotypes Description
dynamicsDimension DynamicsDimension 1..1 XSDattribute The semantics of the value: 'rate', 'time' or 'distance'.
dynamicsShape DynamicsShape 1..1 XSDattribute The shape of the transition function f(x) between current and target value.
value double 1..1 XSDattribute The value for a predefined rate (Unit: delta/s), time (Unit: s) or distance (Unit: m) to acquire the target value. Range: [0..inf[.

XSD 1.1 Representation


<xsd:complexType name="TransitionDynamics">
<xsd:attribute name="dynamicsDimension" type="DynamicsDimension" use="required"/>
<xsd:attribute name="dynamicsShape" type="DynamicsShape" use="required"/>
<xsd:attribute name="value" type="Double" use="required"/>
</xsd:complexType>

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property dynamicsDimension
    • XSDattribute
  • Property dynamicsShape
    • XSDattribute
  • Property value
    • XSDattribute

To XSD To XSD Tree