org.gcube.data.streams.dsl
Class StreamClause<E,ENV extends StreamClauseEnv<E>>

java.lang.Object
  extended by org.gcube.data.streams.dsl.StreamClause<E,ENV>
Type Parameters:
E - the type of elements of the stream
ENV - 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.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

env

protected ENV extends StreamClauseEnv<E> env
Constructor Detail

StreamClause

public StreamClause(ENV e)
Creates an instance with a given evaluation environment.

Parameters:
e - the environment


Copyright © 2012. All Rights Reserved.