MCPcopy Create free account
hub / github.com/GateNLP/gate-core / getPRs

Method getPRs

src/main/java/gate/creole/SerialController.java:67–70  ·  view source on GitHub ↗

Returns all the gate.ProcessingResources contained by thisFeature controller as an unmodifiable list.

()

Source from the content-addressed store, hash-verified

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

Callers 1

cleanupMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected