Class StateflowCollectOperation
- 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.CollectOperation
-
- org.eclipse.epsilon.emc.simulink.operations.StateflowCollectOperation
-
public class StateflowCollectOperation extends CollectOperation
-
-
Field Summary
Fields Modifier and Type Field Description protected MatlabEngine
engine
-
Constructor Summary
Constructors Constructor Description StateflowCollectOperation(MatlabEngine engine)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
areExpressionsValid(List<Expression> expressions)
Collection<?>
execute(Object target, NameExpression operationNameExpression, List<Parameter> iterators, List<Expression> expressions, IEolContext context)
-
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 Detail
-
engine
protected MatlabEngine engine
-
-
Constructor Detail
-
StateflowCollectOperation
public StateflowCollectOperation(MatlabEngine engine)
-
-
Method Detail
-
execute
public Collection<?> execute(Object target, NameExpression operationNameExpression, List<Parameter> iterators, List<Expression> expressions, IEolContext context) throws EolRuntimeException
- Overrides:
execute
in classCollectOperation
- Throws:
EolRuntimeException
-
areExpressionsValid
protected boolean areExpressionsValid(List<Expression> expressions)
-
-