Uses of Class
org.eclipse.epsilon.emc.simulink.exception.MatlabException
Packages that use MatlabException
Package
Description
-
Uses of MatlabException in org.eclipse.epsilon.emc.simulink.engine
Methods in org.eclipse.epsilon.emc.simulink.engine that throw MatlabExceptionModifier and TypeMethodDescriptionvoid
MatlabEngine.close()
static MatlabEngine
MatlabEngine.connectMatlab()
static MatlabEngine
MatlabEngine.connectMatlab
(String name) void
MatlabEngine.disconnect()
void
void
This method is now lazily executed.MatlabEngine.evalWithResult
(String cmd) MatlabEngine.evalWithResult
(String cmd, Object... parameters) MatlabEngine.evalWithSetupAndResult
(String setup, String cmd, Object... parameters) void
void
void
MatlabEngine.fevalAsync
(String function, Object... handles) MatlabEngine.fevalWithResult
(int numberOfOutputs, String function, Object... handles) MatlabEngine.fevalWithResult
(String function, Object... handles) static String[]
MatlabEngine.findMatlab()
void
MatlabEngine.flush()
Executes all commands to be executed in the eval method that have been stored in a queue.MatlabEnginePool.getEngineForProject
(String absoluteLocation) MatlabEngine.getVariable
(String variable) void
MatlabEngine.putVariable
(String variableName, Object value) void
MatlabEngine.quit()
void
MatlabEngine.setProject
(String project) static MatlabEngine
MatlabEngine.startMatlab()
static MatlabEngine
MatlabEngine.startMatlab
(String[] options) -
Uses of MatlabException in org.eclipse.epsilon.emc.simulink.exception
Constructors in org.eclipse.epsilon.emc.simulink.exception with parameters of type MatlabException -
Uses of MatlabException in org.eclipse.epsilon.emc.simulink.model
Methods in org.eclipse.epsilon.emc.simulink.model that throw MatlabExceptionModifier and TypeMethodDescriptionSimulinkModel.findBlocks()
SimulinkModel.findBlocks
(Integer depth) SimulinkModel.getChildren()
AbstractSimulinkModel.parseMatlabEngineVariable
(String variableName) -
Uses of MatlabException in org.eclipse.epsilon.emc.simulink.model.element
Methods in org.eclipse.epsilon.emc.simulink.model.element that throw MatlabExceptionModifier and TypeMethodDescriptionSimulinkBlock.getChildren()
void
MatlabHandleElement.setHandleInMatlabWorkspace()
void
StateflowBlock.setParent
(StateflowBlock parent) Constructors in org.eclipse.epsilon.emc.simulink.model.element that throw MatlabExceptionModifierConstructorDescriptionStateflowBlock
(SimulinkModel model, MatlabEngine engine, Double stateflowId) FROM IDStateflowBlock
(SimulinkModel model, MatlabEngine engine, Integer stateflowId) StateflowBlock
(SimulinkModel model, MatlabEngine engine, String type) PARENT-LESS CONSTRUCTORSStateflowBlock
(SimulinkModel model, MatlabEngine engine, String type, Double stateflowId) StateflowBlock
(SimulinkModel model, MatlabEngine engine, String type, Integer stateflowId) StateflowBlock
(SimulinkModel model, MatlabEngine engine, String type, StateflowBlock parent) CONSTRUCTORS -
Uses of MatlabException in org.eclipse.epsilon.emc.simulink.requirement.model.element
Methods in org.eclipse.epsilon.emc.simulink.requirement.model.element that throw MatlabException -
Uses of MatlabException in org.eclipse.epsilon.emc.simulink.util
Methods in org.eclipse.epsilon.emc.simulink.util that throw MatlabExceptionModifier and TypeMethodDescriptionstatic List<ISimulinkModelElement>
SimulinkUtil.findBlocks
(SimulinkModel model, Integer depth) static List<ISimulinkModelElement>
SimulinkUtil.findBlocks
(SimulinkModel model, SimulinkBlock block, Integer depth) static Collection<ISimulinkModelElement>
StateflowUtil.getAllOfStateflowTypeFromModel
(SimulinkModel model, String type) static Collection<ISimulinkModelElement>
StateflowUtil.getAllStateflowBlocksFromModel
(SimulinkModel model) static String
StateflowUtil.getBlockHandle
(StateflowBlock block) static String
StateflowUtil.getBlockHandleFromId
(SimulinkModel model, MatlabEngine engine, Double id) static List<ISimulinkModelElement>
SimulinkUtil.getChildren
(SimulinkModel model) static List<ISimulinkModelElement>
SimulinkUtil.getChildren
(SimulinkModel model, SimulinkBlock block) SPECIFIC COLLECTIONstatic String
StateflowUtil.handleMethod
(StateflowBlock block, String methodName, Object[] parameters) static void
StateflowUtil.modelHandleAs
(ISimulinkModelElement obj, String as) static void
StateflowUtil.modelHandleAs
(SimulinkModel model, String as) static void
StateflowUtil.modelHandleAsM
(ISimulinkModelElement obj) static void
StateflowUtil.modelHandleAsM
(SimulinkModel model) static Object
MatlabEngineUtil.parseMatlabEngineVariable
(MatlabEngine engine, String variableName)