HEADER

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:

todo implement

Field Summary
 final static StringVERSION
           

Constructor Summary
KeggPathwayModuleType()
           

Method Summary
 booleancanCreateEmptyModule()
           
 ModulecreateModule(Repository parent, String name)
           
 StringgetCategory(Class c)
           
 Class[]getDiagramTypes()
           
 QueryEnginegetQueryEngine()
           
 StringgetVersion()
           

Methods inherited from class ru.biosoft.access.DataElementSupport
getName, getOrigin, registerConstructorWithBadEqual, toString

Field Detail

VERSION

public final static String VERSION
Constructor Detail

KeggPathwayModuleType

public KeggPathwayModuleType()
Method Detail

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()

Association Links

to Class java.lang.String


FOOTER

BOTTOM