Class DirectionOfTravelDistribution
- Applied Stereotypes:
-
XSDcomplexType
Defines a distribution, which direction of travel of the swarm traffic relative to the central object should be used.
Represents the weight of a given direction of travel. The relative probability for the occurence of this direction of travel is defined by the weight devided by the sum of all weights of this distribution.
- Used in:
-
TrafficSwarmAction
Properties |
|
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
|
opposite |
double |
1..1 |
XSDattribute
|
The weight of vehicles moving in the opposite direction as the central object. Range: [0..inf[. |
|
same |
double |
1..1 |
XSDattribute
|
The weight of vehicles moving in the same direction as the central object. Range: [0..inf[. |
|
XSD 1.3 Representation |
<xsd:complexType name="DirectionOfTravelDistribution">
<xsd:attribute name="same" type="Double" use="required"/>
<xsd:attribute name="opposite" type="Double" use="required"/>
</xsd:complexType>
|
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
- Property opposite
- Property same
|
To XSD