SigPath

org.sigpath.bioimport.reaction2
Class OnLeft

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

public class OnLeft
extends Object
implements Serializable

Class OnLeft.

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

Constructor Summary
OnLeft()
           
 
Method Summary
 void addMoleculeExcluded(int index, MoleculeExcluded vMoleculeExcluded)
          Method addMoleculeExcluded
 void addMoleculeExcluded(MoleculeExcluded vMoleculeExcluded)
          Method addMoleculeExcluded
 void clearMoleculeExcluded()
          Method clearMoleculeExcluded
 Enumeration enumerateMoleculeExcluded()
          Method enumerateMoleculeExcluded
 MoleculeExcluded[] getMoleculeExcluded()
          Method getMoleculeExcluded
 MoleculeExcluded getMoleculeExcluded(int index)
          Method getMoleculeExcluded
 int getMoleculeExcludedCount()
          Method getMoleculeExcludedCount
 boolean isValid()
          Method isValid
 void marshal(ContentHandler handler)
          Method marshal
 void marshal(Writer out)
          Method marshal
 boolean removeMoleculeExcluded(MoleculeExcluded vMoleculeExcluded)
          Method removeMoleculeExcluded
 void setMoleculeExcluded(int index, MoleculeExcluded vMoleculeExcluded)
          Method setMoleculeExcluded
 void setMoleculeExcluded(MoleculeExcluded[] moleculeExcludedArray)
          Method setMoleculeExcluded
static OnLeft 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

OnLeft

public OnLeft()
Method Detail

addMoleculeExcluded

public void addMoleculeExcluded(MoleculeExcluded vMoleculeExcluded)
                         throws IndexOutOfBoundsException
Method addMoleculeExcluded

Parameters:
vMoleculeExcluded -
Throws:
IndexOutOfBoundsException

addMoleculeExcluded

public void addMoleculeExcluded(int index,
                                MoleculeExcluded vMoleculeExcluded)
                         throws IndexOutOfBoundsException
Method addMoleculeExcluded

Parameters:
index -
vMoleculeExcluded -
Throws:
IndexOutOfBoundsException

clearMoleculeExcluded

public void clearMoleculeExcluded()
Method clearMoleculeExcluded


enumerateMoleculeExcluded

public Enumeration enumerateMoleculeExcluded()
Method enumerateMoleculeExcluded

Returns:
Enumeration

getMoleculeExcluded

public MoleculeExcluded getMoleculeExcluded(int index)
                                     throws IndexOutOfBoundsException
Method getMoleculeExcluded

Parameters:
index -
Returns:
MoleculeExcluded
Throws:
IndexOutOfBoundsException

getMoleculeExcluded

public MoleculeExcluded[] getMoleculeExcluded()
Method getMoleculeExcluded

Returns:
MoleculeExcluded

getMoleculeExcludedCount

public int getMoleculeExcludedCount()
Method getMoleculeExcludedCount

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

removeMoleculeExcluded

public boolean removeMoleculeExcluded(MoleculeExcluded vMoleculeExcluded)
Method removeMoleculeExcluded

Parameters:
vMoleculeExcluded -
Returns:
boolean

setMoleculeExcluded

public void setMoleculeExcluded(int index,
                                MoleculeExcluded vMoleculeExcluded)
                         throws IndexOutOfBoundsException
Method setMoleculeExcluded

Parameters:
index -
vMoleculeExcluded -
Throws:
IndexOutOfBoundsException

setMoleculeExcluded

public void setMoleculeExcluded(MoleculeExcluded[] moleculeExcludedArray)
Method setMoleculeExcluded

Parameters:
moleculeExcludedArray -

unmarshal

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

Parameters:
reader -
Returns:
OnLeft
Throws:
MarshalException
ValidationException

validate

public void validate()
              throws ValidationException
Method validate

Throws:
ValidationException

SigPath

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