org.gcube.data.streams.dsl
Class StreamClause<E,ENV extends StreamClauseEnv<E>>
java.lang.Object
org.gcube.data.streams.dsl.StreamClause<E,ENV>
- Type Parameters:
E - the type of elements of the streamENV - the type of environment in which the clause is evaluated
- Direct Known Subclasses:
- ConsumeWithClause, GuardWithClause, InClause, MonitorWithClause, PipeThroughClause, PublishRsUsingClause, PublishRsWithClause, UnfoldThroughClause
public class StreamClause<E,ENV extends StreamClauseEnv<E>>
- extends Object
Base implementation for clauses of Stream sentences.
- Author:
- Fabio Simeoni
|
Field Summary |
protected ENV |
env
|
|
Constructor Summary |
StreamClause(ENV e)
Creates an instance with a given evaluation environment. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
env
protected ENV extends StreamClauseEnv<E> env
StreamClause
public StreamClause(ENV e)
- Creates an instance with a given evaluation environment.
- Parameters:
e - the environment
Copyright © 2012. All Rights Reserved.