HEADER

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:


Field Summary
 final static StringVERSION
           

Constructor Summary
TranspathModuleType()
           

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

TranspathModuleType

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