Class SimulinkModelElement
- java.lang.Object
-
- org.eclipse.epsilon.emc.simulink.model.element.SimulinkModelElement
-
- All Implemented Interfaces:
ISimulinkModelElement
,IModelElement
- Direct Known Subclasses:
MatlabHandleElement
,SimulinkDataType
,SimulinkElement
,SimulinkEntry
,SimulinkJustification
,SimulinkLink
,SimulinkLinkSet
,SimulinkReference
,SimulinkRequirement
,SimulinkSection
,StateflowBlock
public abstract class SimulinkModelElement extends Object implements ISimulinkModelElement
-
-
Field Summary
Fields Modifier and Type Field Description protected MatlabEngine
engine
protected IGenericSimulinkModel
model
protected String
superType
protected String
type
-
Constructor Summary
Constructors Constructor Description SimulinkModelElement(IGenericSimulinkModel model, MatlabEngine engine)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MatlabEngine
getEngine()
IModel
getOwningModel()
String
getSuperType()
String
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.emc.simulink.model.element.ISimulinkModelElement
deleteElementInModel, equals, getAllTypeNamesOf, getHandle, getProperty, setProperty
-
-
-
-
Field Detail
-
model
protected IGenericSimulinkModel model
-
engine
protected MatlabEngine engine
-
type
protected String type
-
superType
protected String superType
-
-
Constructor Detail
-
SimulinkModelElement
public SimulinkModelElement(IGenericSimulinkModel model, MatlabEngine engine)
-
-
Method Detail
-
getOwningModel
public IModel getOwningModel()
- Specified by:
getOwningModel
in interfaceIModelElement
-
getEngine
public MatlabEngine getEngine()
- Specified by:
getEngine
in interfaceISimulinkModelElement
-
getType
public String getType()
- Specified by:
getType
in interfaceISimulinkModelElement
-
getSuperType
public String getSuperType()
-
-