public class TypesFactoryImpl extends EFactoryImpl implements TypesFactory
eINSTANCE
Constructor and Description |
---|
TypesFactoryImpl()
Creates an instance of the factory.
|
Modifier and Type | Method and Description |
---|---|
EObject |
create(EClass eClass) |
ArgumentType |
createArgumentType() |
ArrayType |
createArrayType() |
CompositeType |
createCompositeType() |
CompositeVisualType |
createCompositeVisualType() |
ConnectionType |
createConnectionType() |
DynamicsType |
createDynamicsType() |
ExpressionType |
createExpressionType() |
HTMLType |
createHTMLType() |
ImageType |
createImageType() |
ImportType |
createImportType() |
ParameterType |
createParameterType() |
PointerType |
createPointerType() |
PointType |
createPointType() |
QuantityType |
createQuantityType() |
SimpleType |
createSimpleType() |
StateVariableType |
createStateVariableType() |
TextType |
createTextType() |
URLType |
createURLType() |
VisualType |
createVisualType() |
static TypesPackage |
getPackage()
Deprecated.
|
TypesPackage |
getTypesPackage() |
static TypesFactory |
init()
Creates the default factory implementation.
|
public static TypesFactory init()
public EObject create(EClass eClass)
public VisualType createVisualType()
createVisualType
in interface TypesFactory
public ImportType createImportType()
createImportType
in interface TypesFactory
public CompositeType createCompositeType()
createCompositeType
in interface TypesFactory
public PointerType createPointerType()
createPointerType
in interface TypesFactory
public QuantityType createQuantityType()
createQuantityType
in interface TypesFactory
public ParameterType createParameterType()
createParameterType
in interface TypesFactory
public StateVariableType createStateVariableType()
createStateVariableType
in interface TypesFactory
public DynamicsType createDynamicsType()
createDynamicsType
in interface TypesFactory
public ArgumentType createArgumentType()
createArgumentType
in interface TypesFactory
public ExpressionType createExpressionType()
createExpressionType
in interface TypesFactory
public HTMLType createHTMLType()
createHTMLType
in interface TypesFactory
public TextType createTextType()
createTextType
in interface TypesFactory
public URLType createURLType()
createURLType
in interface TypesFactory
public PointType createPointType()
createPointType
in interface TypesFactory
public ArrayType createArrayType()
createArrayType
in interface TypesFactory
public CompositeVisualType createCompositeVisualType()
createCompositeVisualType
in interface TypesFactory
public ConnectionType createConnectionType()
createConnectionType
in interface TypesFactory
public SimpleType createSimpleType()
createSimpleType
in interface TypesFactory
public ImageType createImageType()
createImageType
in interface TypesFactory
public TypesPackage getTypesPackage()
getTypesPackage
in interface TypesFactory
@Deprecated public static TypesPackage getPackage()