Uses of Interface
com._1c.g5.v8.dt.moxel.MoxelFactory
- 
Packages that use MoxelFactory Package Description com._1c.g5.v8.dt.moxel com._1c.g5.v8.dt.moxel.impl 
- 
- 
Uses of MoxelFactory in com._1c.g5.v8.dt.moxelFields in com._1c.g5.v8.dt.moxel declared as MoxelFactory Modifier and Type Field Description static MoxelFactoryMoxelFactory. eINSTANCEThe singleton instance of the factory.Methods in com._1c.g5.v8.dt.moxel that return MoxelFactory Modifier and Type Method Description MoxelFactoryMoxelPackage. getMoxelFactory()Returns the factory that creates the instances of the model.
- 
Uses of MoxelFactory in com._1c.g5.v8.dt.moxel.implClasses in com._1c.g5.v8.dt.moxel.impl that implement MoxelFactory Modifier and Type Class Description classMoxelFactoryImplAn implementation of the model Factory.Methods in com._1c.g5.v8.dt.moxel.impl that return MoxelFactory Modifier and Type Method Description MoxelFactoryMoxelPackageImpl. getMoxelFactory()static MoxelFactoryMoxelFactoryImpl. init()Creates the default factory implementation.
 
-