96 <p> |
96 <p> |
97 Taken from Boa Constructor. |
97 Taken from Boa Constructor. |
98 </p> |
98 </p> |
99 <dl> |
99 <dl> |
100 |
100 |
101 <dt><i>routes</i></dt> |
101 <dt><i>routes</i> (list of tuple of (str, str))</dt> |
102 <dd> |
102 <dd> |
103 list of routes between nodes |
103 list of routes between nodes |
104 </dd> |
104 </dd> |
105 </dl> |
105 </dl> |
106 <dl> |
106 <dl> |
107 <dt>Return:</dt> |
107 <dt>Return:</dt> |
108 <dd> |
108 <dd> |
109 dictionary of child and dictionary of parent relationships |
109 dictionary of child and dictionary of parent relationships |
|
110 </dd> |
|
111 </dl> |
|
112 <dl> |
|
113 <dt>Return Type:</dt> |
|
114 <dd> |
|
115 tuple of (dict, dict) |
110 </dd> |
116 </dd> |
111 </dl> |
117 </dl> |
112 <div align="right"><a href="#top">Up</a></div> |
118 <div align="right"><a href="#top">Up</a></div> |
113 <hr /> |
119 <hr /> |
114 <hr /> |
120 <hr /> |
126 <p> |
132 <p> |
127 The algorithm was taken from Boa Constructor. |
133 The algorithm was taken from Boa Constructor. |
128 </p> |
134 </p> |
129 <dl> |
135 <dl> |
130 |
136 |
131 <dt><i>nodes</i></dt> |
137 <dt><i>nodes</i> (str)</dt> |
132 <dd> |
138 <dd> |
133 list of nodes to be sorted |
139 list of nodes to be sorted |
134 </dd> |
140 </dd> |
135 <dt><i>routes</i></dt> |
141 <dt><i>routes</i> (list of tuple of (str, str))</dt> |
136 <dd> |
142 <dd> |
137 list of routes between the nodes |
143 list of routes between the nodes |
138 </dd> |
144 </dd> |
139 <dt><i>noRecursion</i></dt> |
145 <dt><i>noRecursion</i> (bool)</dt> |
140 <dd> |
146 <dd> |
141 flag indicating, if recursion errors should be raised |
147 flag indicating, if recursion errors should be raised |
142 </dd> |
148 </dd> |
143 </dl> |
149 </dl> |
144 <dl> |
150 <dl> |
145 <dt>Return:</dt> |
151 <dt>Return:</dt> |
146 <dd> |
152 <dd> |
147 list of stages |
153 list of stages |
|
154 </dd> |
|
155 </dl> |
|
156 <dl> |
|
157 <dt>Return Type:</dt> |
|
158 <dd> |
|
159 list of lists of str |
148 </dd> |
160 </dd> |
149 </dl> |
161 </dl> |
150 <dl> |
162 <dl> |
151 |
163 |
152 <dt>Raises <b>RecursionError</b>:</dt> |
164 <dt>Raises <b>RecursionError</b>:</dt> |