public final class ModelManager extends Object
| Constructor and Description |
|---|
ModelManager() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends DajlabModelInterface> |
loadModel(File file)
Load a model from a file.
|
static void |
saveModel(File file,
DajlabModel dajlabModel)
Save to the file the model.
|
public static void saveModel(File file, DajlabModel dajlabModel)
file - filedajlabModel - modelpublic static <T extends DajlabModelInterface> DajlabModel loadModel(File file)
T - model will implement DajlabModelInterfacefile - fileCopyright © 2018. All rights reserved.