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
FieldsFields inherited from class org.eclipse.epsilon.emc.simulink.model.element.SimulinkModelElement
engine, model, superType, type
-
Constructor Summary
ConstructorsConstructorDescriptionSimulinkSection
(AbstractSimulinkModel model, MatlabEngine engine, HandleObject sectionHandle) -
Method Summary
Modifier and TypeMethodDescriptionboolean
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 Details
-
section
-
-
Constructor Details
-
SimulinkSection
public SimulinkSection(AbstractSimulinkModel model, MatlabEngine engine, HandleObject sectionHandle)
-
-
Method Details
-
getProperty
- Specified by:
getProperty
in interfaceISimulinkModelElement
- Throws:
EolRuntimeException
-
setProperty
- Specified by:
setProperty
in interfaceISimulinkModelElement
- Throws:
EolRuntimeException
-
getAllTypeNamesOf
- Specified by:
getAllTypeNamesOf
in interfaceISimulinkModelElement
-
deleteElementInModel
- Specified by:
deleteElementInModel
in interfaceISimulinkModelElement
- Throws:
EolRuntimeException
-
getHandle
- Specified by:
getHandle
in interfaceISimulinkModelElement
-