Method
addLineInfo
Adds a pre-configured LineInfo to this stratum's line data. @param li the line info to add
(LineInfo li)
Source from the content-addressed store, hash-verified
| 279 | * @param li the line info to add |
| 280 | */ |
| 281 | public void addLineInfo(LineInfo li) { |
| 282 | lineData.add(li); |
| 283 | } |
| 284 | |
| 285 | |
| 286 | /** |
Tested by
no test coverage detected