Interface MBasicFactory
- All Known Implementing Classes:
BasicFactoryImpl
public interface MBasicFactory
The Factory for the model.
It provides a create method for each non-abstract class of the model.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final MBasicFactory
The singleton instance of the factory. -
Method Summary
Modifier and TypeMethodDescriptionReturns a new object of class 'Part Descriptor'.
-
Field Details
-
INSTANCE
The singleton instance of the factory.
-
-
Method Details
-
createPartDescriptor
MPartDescriptor createPartDescriptor()Returns a new object of class 'Part Descriptor'.- Returns:
- a new object of class 'Part Descriptor'.
- Since:
- 1.0
-