|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.sat4j.pb.DepdendenyNode<C>
public class DepdendenyNode<C>
Constructor Summary | |
---|---|
DepdendenyNode(C name,
Explanation<C> explanation)
|
Method Summary | |
---|---|
int |
getMaxDepth()
|
C |
getName()
|
DepdendenyNode<C> |
getOnlyChild()
|
boolean |
hasBranches()
|
DepdendenyNode<C> |
newChild(C name)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DepdendenyNode(C name, Explanation<C> explanation)
Method Detail |
---|
public C getName()
public DepdendenyNode<C> newChild(C name)
public boolean hasBranches()
public int getMaxDepth()
public DepdendenyNode<C> getOnlyChild()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |