public class FixedTemporalExprViewItem<T> extends TemporalExprViewItem<T>
| Constructor and Description |
|---|
FixedTemporalExprViewItem(String exprId,
Variable<T> var1,
Function1<?,?> f1,
long value,
TemporalPredicate temporalPredicate) |
FixedTemporalExprViewItem(Variable<T> var1,
Function1<?,?> f1,
long value,
TemporalPredicate temporalPredicate) |
| Modifier and Type | Method and Description |
|---|---|
Function1<?,?> |
getF1() |
long |
getValue() |
Variable<?>[] |
getVariables() |
getTemporalPredicate, getTypegetExprId, getFirstVariable, getReactiveProps, getWatchedProps, isQueryExpression, reactOn, setQueryExpression, watchpublic FixedTemporalExprViewItem(Variable<T> var1, Function1<?,?> f1, long value, TemporalPredicate temporalPredicate)
public FixedTemporalExprViewItem(String exprId, Variable<T> var1, Function1<?,?> f1, long value, TemporalPredicate temporalPredicate)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.