public class LQMLauncher extends Object
| Constructor and Description |
|---|
LQMLauncher() |
| Modifier and Type | Method and Description |
|---|---|
static void |
error(String message) |
static LogicalModelFormat |
getFormat(String name) |
static void |
help() |
static LogicalModel |
loadModel(String filename,
String format)
Load a model from file.
|
static void |
main(String[] args)
The main entry point.
|
static boolean |
saveModel(LogicalModel model,
String filename,
String format)
Save a model to file
|
public static void main(String[] args)
args - the command line argumentspublic static LogicalModelFormat getFormat(String name)
public static void error(String message)
public static void help()
public static LogicalModel loadModel(String filename, String format)
filename - the path to the loaded fileformat - the name of the import formatpublic static boolean saveModel(LogicalModel model, String filename, String format)
model - the model to savefilename - the path of the output fileformat - the name of the export formatCopyright © 2012-2017. All Rights Reserved.