Package com._1c.g5.v8.bm.integration
Class BmModels
- java.lang.Object
-
- com._1c.g5.v8.bm.integration.BmModels
-
public final class BmModels extends Object
Factory methods for models.- Restriction:
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IBmModel
create(IBmEngine engine, IBmSaveManager saveManager, IBmTaskCompletedProcessor processor, Path workingDirectory, boolean enableEvents)
Creates a newIBmModel
with the specified parameters.
-
-
-
Method Detail
-
create
public static IBmModel create(IBmEngine engine, IBmSaveManager saveManager, IBmTaskCompletedProcessor processor, Path workingDirectory, boolean enableEvents)
Creates a newIBmModel
with the specified parameters.- Parameters:
engine
- The underlying engine. May not benull
.saveManager
- The save manager. May not benull
.path
- The path of the file/directory where the model stores its data. May not benull
enableEvents
- The flag showing whether the events are enabled.- Returns:
- a newly created BM model, never
null
.
-
-