|
SigPath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sigpath.bioimport.reaction2.KineticBindings
public class KineticBindings
name to constant/chemical elements
| Constructor Summary | |
|---|---|
KineticBindings()
|
|
| Method Summary | |
|---|---|
void |
addParameterBinding(int index,
ParameterBinding vParameterBinding)
Method addParameterBinding |
void |
addParameterBinding(ParameterBinding vParameterBinding)
Method addParameterBinding |
void |
addSpeciesBinding(int index,
SpeciesBinding vSpeciesBinding)
Method addSpeciesBinding |
void |
addSpeciesBinding(SpeciesBinding vSpeciesBinding)
Method addSpeciesBinding |
void |
clearParameterBinding()
Method clearParameterBinding |
void |
clearSpeciesBinding()
Method clearSpeciesBinding |
Enumeration |
enumerateParameterBinding()
Method enumerateParameterBinding |
Enumeration |
enumerateSpeciesBinding()
Method enumerateSpeciesBinding |
ParameterBinding[] |
getParameterBinding()
Method getParameterBinding |
ParameterBinding |
getParameterBinding(int index)
Method getParameterBinding |
int |
getParameterBindingCount()
Method getParameterBindingCount |
SpeciesBinding[] |
getSpeciesBinding()
Method getSpeciesBinding |
SpeciesBinding |
getSpeciesBinding(int index)
Method getSpeciesBinding |
int |
getSpeciesBindingCount()
Method getSpeciesBindingCount |
boolean |
isValid()
Method isValid |
void |
marshal(ContentHandler handler)
Method marshal |
void |
marshal(Writer out)
Method marshal |
boolean |
removeParameterBinding(ParameterBinding vParameterBinding)
Method removeParameterBinding |
boolean |
removeSpeciesBinding(SpeciesBinding vSpeciesBinding)
Method removeSpeciesBinding |
void |
setParameterBinding(int index,
ParameterBinding vParameterBinding)
Method setParameterBinding |
void |
setParameterBinding(ParameterBinding[] parameterBindingArray)
Method setParameterBinding |
void |
setSpeciesBinding(int index,
SpeciesBinding vSpeciesBinding)
Method setSpeciesBinding |
void |
setSpeciesBinding(SpeciesBinding[] speciesBindingArray)
Method setSpeciesBinding |
static KineticBindings |
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 KineticBindings()
| Method Detail |
|---|
public void addParameterBinding(ParameterBinding vParameterBinding)
throws IndexOutOfBoundsException
vParameterBinding -
IndexOutOfBoundsException
public void addParameterBinding(int index,
ParameterBinding vParameterBinding)
throws IndexOutOfBoundsException
index - vParameterBinding -
IndexOutOfBoundsException
public void addSpeciesBinding(SpeciesBinding vSpeciesBinding)
throws IndexOutOfBoundsException
vSpeciesBinding -
IndexOutOfBoundsException
public void addSpeciesBinding(int index,
SpeciesBinding vSpeciesBinding)
throws IndexOutOfBoundsException
index - vSpeciesBinding -
IndexOutOfBoundsExceptionpublic void clearParameterBinding()
public void clearSpeciesBinding()
public Enumeration enumerateParameterBinding()
public Enumeration enumerateSpeciesBinding()
public ParameterBinding getParameterBinding(int index)
throws IndexOutOfBoundsException
index -
IndexOutOfBoundsExceptionpublic ParameterBinding[] getParameterBinding()
public int getParameterBindingCount()
public SpeciesBinding getSpeciesBinding(int index)
throws IndexOutOfBoundsException
index -
IndexOutOfBoundsExceptionpublic SpeciesBinding[] getSpeciesBinding()
public int getSpeciesBindingCount()
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 removeParameterBinding(ParameterBinding vParameterBinding)
vParameterBinding -
public boolean removeSpeciesBinding(SpeciesBinding vSpeciesBinding)
vSpeciesBinding -
public void setParameterBinding(int index,
ParameterBinding vParameterBinding)
throws IndexOutOfBoundsException
index - vParameterBinding -
IndexOutOfBoundsExceptionpublic void setParameterBinding(ParameterBinding[] parameterBindingArray)
parameterBindingArray -
public void setSpeciesBinding(int index,
SpeciesBinding vSpeciesBinding)
throws IndexOutOfBoundsException
index - vSpeciesBinding -
IndexOutOfBoundsExceptionpublic void setSpeciesBinding(SpeciesBinding[] speciesBindingArray)
speciesBindingArray -
public static KineticBindings 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 | |||||||||