org.mindswap.pellet.tableau.blocking
Class Block1

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

public class Block1
extends java.lang.Object
implements BlockingCondition

Author:
Evren Sirin

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

Block1

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