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 MatlabEngineprotected Booleanprotected SimulinkModel -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCollection<?>execute(boolean returnOnMatch, Object target, NameExpression operationNameExpression, List<Parameter> iterators, Expression expression, IEolContext context) protected Stringexpression(Expression exp) protected StringprocessValue(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, executeMethods 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
-
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:
executein 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
-