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 String | VERSION |
VERSION
public final static String VERSION
CellMLModuleType
public CellMLModuleType()
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()
to Class java.lang.String
BOTTOM