|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.iastate.metnet.graphmodel.AbstractGraphProcessor
edu.iastate.metnet.graphmodel.GraphWalker
public abstract class GraphWalker
facility to traverse the graph, and run the interaction node
| Field Summary | |
|---|---|
(package private) static org.apache.log4j.Logger |
logger
log4j facility |
(package private) static int |
WALK_ADJCENT
walk adjacent interaction nodes in each pass |
(package private) static int |
WALK_ALL
walk all the interaction nodes in each pass |
(package private) int |
walkType
how to walk throgh the graph model |
| Constructor Summary | |
|---|---|
GraphWalker()
initialize the walker, such as if walk through whole graph model or only walk through affected interaction nodes in the graph model depends on the algorithm requirement |
|
GraphWalker(int walkType)
initialize the walker, such as if walk through whole graph model or only walk through affected interaction nodes in the graph model depends on the algorithm requirement |
|
| Method Summary | |
|---|---|
int |
getWalkType()
|
void |
run(PathwayModel model)
walk through pathway model |
void |
setWalkType(int walkType)
|
| 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 |
|---|
static org.apache.log4j.Logger logger
static final int WALK_ALL
static final int WALK_ADJCENT
int walkType
| Constructor Detail |
|---|
public GraphWalker()
public GraphWalker(int walkType)
| Method Detail |
|---|
public void run(PathwayModel model)
run in interface IGraphProcessorrun in class AbstractGraphProcessormodel - the graph modelpublic int getWalkType()
public void setWalkType(int walkType)
walkType - The walkType to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||