Class SpeedCondition
- Applied Stereotypes:
-
XSDcomplexType
Compares a triggering entity's/entities' speed to a target speed. The logical operator for the comparison is given by the rule attribute. If direction is used, only the projection to that direction is used in the comparison.
- Used in:
-
EntityCondition
Properties |
|
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
|
direction |
DirectionalDimension |
0..1 |
XSDattribute
|
Direction of the speed (if not given, the total speed is considered). |
|
rule |
Rule |
1..1 |
XSDattribute
|
The operator (less, greater, equal). |
|
value |
double |
1..1 |
XSDattribute
|
Speed value of the speed condition. Unit: [m/s]. |
|
XSD 1.3 Representation |
<xsd:complexType name="SpeedCondition">
<xsd:attribute name="rule" type="Rule" use="required"/>
<xsd:attribute name="value" type="Double" use="required"/>
<xsd:attribute name="direction" type="DirectionalDimension"/>
</xsd:complexType>
|
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
- Property direction
- Property rule
- Property value
|
To XSD