HEADER

biouml.plugins.sbml
Class Specie

|
+--ru.biosoft.access.MutableDataElementSupport
  |
  +--biouml.standard.type.BaseSupport
        |
        +--biouml.plugins.sbml.Specie

public class Specie
extends BaseSupport


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

Method Summary
 intgetCharge()
           
 voidsetCharge(int charge)
           
 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

Specie

public Specie(String name, DataCollection parent)

Specie

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

getCharge

public int getCharge()

setCharge

public void setCharge(int charge)

setType

public void setType(String type)

FOOTER

BOTTOM