A
- public class DefaultPerceptor<A> extends java.lang.Object implements Perceptor<A>
Constructor and Description |
---|
DefaultPerceptor(PriorityRule<A> rule,
PriorityRule<A> auxRule,
SignCalculator<A> calculator) |
Modifier and Type | Method and Description |
---|---|
void |
perceive(CentreProvider<A> provider,
DescriptorManager<A> manager) |
void |
shutdown()
Shutdown the internal executor
|
public DefaultPerceptor(PriorityRule<A> rule, PriorityRule<A> auxRule, SignCalculator<A> calculator)
rule
- auxRule
- calculator
- public void perceive(CentreProvider<A> provider, DescriptorManager<A> manager)