org.araneaframework.backend.list.memorybased.expression
Class MultiExpression
java.lang.Object
org.araneaframework.backend.list.memorybased.expression.MultiExpression
- All Implemented Interfaces:
- CompositeExpression, Expression, Serializable
- Direct Known Subclasses:
- AndExpression, ConcatenationExpression, InExpression, OrExpression, ProcedureExpression
- public abstract class MultiExpression
- extends Object
- implements CompositeExpression
Composite Expression containing other expressions.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.araneaframework.backend.list.memorybased.Expression |
evaluate |
children
protected List children
MultiExpression
public MultiExpression()
add
public MultiExpression add(Expression expression)
- Adds expression to this composite MultiExpression.
- Parameters:
expression - expression to add
- Returns:
- this MultiExpression with added expression
getChildren
public Expression[] getChildren()
- Specified by:
getChildren in interface CompositeExpression