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

Method getPRs

src/main/java/gate/Controller.java:36–36  ·  view source on GitHub ↗

Returns all the gate.ProcessingResources contained by this controller. The actual type of collection returned depends on the controller type.

()

Source from the content-addressed store, hash-verified

34 * controller type.
35 */
36 public Collection<ProcessingResource> getPRs();
37
38 /**
39 * Populates this controller from a collection of

Callers 15

extractDataFromSourceMethod · 0.95
createObjectMethod · 0.95
isEnabledMethod · 0.65
getControllerAwarePRsMethod · 0.65
interruptMethod · 0.65
setDocToPrsMethod · 0.65
cleanupMethod · 0.65
duplicateMethod · 0.65
setDocToPrsMethod · 0.65

Implementers 1

AbstractControllersrc/main/java/gate/creole/AbstractCont

Calls

no outgoing calls

Tested by

no test coverage detected