Package | Description |
---|---|
org.deri.cqels.engine | |
org.deri.cqels.lang.cqels |
Modifier and Type | Class and Description |
---|---|
class |
All
This class implements the all window - the triple-based window with all of elements valid
|
class |
Now
This class implements the now window - a triple-based window with just newest element
|
class |
RangeWindow
This class implements the time-based window
|
class |
TripleWindow
This class implements the triple-based window
|
Modifier and Type | Method and Description |
---|---|
Window |
Window.clone() |
Window |
TripleWindow.clone() |
Window |
IndexedTripleRouter.getWindow() |
Constructor and Description |
---|
IndexedOnWindowBuff(ExecContext context,
com.hp.hpl.jena.sparql.core.Quad quad,
OpRouter router,
Window w) |
IndexedTripleRouter(ExecContext ctx,
com.hp.hpl.jena.sparql.algebra.op.OpTriple op,
com.hp.hpl.jena.graph.Node graph,
Window w) |
Modifier and Type | Method and Description |
---|---|
Window |
OpStream.getWindow() |
Window |
ElementStreamGraph.getWindow() |
Window |
CQELSParser.RangeWindowPattern() |
Window |
CQELSParser.TripleWindowPattern() |
Window |
CQELSParser.WindowPattern() |
Constructor and Description |
---|
ElementStreamGraph(com.hp.hpl.jena.graph.Node n,
Window w,
com.hp.hpl.jena.sparql.syntax.Element el) |
OpStream(com.hp.hpl.jena.graph.Node node,
com.hp.hpl.jena.sparql.core.BasicPattern pattern,
Window window) |
OpStream(com.hp.hpl.jena.graph.Node node,
com.hp.hpl.jena.graph.Triple triple,
Window window) |