|
SigPath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sigpath.bioimport.reaction2.InternalLinks
public class InternalLinks
Used to describe internal links within SigPath
| Constructor Summary | |
|---|---|
InternalLinks()
|
|
| Method Summary | |
|---|---|
void |
addInvolvedInReaction(int index,
InvolvedInReaction vInvolvedInReaction)
Method addInvolvedInReaction |
void |
addInvolvedInReaction(InvolvedInReaction vInvolvedInReaction)
Method addInvolvedInReaction |
void |
clearInvolvedInReaction()
Method clearInvolvedInReaction |
Enumeration |
enumerateInvolvedInReaction()
Method enumerateInvolvedInReaction |
InvolvedInReaction[] |
getInvolvedInReaction()
Method getInvolvedInReaction |
InvolvedInReaction |
getInvolvedInReaction(int index)
Method getInvolvedInReaction |
int |
getInvolvedInReactionCount()
Method getInvolvedInReactionCount |
boolean |
isValid()
Method isValid |
void |
marshal(ContentHandler handler)
Method marshal |
void |
marshal(Writer out)
Method marshal |
boolean |
removeInvolvedInReaction(InvolvedInReaction vInvolvedInReaction)
Method removeInvolvedInReaction |
void |
setInvolvedInReaction(int index,
InvolvedInReaction vInvolvedInReaction)
Method setInvolvedInReaction |
void |
setInvolvedInReaction(InvolvedInReaction[] involvedInReactionArray)
Method setInvolvedInReaction |
static InternalLinks |
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 InternalLinks()
| Method Detail |
|---|
public void addInvolvedInReaction(InvolvedInReaction vInvolvedInReaction)
throws IndexOutOfBoundsException
vInvolvedInReaction -
IndexOutOfBoundsException
public void addInvolvedInReaction(int index,
InvolvedInReaction vInvolvedInReaction)
throws IndexOutOfBoundsException
index - vInvolvedInReaction -
IndexOutOfBoundsExceptionpublic void clearInvolvedInReaction()
public Enumeration enumerateInvolvedInReaction()
public InvolvedInReaction getInvolvedInReaction(int index)
throws IndexOutOfBoundsException
index -
IndexOutOfBoundsExceptionpublic InvolvedInReaction[] getInvolvedInReaction()
public int getInvolvedInReactionCount()
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 removeInvolvedInReaction(InvolvedInReaction vInvolvedInReaction)
vInvolvedInReaction -
public void setInvolvedInReaction(int index,
InvolvedInReaction vInvolvedInReaction)
throws IndexOutOfBoundsException
index - vInvolvedInReaction -
IndexOutOfBoundsExceptionpublic void setInvolvedInReaction(InvolvedInReaction[] involvedInReactionArray)
involvedInReactionArray -
public static InternalLinks 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 | |||||||||