edu.iastate.metnet.dao
Class MetnetPathway
java.lang.Object
edu.iastate.metnet.dao.MetnetBlockUnit
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
| 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 |
interactionSet
java.util.Set interactionSet
MetnetPathway
public MetnetPathway()
- default constructor
MetnetPathway
public MetnetPathway(Blockunit blockunit)
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