Class MatlabHandleElement
- java.lang.Object
-
- org.eclipse.epsilon.emc.simulink.model.element.SimulinkModelElement
-
- org.eclipse.epsilon.emc.simulink.model.element.MatlabHandleElement
-
- All Implemented Interfaces:
ISimulinkModelElement
,IModelElement
public class MatlabHandleElement extends SimulinkModelElement
-
-
Field Summary
-
Fields inherited from class org.eclipse.epsilon.emc.simulink.model.element.SimulinkModelElement
engine, model, superType, type
-
-
Constructor Summary
Constructors Constructor Description MatlabHandleElement(IGenericSimulinkModel model, MatlabEngine engine, HandleObject handle)
-
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
setHandleInMatlabWorkspace()
void
setProperty(String property, Object value)
String
toString()
-
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, wait, wait, wait
-
Methods inherited from interface org.eclipse.epsilon.emc.simulink.model.element.ISimulinkModelElement
equals
-
-
-
-
Constructor Detail
-
MatlabHandleElement
public MatlabHandleElement(IGenericSimulinkModel model, MatlabEngine engine, HandleObject handle)
-
-
Method Detail
-
deleteElementInModel
public boolean deleteElementInModel() throws EolRuntimeException
- Throws:
EolRuntimeException
-
getProperty
public Object getProperty(String property) throws EolRuntimeException
- Throws:
EolRuntimeException
-
setProperty
public void setProperty(String property, Object value) throws EolRuntimeException
- Throws:
EolRuntimeException
-
getHandle
public Object getHandle()
-
setHandleInMatlabWorkspace
public void setHandleInMatlabWorkspace() throws MatlabException
- Throws:
MatlabException
-
getAllTypeNamesOf
public Collection<String> getAllTypeNamesOf()
-
-