org.mindswap.pellet.tableau.blocking
Class Block5

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

public class Block5
extends java.lang.Object
implements BlockingCondition

Author:
Evren Sirin

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

Block5

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