public class VariableTemporalExprViewItem<T> extends TemporalExprViewItem<T>
Constructor and Description |
---|
VariableTemporalExprViewItem(String exprId,
Variable<T> var1,
Function1<?,?> f1,
Variable<?> var2,
Function1<?,?> f2,
TemporalPredicate temporalPredicate) |
VariableTemporalExprViewItem(Variable<T> var1,
Function1<?,?> f1,
Variable<?> var2,
Function1<?,?> f2,
TemporalPredicate temporalPredicate) |
Modifier and Type | Method and Description |
---|---|
Function1<?,?> |
getF1() |
Function1<?,?> |
getF2() |
Variable<?> |
getSecondVariable() |
Variable<?>[] |
getVariables() |
getTemporalPredicate, getType
getExprId, getFirstVariable, getReactivitySpecs, getWatchedProps, isQueryExpression, reactOn, setQueryExpression, watch
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.