Class TrafficSinkAction
- Applied Stereotypes:
-
XSDcomplexType
Defines a sink of traffic at a specific position.
- Used in:
-
TrafficAction
Properties |
|
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
|
radius |
double |
1..1 |
XSDattribute
|
Defines the radius of the traffic sink where vehicles disappear around the specified position. Unit: [m]. Range: [0..inf[. |
|
rate |
double |
0..1 |
XSDattribute
|
Defines the rate on which vehicles disappear at the sinks location. If omitted, rate is interpreted as 'inf'. Unit: [vehicles/s]. Range: [0..inf[. |
|
position |
Position |
1..1 |
XSDelement
|
Defines the position of the traffic sink. |
D |
trafficDefinition |
TrafficDefinition |
0..1 |
deprecated,
XSDelement
|
Defines the vehicle and controller distribution for the sink. |
|
Deprecation |
- Property trafficDefinition deprecated.
|
XSD 1.3 Representation |
<xsd:complexType name="TrafficSinkAction">
<xsd:all>
<xsd:element name="Position" type="Position"/>
<xsd:element name="TrafficDefinition" type="TrafficDefinition" minOccurs="0">
<xsd:annotation>
<xsd:appinfo>
deprecated
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
</xsd:all>
<xsd:attribute name="radius" type="Double" use="required"/>
<xsd:attribute name="rate" type="Double"/>
</xsd:complexType>
|
|
Change log from version 1.2 |
- Property 'trafficDefinition'. Stereotype <<deprecated>> applied.
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "all"; mixed: "false"]
- Property radius
- Property rate
- Property position
- XSDelement [position: "1"]
- Property trafficDefinition
- XSDelement [position: "2"]
|
To XSD