Uses of Class
org.eclipse.epsilon.emc.simulink.engine.MatlabEngine
-
-
Uses of MatlabEngine in org.eclipse.epsilon.emc.simulink.dictionary.model.data
Constructors in org.eclipse.epsilon.emc.simulink.dictionary.model.data with parameters of type MatlabEngine Constructor Description SimulinkDataType(SimulinkDictionaryModel model, MatlabEngine engine, String type)
SimulinkDataType(SimulinkDictionaryModel model, MatlabEngine engine, HandleObject entryHandle)
-
Uses of MatlabEngine in org.eclipse.epsilon.emc.simulink.dictionary.model.element
Constructors in org.eclipse.epsilon.emc.simulink.dictionary.model.element with parameters of type MatlabEngine Constructor Description SimulinkEntry(SimulinkDictionaryModel model, MatlabEngine engine, SectionEnum sectionType)
SimulinkEntry(SimulinkDictionaryModel model, MatlabEngine engine, SimulinkSection section)
SimulinkEntry(SimulinkDictionaryModel model, MatlabEngine engine, HandleObject entryHandle)
SimulinkSection(AbstractSimulinkModel model, MatlabEngine engine, HandleObject sectionHandle)
-
Uses of MatlabEngine in org.eclipse.epsilon.emc.simulink.dictionary.operations.contributor
Fields in org.eclipse.epsilon.emc.simulink.dictionary.operations.contributor declared as MatlabEngine Modifier and Type Field Description protected MatlabEngine
DictionaryModelOperationContributor. engine
protected MatlabEngine
SimulinkDictionaryObjectMethod. engine
Constructors in org.eclipse.epsilon.emc.simulink.dictionary.operations.contributor with parameters of type MatlabEngine Constructor Description DictionaryModelOperationContributor(MatlabEngine engine)
SimulinkDictionaryObjectMethod(MatlabEngine engine, Object object, String name)
-
Uses of MatlabEngine in org.eclipse.epsilon.emc.simulink.engine
Fields in org.eclipse.epsilon.emc.simulink.engine with type parameters of type MatlabEngine Modifier and Type Field Description protected Set<MatlabEngine>
MatlabEnginePool. pool
protected Map<String,MatlabEngine>
MatlabEnginePool. projectEngine
Methods in org.eclipse.epsilon.emc.simulink.engine that return MatlabEngine Modifier and Type Method Description static MatlabEngine
MatlabEngine. connectMatlab()
static MatlabEngine
MatlabEngine. connectMatlab(String name)
MatlabEngine
MatlabEnginePool. getEngineForProject(String absoluteLocation)
MatlabEngine
MatlabEnginePool. getMatlabEngine()
static MatlabEngine
MatlabEngine. startMatlab()
static MatlabEngine
MatlabEngine. startMatlab(String[] options)
Methods in org.eclipse.epsilon.emc.simulink.engine with parameters of type MatlabEngine Modifier and Type Method Description void
MatlabEnginePool. release(MatlabEngine engine)
-
Uses of MatlabEngine in org.eclipse.epsilon.emc.simulink.introspection.java
Fields in org.eclipse.epsilon.emc.simulink.introspection.java declared as MatlabEngine Modifier and Type Field Description protected MatlabEngine
SimulinkObjectMethod. engine
protected MatlabEngine
StateflowObjectMethod. engine
Constructors in org.eclipse.epsilon.emc.simulink.introspection.java with parameters of type MatlabEngine Constructor Description SimulinkObjectMethod(MatlabEngine engine, Object object, String name)
StateflowObjectMethod(MatlabEngine engine, Object object, String name)
-
Uses of MatlabEngine in org.eclipse.epsilon.emc.simulink.model
Fields in org.eclipse.epsilon.emc.simulink.model declared as MatlabEngine Modifier and Type Field Description protected MatlabEngine
AbstractSimulinkModel. engine
Methods in org.eclipse.epsilon.emc.simulink.model that return MatlabEngine Modifier and Type Method Description MatlabEngine
AbstractSimulinkModel. getEngine()
MatlabEngine
IGenericSimulinkModel. getEngine()
Methods in org.eclipse.epsilon.emc.simulink.model with parameters of type MatlabEngine Modifier and Type Method Description void
AbstractSimulinkModel. setEngine(MatlabEngine engine)
-
Uses of MatlabEngine in org.eclipse.epsilon.emc.simulink.model.element
Fields in org.eclipse.epsilon.emc.simulink.model.element declared as MatlabEngine Modifier and Type Field Description protected MatlabEngine
SimulinkModelElement. engine
Methods in org.eclipse.epsilon.emc.simulink.model.element that return MatlabEngine Modifier and Type Method Description MatlabEngine
ISimulinkModelElement. getEngine()
MatlabEngine
SimulinkModelElement. getEngine()
-
Uses of MatlabEngine in org.eclipse.epsilon.emc.simulink.operations
Fields in org.eclipse.epsilon.emc.simulink.operations declared as MatlabEngine Modifier and Type Field Description protected MatlabEngine
SimulinkCollectOperation. engine
protected MatlabEngine
SimulinkSelectOperation. engine
protected MatlabEngine
StateflowCollectOperation. engine
protected MatlabEngine
StateflowSelectOperation. engine
Constructors in org.eclipse.epsilon.emc.simulink.operations with parameters of type MatlabEngine Constructor Description SimulinkCollectOperation(MatlabEngine engine)
StateflowCollectOperation(MatlabEngine engine)
StateflowSelectOperation(MatlabEngine engine)
-
Uses of MatlabEngine in org.eclipse.epsilon.emc.simulink.operations.contributors
Fields in org.eclipse.epsilon.emc.simulink.operations.contributors declared as MatlabEngine Modifier and Type Field Description protected MatlabEngine
ModelOperationContributor. engine
Constructors in org.eclipse.epsilon.emc.simulink.operations.contributors with parameters of type MatlabEngine Constructor Description ModelOperationContributor(MatlabEngine engine)
-
Uses of MatlabEngine in org.eclipse.epsilon.emc.simulink.requirement.introspection.java
Fields in org.eclipse.epsilon.emc.simulink.requirement.introspection.java declared as MatlabEngine Modifier and Type Field Description protected MatlabEngine
SimulinkRequirementObjectMethod. engine
Constructors in org.eclipse.epsilon.emc.simulink.requirement.introspection.java with parameters of type MatlabEngine Constructor Description SimulinkRequirementObjectMethod(MatlabEngine engine, Object object, String name)
-
Uses of MatlabEngine in org.eclipse.epsilon.emc.simulink.requirement.model.element
-
Uses of MatlabEngine in org.eclipse.epsilon.emc.simulink.requirement.operations.contributors
Fields in org.eclipse.epsilon.emc.simulink.requirement.operations.contributors declared as MatlabEngine Modifier and Type Field Description protected MatlabEngine
RequirementModelOperationContributor. engine
Constructors in org.eclipse.epsilon.emc.simulink.requirement.operations.contributors with parameters of type MatlabEngine Constructor Description RequirementModelOperationContributor(MatlabEngine engine)
-
Uses of MatlabEngine in org.eclipse.epsilon.emc.simulink.types
Fields in org.eclipse.epsilon.emc.simulink.types declared as MatlabEngine Modifier and Type Field Description protected MatlabEngine
AbstractType. engine
Methods in org.eclipse.epsilon.emc.simulink.types that return MatlabEngine Modifier and Type Method Description MatlabEngine
AbstractType. getEngine()
Constructors in org.eclipse.epsilon.emc.simulink.types with parameters of type MatlabEngine Constructor Description AbstractType(MatlabEngine engine)
CellStr(MatlabEngine engine)
Complex(MatlabEngine engine)
Struct(MatlabEngine struct)
-
Uses of MatlabEngine in org.eclipse.epsilon.emc.simulink.util
Methods in org.eclipse.epsilon.emc.simulink.util with parameters of type MatlabEngine Modifier and Type Method Description static Object
MatlabHandleUtil. convert(Object handleObject, MatlabEngine engine, IGenericSimulinkModel owningModel)
static String
StateflowUtil. getBlockHandleFromId(SimulinkModel model, MatlabEngine engine, Double id)
static Double
SimulinkUtil. getHandle(String path, MatlabEngine engine)
static Object
MatlabEngineUtil. parseMatlabEngineVariable(MatlabEngine engine, String variableName)
-
Uses of MatlabEngine in org.eclipse.epsilon.emc.simulink.util.manager
Methods in org.eclipse.epsilon.emc.simulink.util.manager that return MatlabEngine Modifier and Type Method Description default MatlabEngine
Manager. getEngine()
-