public class StateflowSelectOperation extends SelectOperation
| Modifier and Type | Field and Description |
|---|---|
protected MatlabEngine |
engine |
| Constructor and Description |
|---|
StateflowSelectOperation(MatlabEngine engine) |
| Modifier and Type | Method and Description |
|---|---|
Collection<?> |
execute(boolean returnOnMatch,
Object target,
NameExpression operationNameExpression,
List<Parameter> iterators,
Expression expression,
IEolContext context) |
protected String |
expression(Expression exp) |
protected String |
expression(Expression exp1,
Expression exp2) |
protected String |
processValue(Expression operand) |
protected String |
processValue(Expression operand,
String prepend,
String append)
TODO check and handle elements of type simulinkmodel element
|
execute, executecreateIteratorVariable, execute, resolve, resolveFunction, resolvePredicate, resolveSourceisOverridable, toStringprotected MatlabEngine engine
public StateflowSelectOperation(MatlabEngine engine)
public Collection<?> execute(boolean returnOnMatch, Object target, NameExpression operationNameExpression, List<Parameter> iterators, Expression expression, IEolContext context) throws EolRuntimeException
execute in class SelectOperationEolRuntimeExceptionprotected String expression(Expression exp) throws Exception
Exceptionprotected String processValue(Expression operand) throws Exception
Exceptionprotected String processValue(Expression operand, String prepend, String append) throws Exception
Exceptionprotected String expression(Expression exp1, Expression exp2) throws Exception
ExceptionCopyright © 2020. All rights reserved.