HEADER

biouml.standard
Class StandardModuleType

ru.biosoft.access.DataElementSupport
  |
  +--biouml.standard.StandardModuleType
Direct Known Subclasses:
SqlModuleType

public class StandardModuleType
extends DataElementSupport
implements ModuleType

Definition of standard BioUML module. The module defines:


Field Summary
 final static StringVERSION
           

Constructor Summary
StandardModuleType()
           

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

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

Field Detail

VERSION

public final static String VERSION
Constructor Detail

StandardModuleType

public StandardModuleType()
Method Detail

canCreateEmptyModule

public boolean canCreateEmptyModule()

createModule

public Module createModule(Repository parent, String name)
throws java.lang.Exception

getCategory

public String getCategory(Class c)

getDiagramTypes

public Class[] getDiagramTypes()

getQueryEngine

public QueryEngine getQueryEngine()

getVersion

public String getVersion()

isCategorySupported

public boolean isCategorySupported()

Association Links

to Class java.lang.String

to Class java.util.HashMap

Hashmap to optimise mapping of data type into category.

FOOTER

BOTTOM