public interface ScriptModule extends NamedDocumentable, CalculationModule
The following features are supported:
ComponentPackage.getScriptModule()| Modifier and Type | Method and Description |
|---|---|
void |
customENotify(org.eclipse.emf.common.notify.Notification notification) |
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() |
org.eclipse.emf.common.util.EList<OutputSpecification> |
getKnownOutputs() |
org.eclipse.emf.common.util.EList<OutputSpecification> |
getOutputs()
Returns the value of the 'Outputs' containment reference list.
|
String |
getScriptEngine()
Returns the value of the 'Script Engine' attribute.
|
void |
setScriptEngine(String value)
Sets the value of the '
Script Engine' attribute. |
getName, setNamegetShortDescription, setShortDescriptionorg.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.getScriptModule_Inputs()org.eclipse.emf.common.util.EList<OutputSpecification> getOutputs()
OutputSpecification.
If the meaning of the 'Outputs' containment reference list isn't clear, there really should be more of a description here...
ComponentPackage.getScriptModule_Outputs()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.getScriptModule_ScriptEngine()void setScriptEngine(String value)
Script Engine' attribute.
value - the new value of the 'Script Engine' attribute.getScriptEngine()org.eclipse.emf.common.util.EList<InputSpecification> getKnownInputs()
getKnownInputs in interface CalculationModuleComponentPackage.getCalculationModule_KnownInputs()void customENotify(org.eclipse.emf.common.notify.Notification notification)
org.eclipse.emf.common.util.EList<OutputSpecification> getKnownOutputs()
getKnownOutputs in interface CalculationModuleComponentPackage.getCalculationModule_KnownOutputs()