Class Block4Min

    • Constructor Summary

      Constructors 
      Constructor Description
      Block4Min()  
    • 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

      • Block4Min

        public Block4Min()
    • 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