Class EquivalentsOperation
java.lang.Object
org.eclipse.epsilon.eol.execute.operations.AbstractOperation
org.eclipse.epsilon.eol.execute.operations.simple.SimpleOperation
org.eclipse.epsilon.etl.execute.operations.EquivalentsOperation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute
(Object source, List<?> parameters, IEolContext context, ModuleElement ast) protected Collection<?>
executeImpl
(Object source, IEtlContext context, List<String> rules) protected Collection<?>
executeImpl
(Collection<?> source, IEtlContext context, List<String> rules) Methods inherited from class org.eclipse.epsilon.eol.execute.operations.simple.SimpleOperation
execute, getTolerateExceptionInParameter
Methods inherited from class org.eclipse.epsilon.eol.execute.operations.AbstractOperation
isOverridable, toString
-
Constructor Details
-
EquivalentsOperation
public EquivalentsOperation()
-
-
Method Details
-
executeImpl
protected Collection<?> executeImpl(Collection<?> source, IEtlContext context, List<String> rules) throws EolRuntimeException - Throws:
EolRuntimeException
-
executeImpl
protected Collection<?> executeImpl(Object source, IEtlContext context, List<String> rules) throws EolRuntimeException - Throws:
EolRuntimeException
-
execute
public Object execute(Object source, List<?> parameters, IEolContext context, ModuleElement ast) throws EolRuntimeException - Specified by:
execute
in classSimpleOperation
- Throws:
EolRuntimeException
-