|
GATE Version 3.1-2270 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Controller
Models the execution of groups of ProcessingResources.
Method Summary | |
---|---|
Collection |
getPRs()
Returns all the ProcessingResource s contained by this
controller. |
void |
setPRs(Collection PRs)
Populates this controller from a collection of ProcessingResource s
(optional operation). |
Methods inherited from interface gate.Resource |
---|
cleanup, getParameterValue, init, setParameterValue, setParameterValues |
Methods inherited from interface gate.util.FeatureBearer |
---|
getFeatures, setFeatures |
Methods inherited from interface gate.util.NameBearer |
---|
getName, setName |
Methods inherited from interface gate.Executable |
---|
execute, interrupt, isInterrupted |
Method Detail |
---|
Collection getPRs()
ProcessingResource
s contained by this
controller.
The actual type of collection returned depends on the controller type.
void setPRs(Collection PRs)
ProcessingResource
s
(optional operation).
Controllers that are serializable must implement this method needed by GATE
to restore their contents.
UnsupportedOperationException
- if the setPRs method
is not supported by this controller.
|
GATE Version 3.1-2270 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |