Interface ConflictResolutionStrategy

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ConflictResolutionStrategy
Strategy for resolving conflicts when multiple agents can fire simultaneously on the blackboard. The strategy receives the current scope state and all candidate agents that are ready to fire, and returns which one should be activated.