public interface GeppettoModel
The following features are supported:
GeppettoPackage.getGeppettoModel()
Modifier and Type | Method and Description |
---|---|
<any> |
getDataSources()
Returns the value of the 'Data Sources' containment reference list.
|
java.lang.String |
getId()
Returns the value of the 'Id' attribute.
|
<any> |
getLibraries()
Returns the value of the 'Libraries' containment reference list.
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
<any> |
getQueries()
Returns the value of the 'Queries' containment reference list.
|
<any> |
getTags()
Returns the value of the 'Tags' containment reference list.
|
<any> |
getVariables()
Returns the value of the 'Variables' containment reference list.
|
void |
setId(java.lang.String value)
Sets the value of the '
Id ' attribute. |
void |
setName(java.lang.String value)
Sets the value of the '
Name ' attribute. |
<any> getVariables()
Variable
.
If the meaning of the 'Variables' containment reference list isn't clear, there really should be more of a description here...
The top level variables instantiated inside the Geppetto Model. The type of the variables will be coming from inside Libraries available inside this GeppettoModel.GeppettoPackage.getGeppettoModel_Variables()
<any> getLibraries()
GeppettoLibrary
.
If the meaning of the 'Libraries' containment reference list isn't clear, there really should be more of a description here...
The libraries are container of types. A library can be associated to a modelInterpreter.GeppettoPackage.getGeppettoModel_Libraries()
<any> getTags()
Tag
.
If the meaning of the 'Tags' containment reference list isn't clear, there really should be more of a description here...
The tags available in the GeppettoModel.GeppettoPackage.getGeppettoModel_Tags()
java.lang.String getId()
""
.
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
The id of the GeppettoModel.setId(String)
,
GeppettoPackage.getGeppettoModel_Id()
void setId(java.lang.String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
java.lang.String getName()
""
.
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
The name of the GeppettoModel.setName(String)
,
GeppettoPackage.getGeppettoModel_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
<any> getDataSources()
DataSource
.
If the meaning of the 'Data Sources' containment reference list isn't clear, there really should be more of a description here...
The data sources available for this model.GeppettoPackage.getGeppettoModel_DataSources()
<any> getQueries()
Query
.
If the meaning of the 'Queries' containment reference list isn't clear, there really should be more of a description here...
GeppettoPackage.getGeppettoModel_Queries()