|
MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.ethz.mxquery.bindings.WindowFactory
public class WindowFactory
Constructor Summary | |
---|---|
WindowFactory()
|
Method Summary | |
---|---|
static Window |
getNewWindow_Eager(Context runtime,
XDMIterator sourceIter)
TODO Can be deleted as soon as the eager materialization of irinas store works. |
static Window |
getNewWindow(Context context,
XDMIterator sourceIter)
Returns a new window iterator on the source and creates a store (if there is not already one) |
static Window |
getNewWindow(Context context,
XDMIterator sourceIter,
boolean sync)
The same as getNewWindowInterface(Iterator sourceIter) but with synhronization for LR |
static Window |
getNewWindow(Context context,
XDMIterator sourceIter,
int startPosition,
int endPosition)
Returns a new window iterator on the source with specific start and end positions |
static Window |
getNewWindow(Context runtime,
XDMIterator sourceIter,
int startPosition,
int endPosition,
boolean sync)
Returns a new window iterator for a source sequence. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WindowFactory()
Method Detail |
---|
public static Window getNewWindow(Context runtime, XDMIterator sourceIter, int startPosition, int endPosition, boolean sync) throws MXQueryException
sourceIter
- startPosition
- endPosition
- sync
-
MXQueryException
public static Window getNewWindow_Eager(Context runtime, XDMIterator sourceIter) throws MXQueryException
sourceIter
-
MXQueryException
public static Window getNewWindow(Context context, XDMIterator sourceIter) throws MXQueryException
context
- sourceIter
-
MXQueryException
public static Window getNewWindow(Context context, XDMIterator sourceIter, boolean sync) throws MXQueryException
context
- sourceIter
- sync
-
MXQueryException
public static Window getNewWindow(Context context, XDMIterator sourceIter, int startPosition, int endPosition) throws MXQueryException
context
- sourceIter
- startPosition
- start of the windowendPosition
- end of the window
MXQueryException
|
MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |