public class SimulinkEntry extends SimulinkModelElement implements ISimulinkDictionaryModelElement
| Modifier and Type | Field and Description |
|---|---|
protected MatlabHandleElement |
entry |
protected String |
entryType |
protected Map<String,Object> |
properties |
protected SimulinkSection |
section |
engine, model, superType, type| Constructor and Description |
|---|
SimulinkEntry(SimulinkDictionaryModel model,
MatlabEngine engine,
HandleObject entryHandle) |
SimulinkEntry(SimulinkDictionaryModel model,
MatlabEngine engine,
SectionEnum sectionType) |
SimulinkEntry(SimulinkDictionaryModel model,
MatlabEngine engine,
SimulinkSection section) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
deleteElementInModel() |
Collection<String> |
getAllTypeNamesOf() |
String |
getEntryType() |
Object |
getHandle() |
Object |
getProperty(String property) |
SimulinkSection |
getSection() |
String |
getType() |
void |
setProperty(String property,
Object value) |
getEngine, getOwningModel, getSuperTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, getEnginegetOwningModelprotected MatlabHandleElement entry
protected SimulinkSection section
protected String entryType
public SimulinkEntry(SimulinkDictionaryModel model, MatlabEngine engine, SectionEnum sectionType)
public SimulinkEntry(SimulinkDictionaryModel model, MatlabEngine engine, SimulinkSection section)
public SimulinkEntry(SimulinkDictionaryModel model, MatlabEngine engine, HandleObject entryHandle)
public SimulinkSection getSection()
public String getEntryType()
public Object getProperty(String property) throws EolRuntimeException
getProperty in interface ISimulinkModelElementEolRuntimeExceptionpublic void setProperty(String property, Object value) throws EolRuntimeException
setProperty in interface ISimulinkModelElementEolRuntimeExceptionpublic boolean deleteElementInModel()
throws EolRuntimeException
deleteElementInModel in interface ISimulinkModelElementEolRuntimeExceptionpublic Collection<String> getAllTypeNamesOf()
getAllTypeNamesOf in interface ISimulinkModelElementpublic String getType()
getType in interface ISimulinkModelElementgetType in class SimulinkModelElementpublic Object getHandle()
getHandle in interface ISimulinkModelElementCopyright © 2020. All rights reserved.