class ModelManager extends Object
Modifier and Type | Field and Description |
---|---|
(package private) String |
fileName |
(package private) ModelSet |
modelSet |
(package private) String |
modelSetPathName |
private Viewer |
vwr |
Constructor and Description |
---|
ModelManager(Viewer vwr) |
Modifier and Type | Method and Description |
---|---|
(package private) String |
createAtomDataSet(Object atomSetCollection,
int tokType) |
(package private) void |
createModelSet(String fullPathName,
String fileName,
javajs.util.SB loadScript,
Object atomSetCollection,
BS bsNew,
boolean isAppend) |
private static String |
reduceFilename(String fileName) |
(package private) void |
zap() |
private final Viewer vwr
ModelSet modelSet
String modelSetPathName
String fileName
ModelManager(Viewer vwr)