Commit 5c12048 1 parent 6c7ffb9 commit 5c12048 Copy full SHA for 5c12048
File tree 1 file changed +3
-3
lines changed
src/java/org/tensorics/expression
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
import org .tensorics .expression .resolvers .WindowedExpressionResolver ;
13
13
14
14
/**
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
18
17
* resolved or not. This expression resolves into an {@link EvaluationStatus}.
19
18
*
20
19
* @see WindowedExpressionResolver
20
+ * @param T the type of the target expression
21
21
* @author acalia, caguiler
22
22
*/
23
23
public class WindowedExpression <T extends Expression <?>> extends AbstractDeferredExpression <EvaluationStatus > {
You can’t perform that action at this time.
0 commit comments