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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCollection<?>
execute
(boolean returnOnMatch, Object target, NameExpression operationNameExpression, List<Parameter> iterators, Expression expression, IEolContext context) Collection<?>
execute
(Object target, NameExpression operationNameExpression, List<Parameter> iterators, List<Expression> expressions, IEolContext context) execute
(Object target, Variable iterator, Expression expression, IEolContext context, boolean returnOnMatch) Deprecated.Use one of the other execute methods insteadMethods 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
-
Constructor Details
-
SelectOperation
public SelectOperation()
-
-
Method Details
-
execute
public Collection<?> execute(boolean returnOnMatch, Object target, NameExpression operationNameExpression, 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 Object execute(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 Collection<?> execute(Object target, NameExpression operationNameExpression, List<Parameter> iterators, List<Expression> expressions, IEolContext context) throws EolRuntimeException - Overrides:
execute
in classFirstOrderOperation
- Throws:
EolRuntimeException
-