HEADER

biouml.modules.genenet
Class GeneNetModuleType

ru.biosoft.access.DataElementSupport
  |
  +--biouml.modules.genenet.GeneNetModuleType

public class GeneNetModuleType
extends DataElementSupport
implements ModuleType

Definition of GeneNet module.


Field Summary
 final static StringVERSION
           

Constructor Summary
GeneNetModuleType()
           

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

GeneNetModuleType

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