Interface MBasicFactory
-
public interface MBasicFactoryThe Factory for the model. It provides a create method for each non-abstract class of the model.
-
-
Field Summary
Fields Modifier and Type Field Description static MBasicFactoryINSTANCEThe singleton instance of the factory.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MPartDescriptorcreatePartDescriptor()Returns a new object of class 'Part Descriptor'.
-
-
-
Field Detail
-
INSTANCE
static final MBasicFactory INSTANCE
The singleton instance of the factory.
-
-
Method Detail
-
createPartDescriptor
MPartDescriptor createPartDescriptor()
Returns a new object of class 'Part Descriptor'.- Returns:
- a new object of class 'Part Descriptor'.
- Since:
- 1.0
-
-