org.sigpath.datamodel.kinetic
Class BindingChemicalImpl
java.lang.Object
org.sigpath.datamodel.kinetic.SymbolBinding
org.sigpath.datamodel.kinetic.BindingDefinition
org.sigpath.datamodel.kinetic.BindingChemicalImpl
public class BindingChemicalImpl
- extends BindingDefinition
Binds Chemicals to symbol in kinetic formula.
BindingChemicalImpl
public BindingChemicalImpl()
BindingChemicalImpl
public BindingChemicalImpl(String name,
Chemical chemical)
- Constructs a binding betwen name and Chemical.
- Parameters:
name - chemical -
getChemical
public Chemical getChemical()
- Returns the chemical bound to the named symbol.
- Returns:
- Chemical instance bound to the name.
setChemical
public void setChemical(Chemical chemical)
- Sets the chemical bound to the name symbol.
- Parameters:
chemical - Chemical to bind to the name.
getValue
public Object getValue()
- Returns the chemical bound to the named symbol.
- Specified by:
getValue in class BindingDefinition
- Returns:
- Chemical instance bound to the name.
Copyright © 2002-2005 Institute for Computational Biomedicine, All Rights Reserved.