biouml.plugins.cellml
Class Species
|
+--ru.biosoft.access.MutableDataElementSupport
|
+--biouml.standard.type.BaseSupport
|
+--biouml.plugins.cellml.Species
- public class Species
- extends BaseSupport
This is a wrapper class to handle RDF elemenet assotiated with CellML component.
- pending stub
| Method Summary |
DynamicPropertySet | getRdf() |
void | setRdf(DynamicPropertySet rdf) |
void | setType(String type) |
Species
public Species(String name, DataCollection parent)
Species
public Species(String name, DataCollection parent, String type)
getRdf
public DynamicPropertySet getRdf()
setRdf
public void setRdf(DynamicPropertySet rdf)
setType
public void setType(String type)
BOTTOM