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