public interface Module
extends org.eclipse.emf.ecore.EObject
The following features are supported:
ProtelisPackage.getModule()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<FunctionDef> |
getDefinitions()
Returns the value of the 'Definitions' containment reference list.
|
ImportSection |
getJavaimports()
Returns the value of the 'Javaimports' containment reference.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
Block |
getProgram()
Returns the value of the 'Program' containment reference.
|
org.eclipse.emf.common.util.EList<Import> |
getProtelisImport()
Returns the value of the 'Protelis Import' containment reference list.
|
void |
setJavaimports(ImportSection value)
Sets the value of the '
Javaimports' containment reference. |
void |
setName(String value)
Sets the value of the '
Name' attribute. |
void |
setProgram(Block value)
Sets the value of the '
Program' containment reference. |
String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
ProtelisPackage.getModule_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()ImportSection getJavaimports()
If the meaning of the 'Javaimports' containment reference isn't clear, there really should be more of a description here...
setJavaimports(ImportSection),
ProtelisPackage.getModule_Javaimports()void setJavaimports(ImportSection value)
Javaimports' containment reference.
value - the new value of the 'Javaimports' containment reference.getJavaimports()org.eclipse.emf.common.util.EList<Import> getProtelisImport()
Import.
If the meaning of the 'Protelis Import' containment reference list isn't clear, there really should be more of a description here...
ProtelisPackage.getModule_ProtelisImport()org.eclipse.emf.common.util.EList<FunctionDef> getDefinitions()
FunctionDef.
If the meaning of the 'Definitions' containment reference list isn't clear, there really should be more of a description here...
ProtelisPackage.getModule_Definitions()Block getProgram()
If the meaning of the 'Program' containment reference isn't clear, there really should be more of a description here...
setProgram(Block),
ProtelisPackage.getModule_Program()void setProgram(Block value)
Program' containment reference.
value - the new value of the 'Program' containment reference.getProgram()Copyright © 2015. All rights reserved.