public class VariablesFactoryImpl extends EFactoryImpl implements VariablesFactory
eINSTANCE
Constructor and Description |
---|
VariablesFactoryImpl()
Creates an instance of the factory.
|
Modifier and Type | Method and Description |
---|---|
EObject |
create(EClass eClass) |
java.util.Map.Entry<Type,Value> |
createTypeToValueMap() |
Variable |
createVariable() |
static VariablesPackage |
getPackage()
Deprecated.
|
VariablesPackage |
getVariablesPackage() |
static VariablesFactory |
init()
Creates the default factory implementation.
|
public VariablesFactoryImpl()
public static VariablesFactory init()
public EObject create(EClass eClass)
public Variable createVariable()
createVariable
in interface VariablesFactory
public VariablesPackage getVariablesPackage()
getVariablesPackage
in interface VariablesFactory
@Deprecated public static VariablesPackage getPackage()