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
-
public class EquivalentsOperation extends SimpleOperation
-
-
Constructor Summary
Constructors Constructor Description EquivalentsOperation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
execute(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
-
-
-
-
Method Detail
-
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
-
-