Class SimulinkJustification
- java.lang.Object
-
- org.eclipse.epsilon.emc.simulink.model.element.SimulinkModelElement
-
- org.eclipse.epsilon.emc.simulink.requirement.model.element.SimulinkJustification
-
- All Implemented Interfaces:
ISimulinkModelElement
,ISimulinkRequirementModelElement
,IModelElement
public class SimulinkJustification extends SimulinkModelElement implements ISimulinkRequirementModelElement
-
-
Field Summary
Fields Modifier and Type Field Description protected MatlabHandleElement
justificationHandle
-
Fields inherited from class org.eclipse.epsilon.emc.simulink.model.element.SimulinkModelElement
engine, model, superType, type
-
-
Constructor Summary
Constructors Constructor Description SimulinkJustification(SimulinkRequirementModel model, MatlabEngine engine)
SimulinkJustification(SimulinkRequirementModel model, MatlabEngine engine, SimulinkJustification justif)
SimulinkJustification(SimulinkRequirementModel model, MatlabEngine engine, HandleObject id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SimulinkJustificationCollection
children()
boolean
deleteElementInModel()
Collection<String>
getAllTypeNamesOf()
MatlabHandleElement
getHandle()
Object
getProperty(String property)
ISimulinkRequirementModelElement
parent()
SimulinkRequirementModel
reqSet()
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
-
justificationHandle
protected MatlabHandleElement justificationHandle
-
-
Constructor Detail
-
SimulinkJustification
public SimulinkJustification(SimulinkRequirementModel model, MatlabEngine engine, SimulinkJustification justif)
-
SimulinkJustification
public SimulinkJustification(SimulinkRequirementModel model, MatlabEngine engine)
-
SimulinkJustification
public SimulinkJustification(SimulinkRequirementModel model, MatlabEngine engine, HandleObject id)
-
-
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 MatlabHandleElement getHandle()
- Specified by:
getHandle
in interfaceISimulinkModelElement
-
children
public SimulinkJustificationCollection children()
-
reqSet
public SimulinkRequirementModel reqSet()
-
parent
public ISimulinkRequirementModelElement parent()
-
-