edu.iastate.metnet.dao
Class MultiInteractionNode

java.lang.Object
  extended by edu.iastate.metnet.dao.AbstractMultiPathwayElementNode
      extended by edu.iastate.metnet.dao.MultiInteractionNode
All Implemented Interfaces:
MultiPathwayElementNode, java.io.Serializable

public class MultiInteractionNode
extends AbstractMultiPathwayElementNode

interaction node for multiple pathway.

Author:
Jie Li
See Also:
Serialized Form

Field Summary
 
Fields inherited from class edu.iastate.metnet.dao.AbstractMultiPathwayElementNode
guid, leftNode, predGuidSet, rightNode, succGuidSet
 
Constructor Summary
MultiInteractionNode()
          default constructor
MultiInteractionNode(PathwayElementNode elementNode, PathwayElementNode elementNode2)
          constructore
 
Method Summary
 java.lang.String toString()
          we do not need a name for dummy interaction node
 
Methods inherited from class edu.iastate.metnet.dao.AbstractMultiPathwayElementNode
addAllPredGuid, addAllSuccGuid, addPredGuid, addSuccGuid, getGuid, getLeftNode, getName, getPredGuidSet, getRightNode, getSuccGuidSet, setLeftNode, setRightNode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MultiInteractionNode

public MultiInteractionNode()
default constructor


MultiInteractionNode

public MultiInteractionNode(PathwayElementNode elementNode,
                            PathwayElementNode elementNode2)
constructore

Parameters:
elementNode - one node
elementNode2 - another node
Method Detail

toString

public java.lang.String toString()
we do not need a name for dummy interaction node

Overrides:
toString in class AbstractMultiPathwayElementNode