public interface ScriptBasedModule extends CalculationModule
The following features are supported:
org.eclipse.scada.configuration.component.ComponentPackage#getScriptBasedModule()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<PropertyEntry> |
getInitProperties()
Returns the value of the 'Init Properties' reference list.
|
getKnownInputs, getKnownOutputs
org.eclipse.emf.common.util.EList<PropertyEntry> getInitProperties()
PropertyEntry
.
If the meaning of the 'Init Properties' reference list isn't clear, there really should be more of a description here...
org.eclipse.scada.configuration.component.ComponentPackage#getScriptBasedModule_InitProperties()