Class SimulinkSelectOperation
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
org.eclipse.epsilon.emc.simulink.operations.SimulinkSelectOperation
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected MatlabEngine
protected Boolean
protected SimulinkModel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCollection<?>
execute
(boolean returnOnMatch, Object target, NameExpression operationNameExpression, List<Parameter> iterators, Expression expression, IEolContext context) protected String
expression
(Expression exp) protected String
processValue
(Expression operand) TODO check and handle elements of type simulinkmodel elementprotected AbstractSimulinkCollection<?,
?, ?> wrap
(Object result, AbstractSimulinkCollection<?, ?, ?> target) Methods inherited from class org.eclipse.epsilon.eol.execute.operations.declarative.SelectOperation
execute, execute
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
-
Field Details
-
engine
-
model
-
lookUnderMasks
-
-
Constructor Details
-
SimulinkSelectOperation
-
-
Method Details
-
execute
public Collection<?> execute(boolean returnOnMatch, Object target, NameExpression operationNameExpression, List<Parameter> iterators, Expression expression, IEolContext context) throws EolRuntimeException - Overrides:
execute
in classSelectOperation
- Returns:
- Throws:
EolRuntimeException
-
wrap
protected AbstractSimulinkCollection<?,?, wrap?> (Object result, AbstractSimulinkCollection<?, ?, ?> target) -
expression
- Throws:
Exception
-
processValue
TODO check and handle elements of type simulinkmodel element- Throws:
Exception
-