Interface AttentionSetUpdateCondition

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 AttentionSetUpdateCondition
Condition to be checked by AddToAttentionSetOp and RemoveFromAttentionSetOp before performing an attention set update.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Checks whether the condition is fulfilled and the attention set update should be performed.
  • Method Details

    • check

      boolean check()
      Checks whether the condition is fulfilled and the attention set update should be performed.
      Returns:
      true if the attention set should be updated, false if the attention set should not be updated