biouml.modules.transpath
Class TranspathModuleType
ru.biosoft.access.DataElementSupport
|
+--biouml.modules.transpath.TranspathModuleType
- public class TranspathModuleType
- extends DataElementSupport
- implements ModuleType
Definition of Transpath module. The module defines:
- Transpath data types
- mapping of Transpath data types into database.
- DiagramViewBuilder and SemanticController specific for Transpath database.
| Field Summary |
final static String | VERSION |
VERSION
public final static String VERSION
TranspathModuleType
public TranspathModuleType()
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