Uses of Interface
org.gcube.data.analysis.tabulardata.expression.Expression

Packages that use Expression
org.gcube.data.analysis.tabulardata.expression   
org.gcube.data.analysis.tabulardata.expression.composite   
org.gcube.data.analysis.tabulardata.expression.evaluator   
org.gcube.data.analysis.tabulardata.expression.leaf   
org.gcube.data.analysis.tabulardata.expression.leaf.comparable   
org.gcube.data.analysis.tabulardata.expression.leaf.text   
 

Uses of Expression in org.gcube.data.analysis.tabulardata.expression
 

Subinterfaces of Expression in org.gcube.data.analysis.tabulardata.expression
 interface CompositeExpression
           
 interface LeafExpression
           
 

Methods in org.gcube.data.analysis.tabulardata.expression that return types with arguments of type Expression
 List<Expression> CompositeExpression.getChilds()
           
 

Uses of Expression in org.gcube.data.analysis.tabulardata.expression.composite
 

Classes in org.gcube.data.analysis.tabulardata.expression.composite that implement Expression
 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> MultipleArgsBoolCondition.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
 

Classes in org.gcube.data.analysis.tabulardata.expression.leaf that implement Expression
 class IsNull
           
 class ValueIsIn
           
 

Uses of Expression in org.gcube.data.analysis.tabulardata.expression.leaf.comparable
 

Classes in org.gcube.data.analysis.tabulardata.expression.leaf.comparable that implement Expression
 class Equals
           
 class GreaterThan
           
 class LessThan
           
 class NotEquals
           
 

Uses of Expression in org.gcube.data.analysis.tabulardata.expression.leaf.text
 

Classes in org.gcube.data.analysis.tabulardata.expression.leaf.text that implement Expression
 class TextContains
           
 class TextEquals
           
 class TextMatchSQLRegexp
           
 



Copyright © 2013. All Rights Reserved.