Class ParallelNMatchOperation
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.NMatchOperation
org.eclipse.epsilon.eol.execute.operations.declarative.concurrent.ParallelNMatchOperation
- Since:
- 1.6
- Author:
- Sina Madani
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.epsilon.eol.execute.operations.declarative.NMatchOperation
NMatchOperation.MatchMode -
Field Summary
Fields inherited from class org.eclipse.epsilon.eol.execute.operations.declarative.NMatchOperation
mode -
Constructor Summary
ConstructorsConstructorDescriptionParallelNMatchOperation(NMatchOperation.MatchMode behaviour) ParallelNMatchOperation(NMatchOperation.MatchMode behaviour, int n) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanexecute(int sourceSize, int targetMatches, Collection<Object> source, NameExpression operationNameExpression, List<Parameter> iterators, Expression expression, IEolContext context_) Methods inherited from class org.eclipse.epsilon.eol.execute.operations.declarative.NMatchOperation
determineResult, execute, shouldShortCircuitMethods inherited from class org.eclipse.epsilon.eol.execute.operations.declarative.FirstOrderOperation
createIteratorVariable, execute, resolve, resolveFunction, resolvePredicate, resolveSourceMethods inherited from class org.eclipse.epsilon.eol.execute.operations.AbstractOperation
isOverridable, toString
-
Constructor Details
-
ParallelNMatchOperation
public ParallelNMatchOperation(NMatchOperation.MatchMode behaviour, int n) throws IllegalArgumentException - Throws:
IllegalArgumentException
-
ParallelNMatchOperation
-
-
Method Details
-
execute
protected boolean execute(int sourceSize, int targetMatches, Collection<Object> source, NameExpression operationNameExpression, List<Parameter> iterators, Expression expression, IEolContext context_) throws EolRuntimeException - Overrides:
executein classNMatchOperation- Throws:
EolRuntimeException
-