public interface IGenericSimulinkModel extends IModel
Modifier and Type | Method and Description |
---|---|
void |
addPath(File path) |
void |
addPath(String path) |
MatlabEngine |
getEngine() |
String |
getEngineJarPath() |
File |
getFile() |
String |
getLibraryPath() |
String |
getMatlabPath() |
List<String> |
getPaths() |
File |
getProject() |
File |
getWorkingDir() |
Boolean |
isCloseOnDispose() |
Boolean |
isOpenOnLoad() |
Boolean |
isUseCurrentProject() |
void |
setCloseOnDispose(Boolean closeOnDispose) |
void |
setEngineJarPath(String engineJarPath) |
void |
setFile(File file) |
void |
setLibraryPath(String libraryPath) |
void |
setMatlabPath(String matlabPath) |
void |
setOpenOnLoad(Boolean openOnLoad) |
void |
setProject(String simulinkProject) |
void |
setUseCurrentProject(Boolean currentSimulinkProject) |
void |
setWorkingDir(File workingDir) |
allContents, close, createInstance, createInstance, deleteElement, dispose, getAliases, getAllOfKind, getAllOfType, getElementById, getElementId, getEnumerationValue, getFullyQualifiedTypeNameOf, getMetamodel, getName, getPropertyGetter, getPropertySetter, getTransactionSupport, getTypeNameOf, getTypeOf, hasType, isInstantiable, isModelElement, isOfKind, isOfType, isPropertySet, isReadOnLoad, isStoredOnDisposal, knowsAboutProperty, load, load, load, load, owns, setElementId, setName, setReadOnLoad, setStoredOnDisposal, store, store
void setEngineJarPath(String engineJarPath)
String getEngineJarPath()
void setLibraryPath(String libraryPath)
String getLibraryPath()
void setMatlabPath(String matlabPath)
String getMatlabPath()
MatlabEngine getEngine()
void setFile(File file)
File getFile()
File getProject()
void setProject(String simulinkProject)
Boolean isUseCurrentProject()
void setUseCurrentProject(Boolean currentSimulinkProject)
void addPath(File path)
void addPath(String path)
void setWorkingDir(File workingDir)
File getWorkingDir()
void setCloseOnDispose(Boolean closeOnDispose)
void setOpenOnLoad(Boolean openOnLoad)
Boolean isCloseOnDispose()
Boolean isOpenOnLoad()
Copyright © 2020. All rights reserved.