edu.iastate.metnet.dao
Class InputNode

java.lang.Object
  extended by edu.iastate.metnet.dao.InputNode
All Implemented Interfaces:
java.io.Serializable

public class InputNode
extends java.lang.Object
implements java.io.Serializable

use to store the input graph node data while adapt to the display requirement of JGraph

Author:
Jie Li
See Also:
Serialized Form

Field Summary
(package private)  Blockunit liveEntity
          data object
 
Constructor Summary
InputNode()
          default construct
InputNode(Blockunit blockunit)
          default construct
 
Method Summary
 Blockunit getLiveEntity()
           
 void setLiveEntity(Blockunit liveEntity)
           
 java.lang.String toString()
          display information
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

liveEntity

Blockunit liveEntity
data object

Constructor Detail

InputNode

public InputNode()
default construct


InputNode

public InputNode(Blockunit blockunit)
default construct

Method Detail

getLiveEntity

public Blockunit getLiveEntity()
Returns:
the liveEntity

setLiveEntity

public void setLiveEntity(Blockunit liveEntity)
Parameters:
liveEntity - the liveEntity to set

toString

public java.lang.String toString()
display information

Overrides:
toString in class java.lang.Object