HEADER

biouml.standard.type
Class Cell

|
+--ru.biosoft.access.MutableDataElementSupport
  |
  +--biouml.standard.type.BaseSupport
        |
        +--biouml.standard.type.GenericEntity
              |
              +--biouml.standard.type.Referrer
                    |
                    +--biouml.standard.type.Concept
                          |
                          +--biouml.standard.type.Compartment
                                |
                                +--biouml.standard.type.Cell

public class Cell
extends Compartment

Stub

todo implementation

Constructor Summary
Cell(DataCollection parent, String name)
           

Method Summary
 StringgetSpecies()
           
 StringgetType()
           
 voidsetSpecies(String species)
           

Methods inherited from class biouml.standard.type.Compartment
getDefaultColor, setDefaultColor

Methods inherited from class biouml.standard.type.Concept
getCompleteName, getSynonyms, setCompleteName, setSynonyms, setType

Methods inherited from class biouml.standard.type.Referrer
getDatabaseReferences, getDescription, getLiteratureReferences, setDatabaseReferences, setDescription, setLiteratureReferences

Methods inherited from class biouml.standard.type.GenericEntity
getComment, getDate, setComment, setDate

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

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

Constructor Detail

Cell

public Cell(DataCollection parent, String name)
Method Detail

getSpecies

public String getSpecies()

getType

public String getType()

setSpecies

public void setSpecies(String species)

Association Links

to Class java.lang.String


FOOTER

BOTTOM