biouml.model.util
Class Framework
java.lang.Object
biouml.model.util.Framework
- public class Framework
- extends java.lang.Object
|
Field Summary |
static int |
DESIGN_MODE
Indicates whether a framework in desifn mode. |
static int |
VIEW_MODE
Indicates whether a framework in view mode. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VIEW_MODE
public static final int VIEW_MODE
- Indicates whether a framework in view mode.
- See Also:
- Constant Field Values
DESIGN_MODE
public static final int DESIGN_MODE
- Indicates whether a framework in desifn mode.
- See Also:
- Constant Field Values
Framework
public Framework()
initRepository
public static void initRepository(java.lang.String modulePath)
throws java.lang.Exception
- Throws:
java.lang.Exception
getModules
public static DataCollection getModules()
getMode
public static int getMode()
setMode
public static void setMode(int mode)
Copyright © 2001-2003 Biosof.Ru. All Rights Reserved.