|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectJoinTree
public class JoinTree
Constructor Summary | |
---|---|
JoinTree(Index[] initial,
IntList eliminationOrder)
|
Method Summary | |
---|---|
IntSet |
children(int i)
|
Index |
cluster(int i)
|
int |
clusterCount()
|
Domain |
domain()
|
int |
parent(int i)
|
void |
sanityCheck()
|
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JoinTree(Index[] initial, IntList eliminationOrder)
Method Detail |
---|
public int clusterCount()
public Index cluster(int i)
public IntSet children(int i)
public int parent(int i)
public void sanityCheck()
public Domain domain()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |