Package openllet.core.tableau.blocking
Interface BlockingCondition
-
-
Method Summary
All Methods Instance Methods Abstract 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
boolean isBlocked(BlockingContext cxt)
Check if the _blocker candidate in this context actually blocks the other _individual.- Parameters:
cxt- the _current blocking context- Returns:
trueif the _individual is _blocked
-
-