Class SimulinkSection
- java.lang.Object
-
- org.eclipse.epsilon.emc.simulink.model.element.SimulinkModelElement
-
- org.eclipse.epsilon.emc.simulink.dictionary.model.element.SimulinkSection
-
- All Implemented Interfaces:
ISimulinkDictionaryModelElement
,ISimulinkModelElement
,IModelElement
public class SimulinkSection extends SimulinkModelElement implements ISimulinkDictionaryModelElement
-
-
Field Summary
Fields Modifier and Type Field Description protected MatlabHandleElement
section
-
Fields inherited from class org.eclipse.epsilon.emc.simulink.model.element.SimulinkModelElement
engine, model, superType, type
-
-
Constructor Summary
Constructors Constructor Description SimulinkSection(AbstractSimulinkModel model, MatlabEngine engine, HandleObject sectionHandle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
deleteElementInModel()
Collection<String>
getAllTypeNamesOf()
Object
getHandle()
Object
getProperty(String property)
void
setProperty(String property, Object value)
-
Methods inherited from class org.eclipse.epsilon.emc.simulink.model.element.SimulinkModelElement
getEngine, getOwningModel, getSuperType, getType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.epsilon.eol.models.IModelElement
getOwningModel
-
Methods inherited from interface org.eclipse.epsilon.emc.simulink.model.element.ISimulinkModelElement
equals, getEngine, getType
-
-
-
-
Field Detail
-
section
protected MatlabHandleElement section
-
-
Constructor Detail
-
SimulinkSection
public SimulinkSection(AbstractSimulinkModel model, MatlabEngine engine, HandleObject sectionHandle)
-
-
Method Detail
-
getProperty
public Object getProperty(String property) throws EolRuntimeException
- Specified by:
getProperty
in interfaceISimulinkModelElement
- Throws:
EolRuntimeException
-
setProperty
public void setProperty(String property, Object value) throws EolRuntimeException
- Specified by:
setProperty
in interfaceISimulinkModelElement
- Throws:
EolRuntimeException
-
getAllTypeNamesOf
public Collection<String> getAllTypeNamesOf()
- Specified by:
getAllTypeNamesOf
in interfaceISimulinkModelElement
-
deleteElementInModel
public boolean deleteElementInModel() throws EolRuntimeException
- Specified by:
deleteElementInModel
in interfaceISimulinkModelElement
- Throws:
EolRuntimeException
-
getHandle
public Object getHandle()
- Specified by:
getHandle
in interfaceISimulinkModelElement
-
-