|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectBayesNet.VisitResult
private class BayesNet.VisitResult
Immutable class containing a result of a visit in sorting a bucket.
Field Summary | |
---|---|
(package private) int |
index
|
(package private) boolean |
succ
|
Constructor Summary | |
---|---|
BayesNet.VisitResult()
|
|
BayesNet.VisitResult(boolean s,
int i)
|
Method Summary | |
---|---|
boolean |
failed()
|
int |
getIndex()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
boolean succ
int index
Constructor Detail |
---|
BayesNet.VisitResult()
BayesNet.VisitResult(boolean s, int i)
Method Detail |
---|
public boolean failed()
public int getIndex()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |