org.mindswap.pellet.tableau.blocking
Class Block2

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

public class Block2
extends java.lang.Object
implements BlockingCondition

Author:
Evren Sirin

Constructor Summary
Block2()
           
 
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

Block2

public Block2()
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.