Skip to content

Commit 5c12048

Browse files
committed
fixed references to old project
1 parent 6c7ffb9 commit 5c12048

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/java/org/tensorics/expression/WindowedExpression.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
import 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
*/
2323
public class WindowedExpression<T extends Expression<?>> extends AbstractDeferredExpression<EvaluationStatus> {

0 commit comments

Comments
 (0)