Class DetailedExpressionStreamId<R,E extends org.tensorics.core.tree.domain.Expression<R>>
- java.lang.Object
-
- org.streamingpool.ext.tensorics.streamid.DetailedExpressionStreamId<R,E>
-
- Type Parameters:
R- the type of the data the source expression resolvesE- the type of the expression that is wrapped
- All Implemented Interfaces:
java.io.Serializable,org.streamingpool.core.service.StreamId<org.tensorics.core.resolve.domain.DetailedExpressionResult<R,E>>
public class DetailedExpressionStreamId<R,E extends org.tensorics.core.tree.domain.Expression<R>> extends java.lang.Object implements org.streamingpool.core.service.StreamId<org.tensorics.core.resolve.domain.DetailedExpressionResult<R,E>>, java.io.SerializableAStreamIdthat encapsulates anExpressionand provides detailed information about its resolution (DetailedExpressionResult).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDetailedExpressionStreamId(E expression, org.tensorics.core.tree.domain.ResolvingContext initialCtx)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)Eexpression()inthashCode()org.tensorics.core.tree.domain.ResolvingContextinitialContext()static <R,E extends org.tensorics.core.tree.domain.Expression<R>>
DetailedExpressionStreamId<R,E>of(E expression, org.tensorics.core.tree.domain.ResolvingContext initialCtx, EvaluationStrategy evaluationStrategy)java.lang.StringtoString()
-
-
-
Constructor Detail
-
DetailedExpressionStreamId
protected DetailedExpressionStreamId(E expression, org.tensorics.core.tree.domain.ResolvingContext initialCtx)
-
-
Method Detail
-
of
public static <R,E extends org.tensorics.core.tree.domain.Expression<R>> DetailedExpressionStreamId<R,E> of(E expression, org.tensorics.core.tree.domain.ResolvingContext initialCtx, EvaluationStrategy evaluationStrategy)
-
expression
public E expression()
-
initialContext
public org.tensorics.core.tree.domain.ResolvingContext initialContext()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-