org.mindswap.pellet.tableau.blocking
Class Block4

java.lang.Object
  extended by org.mindswap.pellet.tableau.blocking.Block4
All Implemented Interfaces:
BlockingCondition

public class Block4
extends java.lang.Object
implements BlockingCondition

Author:
Evren Sirin

Constructor Summary
Block4()
           
 
Method Summary
 boolean isBlocked(BlockingContext cxt)
          Check if the blocker candidate in this context actually blocks the other individual.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Block4

public Block4()
Method Detail

isBlocked

public boolean isBlocked(BlockingContext cxt)
Description copied from interface: BlockingCondition
Check if the blocker candidate in this context actually blocks the other individual.

Specified by:
isBlocked in interface BlockingCondition
Parameters:
cxt - the current blocking context
Returns:
true if the individual is blocked


Copyright © 2004 Evren Sirin. All Rights Reserved.