Class SelectOperation
- java.lang.Object
-
- org.eclipse.epsilon.eol.execute.operations.AbstractOperation
-
- org.eclipse.epsilon.eol.execute.operations.declarative.FirstOrderOperation
-
- org.eclipse.epsilon.eol.execute.operations.declarative.SelectOperation
-
- Direct Known Subclasses:
ParallelSelectOperation
,SimulinkSelectOperation
,StateflowSelectOperation
public class SelectOperation extends FirstOrderOperation
-
-
Constructor Summary
Constructors Constructor Description SelectOperation()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.util.Collection<?>
execute(boolean returnOnMatch, java.lang.Object target, NameExpression operationNameExpression, java.util.List<Parameter> iterators, Expression expression, IEolContext context)
java.util.Collection<?>
execute(java.lang.Object target, NameExpression operationNameExpression, java.util.List<Parameter> iterators, java.util.List<Expression> expressions, IEolContext context)
java.lang.Object
execute(java.lang.Object target, Variable iterator, Expression expression, IEolContext context, boolean returnOnMatch)
Deprecated.Use one of the other execute methods instead-
Methods inherited from class org.eclipse.epsilon.eol.execute.operations.declarative.FirstOrderOperation
createIteratorVariable, execute, resolve, resolveFunction, resolvePredicate, resolveSource
-
Methods inherited from class org.eclipse.epsilon.eol.execute.operations.AbstractOperation
isOverridable, toString
-
-
-
-
Method Detail
-
execute
public java.util.Collection<?> execute(boolean returnOnMatch, java.lang.Object target, NameExpression operationNameExpression, java.util.List<Parameter> iterators, Expression expression, IEolContext context) throws EolRuntimeException
- Parameters:
returnOnMatch
-target
-operationNameExpression
-iterators
-expression
-context
-- Returns:
- Throws:
EolRuntimeException
- Since:
- 1.6
-
execute
@Deprecated public java.lang.Object execute(java.lang.Object target, Variable iterator, Expression expression, IEolContext context, boolean returnOnMatch) throws EolRuntimeException
Deprecated.Use one of the other execute methods instead1.5-compatible implementation of execute()- Throws:
EolRuntimeException
-
execute
public java.util.Collection<?> execute(java.lang.Object target, NameExpression operationNameExpression, java.util.List<Parameter> iterators, java.util.List<Expression> expressions, IEolContext context) throws EolRuntimeException
- Overrides:
execute
in classFirstOrderOperation
- Throws:
EolRuntimeException
-
-