edu.iastate.metnet.dao
Class MetnetPathway

java.lang.Object
  extended by edu.iastate.metnet.dao.MetnetBlockUnit
      extended by edu.iastate.metnet.dao.MetnetPathway
All Implemented Interfaces:
IMetnetBlockUnit, java.io.Serializable

public class MetnetPathway
extends MetnetBlockUnit

abstract pathway node in the graph, which should be invisible and not connect to other nodes, otherwise cause layout problem

Since:
6/19/04
Author:
Jie Li
See Also:
Serialized Form

Field Summary
(package private)  java.util.Set interactionSet
           
 
Fields inherited from class edu.iastate.metnet.dao.MetnetBlockUnit
blockunit, buffer, ID, logger
 
Constructor Summary
MetnetPathway()
          default constructor
MetnetPathway(Blockunit blockunit)
           
 
Method Summary
 java.util.Set getInteractionSet()
           
 boolean isPropertyChanged()
          detect if something is changed, only consider name, the function confidence is not enough for a credit
 void setInteractionSet()
           
 
Methods inherited from class edu.iastate.metnet.dao.MetnetBlockUnit
getAracycID, getBlockunit, getBuffer, getDate, getId, getID, getLocation, getName, getOrganism, getSource, getType, getUsername, setBlockunit, setID, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

interactionSet

java.util.Set interactionSet
Constructor Detail

MetnetPathway

public MetnetPathway()
default constructor


MetnetPathway

public MetnetPathway(Blockunit blockunit)
Method Detail

getInteractionSet

public java.util.Set getInteractionSet()

setInteractionSet

public void setInteractionSet()

isPropertyChanged

public boolean isPropertyChanged()
detect if something is changed, only consider name, the function confidence is not enough for a credit

Specified by:
isPropertyChanged in interface IMetnetBlockUnit
Specified by:
isPropertyChanged in class MetnetBlockUnit
Returns:
true if changed, false if not