|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IterLargeRelation
A large relation that provides the seekNextSupport function from a given support of given pair var/val and indexes the tuples by integers to store (eventually) the support as StoredInt
Method Summary | |
---|---|
int |
getNbSupport(int var,
int val)
returns the number of supports for the pair (var,val) |
int[] |
getTuple(int support)
return the tuple corresponding to the given index |
int |
seekNextTuple(int oldIdxSupport,
int var,
int val)
seek from the next support available from the index of the old support and the pair variable/value given in argument |
Method Detail |
---|
int seekNextTuple(int oldIdxSupport, int var, int val)
oldIdxSupport
- var
- val
-
int[] getTuple(int support)
support
-
int getNbSupport(int var, int val)
var
- val
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |