public class FrozenAgentsCommandFilter extends java.lang.Object implements CommandFilter
| Constructor and Description |
|---|
FrozenAgentsCommandFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
filter(java.util.Collection<Command> commands,
KernelState state)
Filter a set of agent commands.
|
void |
initialise(Config config)
Initialise this filter.
|
public void initialise(Config config)
CommandFilterinitialise in interface CommandFilterconfig - The kernel configuration.public void filter(java.util.Collection<Command> commands, KernelState state)
CommandFilterfilter in interface CommandFiltercommands - The commands to filter. This collection should be modified to remove any illegal commands.state - The state of the kernel.