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.moxel
Fields in com._1c.g5.v8.dt.moxel declared as MoxelFactory Modifier and Type Field Description static MoxelFactory
MoxelFactory. eINSTANCE
The singleton instance of the factory.Methods in com._1c.g5.v8.dt.moxel that return MoxelFactory Modifier and Type Method Description MoxelFactory
MoxelPackage. getMoxelFactory()
Returns the factory that creates the instances of the model. -
Uses of MoxelFactory in com._1c.g5.v8.dt.moxel.impl
Classes in com._1c.g5.v8.dt.moxel.impl that implement MoxelFactory Modifier and Type Class Description class
MoxelFactoryImpl
An implementation of the model Factory.Methods in com._1c.g5.v8.dt.moxel.impl that return MoxelFactory Modifier and Type Method Description MoxelFactory
MoxelPackageImpl. getMoxelFactory()
static MoxelFactory
MoxelFactoryImpl. init()
Creates the default factory implementation.
-