File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/java/org/tensorics/expression Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212import org .tensorics .expression .resolvers .WindowedExpressionResolver ;
1313
1414/**
15- * {@link Expression} that represents a {@link AnalysisModule}. It contains all the conditions for the analysis as well
16- * as the enabling expression. The analysis conditions are grouped in a {@link AssertionGroupExpression}. The enabling
17- * condition is an {@link Expression} of {@link Boolean} that decides if the {@link AssertionGroupExpression} is
15+ * Expression that evaluates the targetExpression given the result of the enabling expression. The enabling
16+ * expression is an {@link Expression} of {@link Boolean} that decides if the targetExpression is
1817 * resolved or not. This expression resolves into an {@link EvaluationStatus}.
1918 *
2019 * @see WindowedExpressionResolver
20+ * @param T the type of the target expression
2121 * @author acalia, caguiler
2222 */
2323public class WindowedExpression <T extends Expression <?>> extends AbstractDeferredExpression <EvaluationStatus > {
You can’t perform that action at this time.
0 commit comments