biouml.standard
Class StandardModuleType
ru.biosoft.access.DataElementSupport
|
+--biouml.standard.StandardModuleType
- 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
- todo implement
getCategory
public String getCategory(Class c)
- pending optimise (for example throw map(class, category))
getDiagramTypes
public Class[] getDiagramTypes()
getQueryEngine
public QueryEngine getQueryEngine()
getVersion
public String getVersion()
to Class java.lang.String
BOTTOM