| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||
Defines the demand model (directed / undirected).
Admissible values of the element are:
UNDIRECTED
Each demand is routed without direction between its end-nodes.
In this case, the link model must be UNDIRECTED. This case
corresponds to a triangular traffic matrix.
DIRECTED
Each demand is routed from source to target.
In this case, every link model is admissible.
The directed links can only be used in their direction.
Accordingly, capacity is consumed in this direction. This case
corresponds to an unsymmetric traffic matrix.
<xs:element name="demandModel"><xs:simpleType></xs:element><xs:restriction base="xs:string"></xs:simpleType><xs:enumeration value="UNDIRECTED"/><xs:enumeration value="DIRECTED"/></xs:restriction>
| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||