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, getType
getExprId, getFirstVariable, getReactiveProps, getWatchedProps, isQueryExpression, reactOn, setQueryExpression, watch
public 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–2018 JBoss by Red Hat. All rights reserved.