public class ModelInitializerImpl extends Object implements Initializer
Constructor and Description |
---|
ModelInitializerImpl() |
Modifier and Type | Method and Description |
---|---|
void |
initialize(Object type)
Perform initialization for a specific type
|
public void initialize(Object type)
Initializer
The idea is to join in initializing all stuff related to the provided
type. So the type can for example by the string
emf
and then all initializers which want to join that
initialization phase simply perform their initialization when the method
is called with the string
emf
.
initialize
in interface Initializer
type
- the type to initializeCopyright © 2016 Eclipse NeoSCADA Project. All rights reserved.