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, execute
createIteratorVariable, execute, resolve, resolveFunction, resolvePredicate, resolveSource
isOverridable, toString
protected 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 SelectOperation
EolRuntimeException
protected String expression(Expression exp) throws Exception
Exception
protected String processValue(Expression operand) throws Exception
Exception
protected String processValue(Expression operand, String prepend, String append) throws Exception
Exception
protected String expression(Expression exp1, Expression exp2) throws Exception
Exception
Copyright © 2020. All rights reserved.