SigPath

org.sigpath.bioimport.geneways
Class Action

java.lang.Object
  extended by org.sigpath.bioimport.geneways.ActionType
      extended by org.sigpath.bioimport.geneways.Action
All Implemented Interfaces:
Serializable

public class Action
extends ActionType
implements Serializable

Class Action.

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

Constructor Summary
Action()
           
 
Method Summary
 boolean isValid()
          Method isValid
 void marshal(ContentHandler handler)
          Method marshal
 void marshal(Writer out)
          Method marshal
static Action unmarshal(Reader reader)
          Method unmarshal
 void validate()
          Method validate
 
Methods inherited from class org.sigpath.bioimport.geneways.ActionType
getDownstream, getId, getType, getUpstream, setDownstream, setId, setType, setUpstream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Action

public Action()
Method Detail

isValid

public boolean isValid()
Method isValid

Overrides:
isValid in class ActionType
Returns:
boolean

marshal

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

Overrides:
marshal in class ActionType
Parameters:
out -
Throws:
MarshalException
ValidationException

marshal

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

Overrides:
marshal in class ActionType
Parameters:
handler -
Throws:
IOException
MarshalException
ValidationException

unmarshal

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

Parameters:
reader -
Returns:
Action
Throws:
MarshalException
ValidationException

validate

public void validate()
              throws ValidationException
Method validate

Overrides:
validate in class ActionType
Throws:
ValidationException

SigPath

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