Class EntityCondition
- Applied Stereotypes:
-
XSDcomplexType,
union
Defines a specific condition on an entity.
- Used in:
-
ByEntityCondition
Properties |
|
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
|
endOfRoadCondition |
EndOfRoadCondition |
1..1 |
xor,
XSDelement
|
Condition checking for how long the reference entity has reached the end of the road. |
|
collisionCondition |
CollisionCondition |
1..1 |
xor,
XSDelement
|
Condition checking whether the reference entity was involved in a collision. |
|
offroadCondition |
OffroadCondition |
1..1 |
xor,
XSDelement
|
Condition checking for how long the reference entity has left the road. |
|
timeHeadwayCondition |
TimeHeadwayCondition |
1..1 |
xor,
XSDelement
|
Condition checking the time headway between two entities. |
|
timeToCollisionCondition |
TimeToCollisionCondition |
1..1 |
xor,
XSDelement
|
Condition checking the time to collision between two entities. |
|
accelerationCondition |
AccelerationCondition |
1..1 |
xor,
XSDelement
|
Condition checking the current acceleration of an entity. |
|
standStillCondition |
StandStillCondition |
1..1 |
xor,
XSDelement
|
Condition checking for how long the reference entity has not moved. |
|
speedCondition |
SpeedCondition |
1..1 |
xor,
XSDelement
|
Condition checking the current speed of the referenced entities. |
|
relativeSpeedCondition |
RelativeSpeedCondition |
1..1 |
xor,
XSDelement
|
Condition checking the relative speed between two entity. |
|
traveledDistanceCondition |
TraveledDistanceCondition |
1..1 |
xor,
XSDelement
|
Condition checking the total traveled distance of the reference entity since the start of the scenario. |
D |
reachPositionCondition |
ReachPositionCondition |
1..1 |
deprecated,
xor,
XSDelement
|
Condition checking whether the reference entity has reached a given position within a given uncertainty. |
|
distanceCondition |
DistanceCondition |
1..1 |
xor,
XSDelement
|
Condition checking the distance between two entities or an entity and a position. |
|
relativeDistanceCondition |
RelativeDistanceCondition |
1..1 |
xor,
XSDelement
|
Condition checking the relative distance between two entities. |
|
relativeClearanceCondition |
RelativeClearanceCondition |
1..1 |
xor,
XSDelement
|
Condition checking the relative clearance of an entity. |
|
angleCondition |
AngleCondition |
1..1 |
xor,
XSDelement
|
Condition checking the angle of an entity. |
|
relativeAngleCondition |
RelativeAngleCondition |
1..1 |
xor,
XSDelement
|
Condition checking the angle of an entity relative to a reference entity. |
|
Deprecation |
- Property reachPositionCondition deprecated. With version 1.2. Use DistanceCondition instead.
|
Change log from version 1.2 |
- Property 'angleCondition' created.
- Property 'relativeAngleCondition' created.
- Property 'endOfRoadCondition'. Lower cardinality changed.
- Property 'collisionCondition'. Lower cardinality changed.
- Property 'offroadCondition'. Lower cardinality changed.
- Property 'timeHeadwayCondition'. Lower cardinality changed.
- Property 'timeToCollisionCondition'. Lower cardinality changed.
- Property 'accelerationCondition'. Lower cardinality changed.
- Property 'standStillCondition'. Lower cardinality changed.
- Property 'speedCondition'. Lower cardinality changed.
- Property 'relativeSpeedCondition'. Lower cardinality changed.
- Property 'traveledDistanceCondition'. Lower cardinality changed.
- Property 'reachPositionCondition'. Lower cardinality changed.
- Property 'distanceCondition'. Lower cardinality changed.
- Property 'relativeDistanceCondition'. Lower cardinality changed.
- Property 'relativeClearanceCondition'. Lower cardinality changed.
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "choice"; mixed: "false"]
- Property endOfRoadCondition
- XSDelement [position: "1"]
- Property collisionCondition
- XSDelement [position: "2"]
- Property offroadCondition
- XSDelement [position: "3"]
- Property timeHeadwayCondition
- XSDelement [position: "4"]
- Property timeToCollisionCondition
- XSDelement [position: "5"]
- Property accelerationCondition
- XSDelement [position: "6"]
- Property standStillCondition
- XSDelement [position: "7"]
- Property speedCondition
- XSDelement [position: "8"]
- Property relativeSpeedCondition
- XSDelement [position: "9"]
- Property traveledDistanceCondition
- XSDelement [position: "10"]
- Property reachPositionCondition
- deprecated [withVersion: "1.2"; comment: "Use DistanceCondition instead."]
- XSDelement [position: "11"]
- Property distanceCondition
- XSDelement [position: "12"]
- Property relativeDistanceCondition
- XSDelement [position: "13"]
- Property relativeClearanceCondition
- XSDelement [position: "14"]
- Property angleCondition
- XSDelement [position: "15"]
- Property relativeAngleCondition
- XSDelement [position: "16"]
|
To XSD