SigPath

org.sigpath.bioimport.reaction2
Class ExcludedReactions

java.lang.Object
  extended by org.sigpath.bioimport.reaction2.ExcludedReactions
All Implemented Interfaces:
Serializable

public class ExcludedReactions
extends Object
implements Serializable

Class ExcludedReactions.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
ExcludedReactions()
           
 
Method Summary
 void addExcludedReaction(ExcludedReaction vExcludedReaction)
          Method addExcludedReaction
 void addExcludedReaction(int index, ExcludedReaction vExcludedReaction)
          Method addExcludedReaction
 void clearExcludedReaction()
          Method clearExcludedReaction
 Enumeration enumerateExcludedReaction()
          Method enumerateExcludedReaction
 ExcludedReaction[] getExcludedReaction()
          Method getExcludedReaction
 ExcludedReaction getExcludedReaction(int index)
          Method getExcludedReaction
 int getExcludedReactionCount()
          Method getExcludedReactionCount
 boolean isValid()
          Method isValid
 void marshal(ContentHandler handler)
          Method marshal
 void marshal(Writer out)
          Method marshal
 boolean removeExcludedReaction(ExcludedReaction vExcludedReaction)
          Method removeExcludedReaction
 void setExcludedReaction(ExcludedReaction[] excludedReactionArray)
          Method setExcludedReaction
 void setExcludedReaction(int index, ExcludedReaction vExcludedReaction)
          Method setExcludedReaction
static ExcludedReactions 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

ExcludedReactions

public ExcludedReactions()
Method Detail

addExcludedReaction

public void addExcludedReaction(ExcludedReaction vExcludedReaction)
                         throws IndexOutOfBoundsException
Method addExcludedReaction

Parameters:
vExcludedReaction -
Throws:
IndexOutOfBoundsException

addExcludedReaction

public void addExcludedReaction(int index,
                                ExcludedReaction vExcludedReaction)
                         throws IndexOutOfBoundsException
Method addExcludedReaction

Parameters:
index -
vExcludedReaction -
Throws:
IndexOutOfBoundsException

clearExcludedReaction

public void clearExcludedReaction()
Method clearExcludedReaction


enumerateExcludedReaction

public Enumeration enumerateExcludedReaction()
Method enumerateExcludedReaction

Returns:
Enumeration

getExcludedReaction

public ExcludedReaction getExcludedReaction(int index)
                                     throws IndexOutOfBoundsException
Method getExcludedReaction

Parameters:
index -
Returns:
ExcludedReaction
Throws:
IndexOutOfBoundsException

getExcludedReaction

public ExcludedReaction[] getExcludedReaction()
Method getExcludedReaction

Returns:
ExcludedReaction

getExcludedReactionCount

public int getExcludedReactionCount()
Method getExcludedReactionCount

Returns:
int

isValid

public boolean isValid()
Method isValid

Returns:
boolean

marshal

public void marshal(Writer out)
             throws MarshalException,
                    ValidationException
Method marshal

Parameters:
out -
Throws:
MarshalException
ValidationException

marshal

public void marshal(ContentHandler handler)
             throws IOException,
                    MarshalException,
                    ValidationException
Method marshal

Parameters:
handler -
Throws:
IOException
MarshalException
ValidationException

removeExcludedReaction

public boolean removeExcludedReaction(ExcludedReaction vExcludedReaction)
Method removeExcludedReaction

Parameters:
vExcludedReaction -
Returns:
boolean

setExcludedReaction

public void setExcludedReaction(int index,
                                ExcludedReaction vExcludedReaction)
                         throws IndexOutOfBoundsException
Method setExcludedReaction

Parameters:
index -
vExcludedReaction -
Throws:
IndexOutOfBoundsException

setExcludedReaction

public void setExcludedReaction(ExcludedReaction[] excludedReactionArray)
Method setExcludedReaction

Parameters:
excludedReactionArray -

unmarshal

public static ExcludedReactions unmarshal(Reader reader)
                                   throws MarshalException,
                                          ValidationException
Method unmarshal

Parameters:
reader -
Returns:
ExcludedReactions
Throws:
MarshalException
ValidationException

validate

public void validate()
              throws ValidationException
Method validate

Throws:
ValidationException

SigPath

Copyright © 2002-2005 Institute for Computational Biomedicine, All Rights Reserved.