Class AccountIsVisibleToPredicate

All Implemented Interfaces:
Matchable<AccountState>

public class AccountIsVisibleToPredicate extends IsVisibleToPredicate<AccountState>
  • Field Details

  • Constructor Details

    • AccountIsVisibleToPredicate

      public AccountIsVisibleToPredicate(AccountControl accountControl)
  • Method Details

    • match

      public boolean match(AccountState accountState)
      Description copied from interface: Matchable
      Does this predicate match this object?
    • getCost

      public int getCost()
      Description copied from interface: Matchable
      Returns a cost estimate to run this predicate, higher figures cost more.