Package openllet.core.tableau.blocking
Class Block2All
- java.lang.Object
-
- openllet.core.tableau.blocking.Block2All
-
- All Implemented Interfaces:
BlockingCondition
public class Block2All extends java.lang.Object implements BlockingCondition
- Author:
- Evren Sirin
-
-
Constructor Summary
Constructors Constructor Description Block2All()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisBlocked(BlockingContext cxt)Check if the _blocker candidate in this context actually blocks the other _individual.
-
-
-
Method Detail
-
isBlocked
public boolean isBlocked(BlockingContext cxt)
Description copied from interface:BlockingConditionCheck if the _blocker candidate in this context actually blocks the other _individual.- Specified by:
isBlockedin interfaceBlockingCondition- Parameters:
cxt- the _current blocking context- Returns:
trueif the _individual is _blocked
-
-