Returns all the gate.ProcessingResources contained by thisFeature controller as an unmodifiable list.
()
| 65 | * controller as an unmodifiable list. |
| 66 | */ |
| 67 | @Override |
| 68 | public List<ProcessingResource> getPRs() { |
| 69 | return Collections.unmodifiableList(prList); |
| 70 | } |
| 71 | |
| 72 | /** |
| 73 | * Populates this controller from a collection of {@link ProcessingResource}s |