|
SigPath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sigpath.bioimport.reaction2.Left
public class Left
Contains molecules on the left side of a reaction
| Constructor Summary | |
|---|---|
Left()
|
|
| Method Summary | |
|---|---|
void |
addMolecule(int index,
Molecule vMolecule)
Method addMolecule |
void |
addMolecule(Molecule vMolecule)
Method addMolecule |
void |
clearMolecule()
Method clearMolecule |
Enumeration |
enumerateMolecule()
Method enumerateMolecule |
Molecule[] |
getMolecule()
Method getMolecule |
Molecule |
getMolecule(int index)
Method getMolecule |
int |
getMoleculeCount()
Method getMoleculeCount |
boolean |
isValid()
Method isValid |
void |
marshal(ContentHandler handler)
Method marshal |
void |
marshal(Writer out)
Method marshal |
boolean |
removeMolecule(Molecule vMolecule)
Method removeMolecule |
void |
setMolecule(int index,
Molecule vMolecule)
Method setMolecule |
void |
setMolecule(Molecule[] moleculeArray)
Method setMolecule |
static Left |
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 Left()
| 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 Enumeration enumerateMolecule()
public Molecule getMolecule(int index)
throws IndexOutOfBoundsException
index -
IndexOutOfBoundsExceptionpublic Molecule[] getMolecule()
public int getMoleculeCount()
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 setMolecule(int index,
Molecule vMolecule)
throws IndexOutOfBoundsException
index - vMolecule -
IndexOutOfBoundsExceptionpublic void setMolecule(Molecule[] moleculeArray)
moleculeArray -
public static Left 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 | |||||||||