public class AdvancedFactoryImpl extends EFactoryImpl implements MAdvancedFactory
| Modifier and Type | Field and Description |
|---|---|
static AdvancedFactoryImpl |
eINSTANCE
The singleton instance of the factory
|
INSTANCE| Constructor and Description |
|---|
AdvancedFactoryImpl()
Creates an instance of the factory
|
| Modifier and Type | Method and Description |
|---|---|
EObject |
create(EClass eClass) |
MArea |
createArea() |
MPerspective |
createPerspective() |
MPerspectiveStack |
createPerspectiveStack() |
MPlaceholder |
createPlaceholder() |
AdvancedPackageImpl |
getAdvancedPackage() |
static AdvancedFactoryImpl |
init()
Creates the default factory implementation
|
public static final AdvancedFactoryImpl eINSTANCE
public AdvancedFactoryImpl()
public static AdvancedFactoryImpl init()
public EObject create(EClass eClass)
public MPlaceholder createPlaceholder()
createPlaceholder in interface MAdvancedFactorypublic MPerspective createPerspective()
createPerspective in interface MAdvancedFactorypublic MPerspectiveStack createPerspectiveStack()
createPerspectiveStack in interface MAdvancedFactorypublic MArea createArea()
createArea in interface MAdvancedFactorypublic AdvancedPackageImpl getAdvancedPackage()