org.gcube.data.analysis.tabulardata.expression.composite
Class And

java.lang.Object
  extended by org.gcube.data.analysis.tabulardata.expression.Expression
      extended by org.gcube.data.analysis.tabulardata.expression.CompositeExpression
          extended by org.gcube.data.analysis.tabulardata.expression.composite.MultipleArgsBoolCondition
              extended by org.gcube.data.analysis.tabulardata.expression.composite.And

public class And
extends MultipleArgsBoolCondition


Constructor Summary
And(Expression... arguments)
           
And(List<Expression> arguments)
           
 
Method Summary
 List<Expression> getChilds()
           
 
Methods inherited from class org.gcube.data.analysis.tabulardata.expression.composite.MultipleArgsBoolCondition
checkArgsNumber, equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

And

public And(Expression... arguments)

And

public And(List<Expression> arguments)
Method Detail

getChilds

public List<Expression> getChilds()
Overrides:
getChilds in class MultipleArgsBoolCondition


Copyright © 2013. All Rights Reserved.