|
SigPath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sigpath.bioimport.reaction2.Model
public class Model
encapsulates data defining a model
| Constructor Summary | |
|---|---|
Model()
|
|
| Method Summary | |
|---|---|
void |
addModelConcentration(int index,
ModelConcentration vModelConcentration)
Method addModelConcentration |
void |
addModelConcentration(ModelConcentration vModelConcentration)
Method addModelConcentration |
void |
addModelReaction(int index,
ModelReaction vModelReaction)
Method addModelReaction |
void |
addModelReaction(ModelReaction vModelReaction)
Method addModelReaction |
void |
clearModelConcentration()
Method clearModelConcentration |
void |
clearModelReaction()
Method clearModelReaction |
Enumeration |
enumerateModelConcentration()
Method enumerateModelConcentration |
Enumeration |
enumerateModelReaction()
Method enumerateModelReaction |
Change_log |
getChange_log()
Returns the value of field 'change_log'. |
String |
getComments()
Returns the value of field 'comments'. |
String |
getDescription()
Returns the value of field 'description'. |
ExcludedReactions |
getExcludedReactions()
Returns the value of field 'excludedReactions'. |
String |
getId()
Returns the value of field 'id'. |
ModelCompartments |
getModelCompartments()
Returns the value of field 'modelCompartments'. |
ModelConcentration[] |
getModelConcentration()
Method getModelConcentration |
ModelConcentration |
getModelConcentration(int index)
Method getModelConcentration |
int |
getModelConcentrationCount()
Method getModelConcentrationCount |
ModelReaction[] |
getModelReaction()
Method getModelReaction |
ModelReaction |
getModelReaction(int index)
Method getModelReaction |
int |
getModelReactionCount()
Method getModelReactionCount |
String |
getName()
Returns the value of field 'name'. |
PreviousVersion |
getPreviousVersion()
Returns the value of field 'previousVersion'. |
Publications |
getPublications()
Returns the value of field 'publications'. |
String |
getSpid()
Returns the value of field 'spid'. |
TargetUnit |
getTargetUnit()
Returns the value of field 'targetUnit'. |
boolean |
isValid()
Method isValid |
void |
marshal(ContentHandler handler)
Method marshal |
void |
marshal(Writer out)
Method marshal |
boolean |
removeModelConcentration(ModelConcentration vModelConcentration)
Method removeModelConcentration |
boolean |
removeModelReaction(ModelReaction vModelReaction)
Method removeModelReaction |
void |
setChange_log(Change_log change_log)
Sets the value of field 'change_log'. |
void |
setComments(String comments)
Sets the value of field 'comments'. |
void |
setDescription(String description)
Sets the value of field 'description'. |
void |
setExcludedReactions(ExcludedReactions excludedReactions)
Sets the value of field 'excludedReactions'. |
void |
setId(String id)
Sets the value of field 'id'. |
void |
setModelCompartments(ModelCompartments modelCompartments)
Sets the value of field 'modelCompartments'. |
void |
setModelConcentration(int index,
ModelConcentration vModelConcentration)
Method setModelConcentration |
void |
setModelConcentration(ModelConcentration[] modelConcentrationArray)
Method setModelConcentration |
void |
setModelReaction(int index,
ModelReaction vModelReaction)
Method setModelReaction |
void |
setModelReaction(ModelReaction[] modelReactionArray)
Method setModelReaction |
void |
setName(String name)
Sets the value of field 'name'. |
void |
setPreviousVersion(PreviousVersion previousVersion)
Sets the value of field 'previousVersion'. |
void |
setPublications(Publications publications)
Sets the value of field 'publications'. |
void |
setSpid(String spid)
Sets the value of field 'spid'. |
void |
setTargetUnit(TargetUnit targetUnit)
Sets the value of field 'targetUnit'. |
static Model |
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 Model()
| Method Detail |
|---|
public void addModelConcentration(ModelConcentration vModelConcentration)
throws IndexOutOfBoundsException
vModelConcentration -
IndexOutOfBoundsException
public void addModelConcentration(int index,
ModelConcentration vModelConcentration)
throws IndexOutOfBoundsException
index - vModelConcentration -
IndexOutOfBoundsException
public void addModelReaction(ModelReaction vModelReaction)
throws IndexOutOfBoundsException
vModelReaction -
IndexOutOfBoundsException
public void addModelReaction(int index,
ModelReaction vModelReaction)
throws IndexOutOfBoundsException
index - vModelReaction -
IndexOutOfBoundsExceptionpublic void clearModelConcentration()
public void clearModelReaction()
public Enumeration enumerateModelConcentration()
public Enumeration enumerateModelReaction()
public Change_log getChange_log()
public String getComments()
public String getDescription()
public ExcludedReactions getExcludedReactions()
public String getId()
public ModelCompartments getModelCompartments()
public ModelConcentration getModelConcentration(int index)
throws IndexOutOfBoundsException
index -
IndexOutOfBoundsExceptionpublic ModelConcentration[] getModelConcentration()
public int getModelConcentrationCount()
public ModelReaction getModelReaction(int index)
throws IndexOutOfBoundsException
index -
IndexOutOfBoundsExceptionpublic ModelReaction[] getModelReaction()
public int getModelReactionCount()
public String getName()
public PreviousVersion getPreviousVersion()
public Publications getPublications()
public String getSpid()
public TargetUnit getTargetUnit()
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 removeModelConcentration(ModelConcentration vModelConcentration)
vModelConcentration -
public boolean removeModelReaction(ModelReaction vModelReaction)
vModelReaction -
public void setChange_log(Change_log change_log)
change_log - the value of field 'change_log'.public void setComments(String comments)
comments - the value of field 'comments'.public void setDescription(String description)
description - the value of field 'description'.public void setExcludedReactions(ExcludedReactions excludedReactions)
excludedReactions - the value of field
'excludedReactions'.public void setId(String id)
id - the value of field 'id'.public void setModelCompartments(ModelCompartments modelCompartments)
modelCompartments - the value of field
'modelCompartments'.
public void setModelConcentration(int index,
ModelConcentration vModelConcentration)
throws IndexOutOfBoundsException
index - vModelConcentration -
IndexOutOfBoundsExceptionpublic void setModelConcentration(ModelConcentration[] modelConcentrationArray)
modelConcentrationArray -
public void setModelReaction(int index,
ModelReaction vModelReaction)
throws IndexOutOfBoundsException
index - vModelReaction -
IndexOutOfBoundsExceptionpublic void setModelReaction(ModelReaction[] modelReactionArray)
modelReactionArray - public void setName(String name)
name - the value of field 'name'.public void setPreviousVersion(PreviousVersion previousVersion)
previousVersion - the value of field 'previousVersion'.public void setPublications(Publications publications)
publications - the value of field 'publications'.public void setSpid(String spid)
spid - the value of field 'spid'.public void setTargetUnit(TargetUnit targetUnit)
targetUnit - the value of field 'targetUnit'.
public static Model 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 | |||||||||