HEADER

biouml.plugins.sbml
Class SbmlModuleType

ru.biosoft.access.DataElementSupport
  |
  +--biouml.plugins.sbml.SbmlModuleType

public class SbmlModuleType
extends DataElementSupport
implements ModuleType

Module type that process SBML diagrams. While SBML stores all information in diagram files, so DATA and METADATA directory absents and category issues are unsupported.


Field Summary
 final static StringVERSION
           

Constructor Summary
SbmlModuleType()
           

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

SbmlModuleType

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


FOOTER

BOTTOM