public interface BlangDslFactory
extends org.eclipse.emf.ecore.EFactory
BlangDslPackage
Modifier and Type | Field and Description |
---|---|
static BlangDslFactory |
eINSTANCE
The singleton instance of the factory.
|
Modifier and Type | Method and Description |
---|---|
BlangDist |
createBlangDist()
Returns a new object of class 'Blang Dist'.
|
BlangModel |
createBlangModel()
Returns a new object of class 'Blang Model'.
|
Dependency |
createDependency()
Returns a new object of class 'Dependency'.
|
DistributionTypeSpecification |
createDistributionTypeSpecification()
Returns a new object of class 'Distribution Type Specification'.
|
FactorDeclaration |
createFactorDeclaration()
Returns a new object of class 'Factor Declaration'.
|
ForLoop |
createForLoop()
Returns a new object of class 'For Loop'.
|
IfElse |
createIfElse()
Returns a new object of class 'If Else'.
|
InitializerDependency |
createInitializerDependency()
Returns a new object of class 'Initializer Dependency'.
|
InstantiatedDistribution |
createInstantiatedDistribution()
Returns a new object of class 'Instantiated Distribution'.
|
JavaDist |
createJavaDist()
Returns a new object of class 'Java Dist'.
|
LawNode |
createLawNode()
Returns a new object of class 'Law Node'.
|
LogScaleFactorDeclaration |
createLogScaleFactorDeclaration()
Returns a new object of class 'Log Scale Factor Declaration'.
|
SimpleDependency |
createSimpleDependency()
Returns a new object of class 'Simple Dependency'.
|
VariableDeclaration |
createVariableDeclaration()
Returns a new object of class 'Variable Declaration'.
|
VariableDeclarationComponent |
createVariableDeclarationComponent()
Returns a new object of class 'Variable Declaration Component'.
|
VariableName |
createVariableName()
Returns a new object of class 'Variable Name'.
|
BlangDslPackage |
getBlangDslPackage()
Returns the package supported by this factory.
|
convertToString, create, createFromString, getEPackage, setEPackage
getEAnnotation, getEAnnotations
static final BlangDslFactory eINSTANCE
BlangModel createBlangModel()
VariableDeclaration createVariableDeclaration()
VariableName createVariableName()
VariableDeclarationComponent createVariableDeclarationComponent()
LawNode createLawNode()
LogScaleFactorDeclaration createLogScaleFactorDeclaration()
ForLoop createForLoop()
IfElse createIfElse()
FactorDeclaration createFactorDeclaration()
InstantiatedDistribution createInstantiatedDistribution()
DistributionTypeSpecification createDistributionTypeSpecification()
BlangDist createBlangDist()
JavaDist createJavaDist()
Dependency createDependency()
InitializerDependency createInitializerDependency()
SimpleDependency createSimpleDependency()
BlangDslPackage getBlangDslPackage()