public interface FormulaModule extends NamedDocumentable, CalculationModule
The following features are supported:
ComponentPackage.getFormulaModule()| Modifier and Type | Method and Description |
|---|---|
void |
customENotify(org.eclipse.emf.common.notify.Notification notification) |
org.eclipse.emf.common.util.EList<Script> |
getInit()
Returns the value of the 'Init' containment reference list.
|
org.eclipse.emf.common.util.EList<InputSpecification> |
getInputs()
Returns the value of the 'Inputs' containment reference list.
|
org.eclipse.emf.common.util.EList<InputSpecification> |
getKnownInputs() |
String |
getScriptEngine()
Returns the value of the 'Script Engine' attribute.
|
Script |
getUpdate()
Returns the value of the 'Update' containment reference.
|
void |
setScriptEngine(String value)
Sets the value of the '
Script Engine' attribute. |
void |
setUpdate(Script value)
Sets the value of the '
Update' containment reference. |
getName, setNamegetShortDescription, setShortDescriptiongetKnownOutputsorg.eclipse.emf.common.util.EList<InputSpecification> getInputs()
InputSpecification.
If the meaning of the 'Inputs' containment reference list isn't clear, there really should be more of a description here...
ComponentPackage.getFormulaModule_Inputs()Script getUpdate()
If the meaning of the 'Update' containment reference isn't clear, there really should be more of a description here...
setUpdate(Script),
ComponentPackage.getFormulaModule_Update()void setUpdate(Script value)
Update' containment reference.
value - the new value of the 'Update' containment reference.getUpdate()String getScriptEngine()
"JavaScript".
If the meaning of the 'Script Engine' attribute isn't clear, there really should be more of a description here...
setScriptEngine(String),
ComponentPackage.getFormulaModule_ScriptEngine()void setScriptEngine(String value)
Script Engine' attribute.
value - the new value of the 'Script Engine' attribute.getScriptEngine()org.eclipse.emf.common.util.EList<Script> getInit()
Script.
If the meaning of the 'Init' containment reference list isn't clear, there really should be more of a description here...
ComponentPackage.getFormulaModule_Init()org.eclipse.emf.common.util.EList<InputSpecification> getKnownInputs()
getKnownInputs in interface CalculationModuleComponentPackage.getCalculationModule_KnownInputs()void customENotify(org.eclipse.emf.common.notify.Notification notification)