biouml.model.util
Class Framework
- public class Framework
| Field Summary |
final static int | DESIGN_MODE Indicates whether a framework in desifn mode. |
final static int | VIEW_MODE Indicates whether a framework in view mode. |
DESIGN_MODE
public final static int DESIGN_MODE
- Indicates whether a framework in desifn mode.
VIEW_MODE
public final static int VIEW_MODE
- Indicates whether a framework in view mode.
getMode
public static int getMode()
getRepository
public static DataCollection getRepository()
initRepository
public static void initRepository(String path)
throws java.lang.Exception
setMode
public static void setMode(int mode)
to Class ru.biosoft.access.DataCollection
BOTTOM