HEADER

biouml.plugins.cellml
Class CellMLModuleType

ru.biosoft.access.DataElementSupport
  |
  +--biouml.plugins.cellml.CellMLModuleType

public class CellMLModuleType
extends DataElementSupport
implements ModuleType

Module type that process CellML 1.0 and 1.1 biochemical models. While CellML stores all information in diagram files, so DATA and METADATA directory absents and category issues are unsupported.


Field Summary
 final static StringVERSION
           

Constructor Summary
CellMLModuleType()
           

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

CellMLModuleType

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