Class Block1Set

    • Constructor Summary

      Constructors 
      Constructor Description
      Block1Set()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isBlocked​(BlockingContext cxt)
      Check if the _blocker candidate in this context actually blocks the other _individual.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Block1Set

        public Block1Set()
    • Method Detail

      • isBlocked

        public boolean isBlocked​(BlockingContext cxt)
        Description copied from interface: BlockingCondition
        Check if the _blocker candidate in this context actually blocks the other _individual.
        Specified by:
        isBlocked in interface BlockingCondition
        Parameters:
        cxt - the _current blocking context
        Returns:
        true if the _individual is _blocked