biouml.standard
Class StandardModuleType
ru.biosoft.access.DataElementSupport
|
+--biouml.standard.StandardModuleType
- Direct Known Subclasses:
- SqlModuleType
- public class StandardModuleType
- extends DataElementSupport
- implements ModuleType
Definition of standard BioUML module. The module defines:
- standard BioUML data types
- mapping of standard BioUML data types into database.
Just now we are using flat files with tag fields.
- standard DiagramViewBuilders and SemanticControllers.
| Field Summary |
final static String | VERSION |
VERSION
public final static String VERSION
StandardModuleType
public StandardModuleType()
canCreateEmptyModule
public boolean canCreateEmptyModule()
createModule
public Module createModule(Repository parent, String name)
throws java.lang.Exception
getCategory
public String getCategory(Class c)
getDiagramTypes
public Class[] getDiagramTypes()
getQueryEngine
public QueryEngine getQueryEngine()
getVersion
public String getVersion()
isCategorySupported
public boolean isCategorySupported()
to Class java.lang.String
to Class java.util.HashMap
- Hashmap to optimise mapping of data type into category.
BOTTOM