public class Block2 extends Object implements BlockingCondition
| Constructor and Description |
|---|
Block2() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isBlocked(BlockingContext cxt)
Check if the blocker candidate in this context actually blocks the other
individual.
|
protected boolean |
isBlockedByChain(BlockingContext cxt,
aterm.ATermList chain,
aterm.ATermAppl c) |
public boolean isBlocked(BlockingContext cxt)
BlockingConditionisBlocked in interface BlockingConditioncxt - the current blocking contexttrue if the individual is blockedprotected boolean isBlockedByChain(BlockingContext cxt, aterm.ATermList chain, aterm.ATermAppl c)
Copyright © 2019. All rights reserved.