HEADER

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

Constructor Summary
Species(String name, DataCollection parent)
           
Species(String name, DataCollection parent, String type)
           

Method Summary
 DynamicPropertySetgetRdf()
           
 voidsetRdf(DynamicPropertySet rdf)
           
 voidsetType(String type)
           

Methods inherited from class biouml.standard.type.BaseSupport
getTitle, getType, setTitle

Methods inherited from class ru.biosoft.access.MutableDataElementSupport
getName, getOrigin, toString

Constructor Detail

Species

public Species(String name, DataCollection parent)

Species

public Species(String name, DataCollection parent, String type)
Method Detail

getRdf

public DynamicPropertySet getRdf()

setRdf

public void setRdf(DynamicPropertySet rdf)

setType

public void setType(String type)

FOOTER

BOTTOM