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(java.util.List<Expression> expressions)
java.util.Collection<?>
execute(java.lang.Object target, NameExpression operationNameExpression, java.util.List<Parameter> iterators, java.util.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 java.util.Collection<?> execute(java.lang.Object target, NameExpression operationNameExpression, java.util.List<Parameter> iterators, java.util.List<Expression> expressions, IEolContext context) throws EolRuntimeException
- Overrides:
execute
in classCollectOperation
- Throws:
EolRuntimeException
-
areExpressionsValid
protected boolean areExpressionsValid(java.util.List<Expression> expressions)
-
-