public class Block6 extends Object implements BlockingCondition
| Constructor and Description |
|---|
Block6() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isBlocked(BlockingContext cxt)
Check if the blocker candidate in this context actually blocks the other
individual.
|
public boolean isBlocked(BlockingContext cxt)
BlockingConditionisBlocked in interface BlockingConditioncxt - the current blocking contexttrue if the individual is blockedCopyright © 2019. All rights reserved.