|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Expression in org.gcube.data.analysis.tabulardata.expression |
|---|
| Subclasses of Expression in org.gcube.data.analysis.tabulardata.expression | |
|---|---|
class |
CompositeExpression
|
class |
LeafExpression
|
| Methods in org.gcube.data.analysis.tabulardata.expression that return types with arguments of type Expression | |
|---|---|
abstract List<Expression> |
CompositeExpression.getChilds()
|
| Uses of Expression in org.gcube.data.analysis.tabulardata.expression.composite |
|---|
| Subclasses of Expression in org.gcube.data.analysis.tabulardata.expression.composite | |
|---|---|
class |
And
|
class |
MultipleArgsBoolCondition
|
class |
Or
|
| Methods in org.gcube.data.analysis.tabulardata.expression.composite that return types with arguments of type Expression | |
|---|---|
List<Expression> |
Or.getChilds()
|
List<Expression> |
MultipleArgsBoolCondition.getChilds()
|
List<Expression> |
And.getChilds()
|
| Constructors in org.gcube.data.analysis.tabulardata.expression.composite with parameters of type Expression | |
|---|---|
And(Expression... arguments)
|
|
Or(Expression... arguments)
|
|
| Constructor parameters in org.gcube.data.analysis.tabulardata.expression.composite with type arguments of type Expression | |
|---|---|
And(List<Expression> arguments)
|
|
MultipleArgsBoolCondition(List<Expression> arguments)
|
|
Or(List<Expression> arguments)
|
|
| Uses of Expression in org.gcube.data.analysis.tabulardata.expression.evaluator |
|---|
| Classes in org.gcube.data.analysis.tabulardata.expression.evaluator with type parameters of type Expression | |
|---|---|
class |
BaseExpressionEvaluator<T extends Expression>
|
| Fields in org.gcube.data.analysis.tabulardata.expression.evaluator declared as Expression | |
|---|---|
protected T |
BaseExpressionEvaluator.expression
|
| Methods in org.gcube.data.analysis.tabulardata.expression.evaluator with parameters of type Expression | |
|---|---|
Evaluator<R> |
EvaluatorFactory.getEvaluator(Expression expression)
|
| Uses of Expression in org.gcube.data.analysis.tabulardata.expression.leaf |
|---|
| Subclasses of Expression in org.gcube.data.analysis.tabulardata.expression.leaf | |
|---|---|
class |
IsNull
|
class |
ValueIsIn
|
| Uses of Expression in org.gcube.data.analysis.tabulardata.expression.leaf.comparable |
|---|
| Subclasses of Expression in org.gcube.data.analysis.tabulardata.expression.leaf.comparable | |
|---|---|
class |
Equals
|
class |
GreaterThan
|
class |
LessThan
|
class |
NotEquals
|
| Uses of Expression in org.gcube.data.analysis.tabulardata.expression.leaf.text |
|---|
| Subclasses of Expression in org.gcube.data.analysis.tabulardata.expression.leaf.text | |
|---|---|
class |
TextContains
|
class |
TextEquals
|
class |
TextMatchSQLRegexp
|
| Uses of Expression in org.gcube.data.analysis.tabulardata.model.metadata.column |
|---|
| Methods in org.gcube.data.analysis.tabulardata.model.metadata.column that return Expression | |
|---|---|
Expression |
DataValidationMetadata.getValidationExpression()
|
| Constructors in org.gcube.data.analysis.tabulardata.model.metadata.column with parameters of type Expression | |
|---|---|
DataValidationMetadata(Expression validationExpression,
String description,
boolean result)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||