public interface GangerFactory<P,A>
You can find a basic single-zone implementation in
SingleGangerFactory
.
Modifier and Type | Method and Description |
---|---|
Ganger<P,A> |
createGanger(Padding padding,
ConfigMap config,
GangContext context)
Creates a ganger.
|
ConfigKey<?>[] |
getGangerKeys()
Returns the configuration keys that can be used to configure
the gangers produced by this factory.
|
boolean |
hasIndependentZones()
Indicates whether this ganger factory has zones that can be created
according to the details of the plot and controlled independently
by user request.
|
ConfigKey<?>[] getGangerKeys()
boolean hasIndependentZones()
Ganger<P,A> createGanger(Padding padding, ConfigMap config, GangContext context)
padding
- required padding around plot areaconfig
- configuration map that may contain keys from
getGangerKeyscontext
- additional context required for ganger creationCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.