|
SigPath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sigpath.bioimport.reaction2.ModelConcentration
public class ModelConcentration
Selects molecule concentrations in a model
| Constructor Summary | |
|---|---|
ModelConcentration()
|
|
| Method Summary | |
|---|---|
void |
addMolecule(int index,
Molecule vMolecule)
Method addMolecule |
void |
addMolecule(Molecule vMolecule)
Method addMolecule |
void |
clearMolecule()
Method clearMolecule |
void |
deleteIsBuffered()
Method deleteIsBuffered |
void |
deleteIsModelWillProvide()
Method deleteIsModelWillProvide |
Enumeration |
enumerateMolecule()
Method enumerateMolecule |
String |
getDescription()
Returns the value of field 'description'. |
boolean |
getIsBuffered()
Returns the value of field 'isBuffered'. |
boolean |
getIsModelWillProvide()
Returns the value of field 'isModelWillProvide'. |
Molecule[] |
getMolecule()
Method getMolecule |
Molecule |
getMolecule(int index)
Method getMolecule |
MoleculeConcentration |
getMoleculeConcentration()
Returns the value of field 'moleculeConcentration'. |
int |
getMoleculeCount()
Method getMoleculeCount |
boolean |
hasIsBuffered()
Method hasIsBuffered |
boolean |
hasIsModelWillProvide()
Method hasIsModelWillProvide |
boolean |
isValid()
Method isValid |
void |
marshal(ContentHandler handler)
Method marshal |
void |
marshal(Writer out)
Method marshal |
boolean |
removeMolecule(Molecule vMolecule)
Method removeMolecule |
void |
setDescription(String description)
Sets the value of field 'description'. |
void |
setIsBuffered(boolean isBuffered)
Sets the value of field 'isBuffered'. |
void |
setIsModelWillProvide(boolean isModelWillProvide)
Sets the value of field 'isModelWillProvide'. |
void |
setMolecule(int index,
Molecule vMolecule)
Method setMolecule |
void |
setMolecule(Molecule[] moleculeArray)
Method setMolecule |
void |
setMoleculeConcentration(MoleculeConcentration moleculeConcentration)
Sets the value of field 'moleculeConcentration'. |
static ModelConcentration |
unmarshal(Reader reader)
Method unmarshal |
void |
validate()
Method validate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ModelConcentration()
| Method Detail |
|---|
public void addMolecule(Molecule vMolecule)
throws IndexOutOfBoundsException
vMolecule -
IndexOutOfBoundsException
public void addMolecule(int index,
Molecule vMolecule)
throws IndexOutOfBoundsException
index - vMolecule -
IndexOutOfBoundsExceptionpublic void clearMolecule()
public void deleteIsBuffered()
public void deleteIsModelWillProvide()
public Enumeration enumerateMolecule()
public String getDescription()
public boolean getIsBuffered()
public boolean getIsModelWillProvide()
public Molecule getMolecule(int index)
throws IndexOutOfBoundsException
index -
IndexOutOfBoundsExceptionpublic Molecule[] getMolecule()
public MoleculeConcentration getMoleculeConcentration()
public int getMoleculeCount()
public boolean hasIsBuffered()
public boolean hasIsModelWillProvide()
public boolean isValid()
public void marshal(Writer out)
throws MarshalException,
ValidationException
out -
MarshalException
ValidationException
public void marshal(ContentHandler handler)
throws IOException,
MarshalException,
ValidationException
handler -
IOException
MarshalException
ValidationExceptionpublic boolean removeMolecule(Molecule vMolecule)
vMolecule -
public void setDescription(String description)
description - the value of field 'description'.public void setIsBuffered(boolean isBuffered)
isBuffered - the value of field 'isBuffered'.public void setIsModelWillProvide(boolean isModelWillProvide)
isModelWillProvide - the value of field
'isModelWillProvide'.
public void setMolecule(int index,
Molecule vMolecule)
throws IndexOutOfBoundsException
index - vMolecule -
IndexOutOfBoundsExceptionpublic void setMolecule(Molecule[] moleculeArray)
moleculeArray - public void setMoleculeConcentration(MoleculeConcentration moleculeConcentration)
moleculeConcentration - the value of field
'moleculeConcentration'.
public static ModelConcentration unmarshal(Reader reader)
throws MarshalException,
ValidationException
reader -
MarshalException
ValidationException
public void validate()
throws ValidationException
ValidationException
|
SigPath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||