SigPath

org.sigpath.bioimport.sbml
Class AlgebraicRule

java.lang.Object
  extended by org.sigpath.bioimport.sbml.SBase
      extended by org.sigpath.bioimport.sbml.Rule
          extended by org.sigpath.bioimport.sbml.AlgebraicRule
All Implemented Interfaces:
Serializable

public class AlgebraicRule
extends Rule
implements Serializable

Class AlgebraicRule.

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

Constructor Summary
AlgebraicRule()
           
 
Method Summary
 boolean isValid()
          Method isValid
 void marshal(ContentHandler handler)
          Method marshal
 void marshal(Writer out)
          Method marshal
static SBase unmarshal(Reader reader)
          Method unmarshal
 void validate()
          Method validate
 
Methods inherited from class org.sigpath.bioimport.sbml.SBase
getAnnotation, getMetaid, getNotes, setAnnotation, setMetaid, setNotes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlgebraicRule

public AlgebraicRule()
Method Detail

isValid

public boolean isValid()
Method isValid

Overrides:
isValid in class Rule
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

unmarshal

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

Parameters:
reader -
Returns:
SBase
Throws:
MarshalException
ValidationException

validate

public void validate()
              throws ValidationException
Method validate

Overrides:
validate in class Rule
Throws:
ValidationException

SigPath

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