HEADER

biouml.standard.type
Class Constant

|
+--ru.biosoft.access.MutableDataElementSupport
  |
  +--biouml.standard.type.BaseSupport
        |
        +--biouml.standard.type.GenericEntity
              |
              +--biouml.standard.type.Referrer
                    |
                    +--biouml.standard.type.Constant

public class Constant
extends Referrer

Some constant that can be used in kinetic or other equations.

pending refine definition

Constructor Summary
Constant(DataCollection parent, String name)
           

Method Summary
 StringgetType()
           
 UnitgetUnit()
           
 doublegetValue()
           
 voidsetUnit(Unit unit)
           
 voidsetValue(double value)
           

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

Constant

public Constant(DataCollection parent, String name)
Method Detail

getType

public String getType()

getUnit

public Unit getUnit()

getValue

public double getValue()

setUnit

public void setUnit(Unit unit)

setValue

public void setValue(double value)

Association Links

to Class biouml.standard.type.Unit


FOOTER

BOTTOM