edu.iastate.metnet.graphmodel
Class GlobalGraphWalker

java.lang.Object
  extended by edu.iastate.metnet.graphmodel.AbstractGraphProcessor
      extended by edu.iastate.metnet.graphmodel.GraphWalker
          extended by edu.iastate.metnet.graphmodel.GlobalGraphWalker
All Implemented Interfaces:
IGraphProcessor

public class GlobalGraphWalker
extends GraphWalker

specialized walker which walk throgh the all interaction node in the graph model in each pass

Author:
Jie Li

Field Summary
(package private) static org.apache.log4j.Logger logger
          log4j facility
 
Fields inherited from class edu.iastate.metnet.graphmodel.GraphWalker
WALK_ADJCENT, WALK_ALL, walkType
 
Constructor Summary
GlobalGraphWalker()
          initialize something i do not know yet
 
Method Summary
 void run(PathwayModel model)
          walk through the graph model
 
Methods inherited from class edu.iastate.metnet.graphmodel.GraphWalker
getWalkType, setWalkType
 
Methods inherited from class edu.iastate.metnet.graphmodel.AbstractGraphProcessor
run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

static org.apache.log4j.Logger logger
log4j facility

Constructor Detail

GlobalGraphWalker

public GlobalGraphWalker()
initialize something i do not know yet

Method Detail

run

public void run(PathwayModel model)
walk through the graph model

Specified by:
run in interface IGraphProcessor
Overrides:
run in class GraphWalker
Parameters:
model - the graph model