|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mindswap.pellet.Blocking
public abstract class Blocking
Constructor Summary | |
---|---|
Blocking()
|
Method Summary | |
---|---|
boolean |
isBlocked(Individual x)
|
abstract boolean |
isDirectlyBlocked(Individual x,
java.util.List ancestors)
|
boolean |
isIndirectlyBlocked(Individual x)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Blocking()
Method Detail |
---|
public boolean isBlocked(Individual x)
public boolean isIndirectlyBlocked(Individual x)
public abstract boolean isDirectlyBlocked(Individual x, java.util.List ancestors)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |