Class StreamIdBasedExpression<R>

  • Type Parameters:
    R - the return type of the expression (and thus the type of the values that the discovered stream will have to produce)
    All Implemented Interfaces:
    java.io.Serializable, org.tensorics.core.tree.domain.Expression<R>, org.tensorics.core.tree.domain.Node

    public class StreamIdBasedExpression<R>
    extends UnresolvedStreamIdBasedExpression<R>
    An expression which can be used within the tensorics DSL. It represents values which can be looked up from a stream in the streaming pool. It is always a leaf of the expression tree.
    See Also:
    Serialized Form