org.mindswap.pellet.tableau.blocking
Interface BlockingCondition
- All Known Implementing Classes:
- Block1, Block2, Block3, Block4, Block5, Block6
public interface BlockingCondition
A simple interface to check if the blocker candidate in this context actually
blocks the other individual.
- Author:
- Evren Sirin
Method Summary |
boolean |
isBlocked(BlockingContext cxt)
Check if the blocker candidate in this context actually blocks the other
individual. |
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:
true
if the individual is blocked
Copyright © 2004 Evren Sirin. All Rights Reserved.