public interface GeppettoFactory
GeppettoPackage
Modifier and Type | Field and Description |
---|---|
static GeppettoFactory |
eINSTANCE
The singleton instance of the factory.
|
Modifier and Type | Method and Description |
---|---|
DomainModel |
createDomainModel()
Returns a new object of class 'Domain Model'.
|
ExperimentState |
createExperimentState()
Returns a new object of class 'Experiment State'.
|
ExternalDomainModel |
createExternalDomainModel()
Returns a new object of class 'External Domain Model'.
|
GeppettoLibrary |
createGeppettoLibrary()
Returns a new object of class 'Library'.
|
GeppettoModel |
createGeppettoModel()
Returns a new object of class 'Model'.
|
LibraryManager |
createLibraryManager()
Returns a new object of class 'Library Manager'.
|
ModelFormat |
createModelFormat()
Returns a new object of class 'Model Format'.
|
Tag |
createTag()
Returns a new object of class 'Tag'.
|
VariableValue |
createVariableValue()
Returns a new object of class 'Variable Value'.
|
GeppettoPackage |
getGeppettoPackage()
Returns the package supported by this factory.
|
static final GeppettoFactory eINSTANCE
GeppettoModel createGeppettoModel()
GeppettoLibrary createGeppettoLibrary()
LibraryManager createLibraryManager()
ExperimentState createExperimentState()
VariableValue createVariableValue()
Tag createTag()
DomainModel createDomainModel()
ModelFormat createModelFormat()
ExternalDomainModel createExternalDomainModel()
GeppettoPackage getGeppettoPackage()