|
||||||||||
| 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
edu.iastate.metnet.graphmodel.AdjacencyGraphWalker
public class AdjacencyGraphWalker
specialized graph walker which walk throigh all adjacecy interaction nodes in the graph model in each pass
| 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 | |
|---|---|
AdjacencyGraphWalker()
initialize something i do not know yet |
|
| Method Summary | |
|---|---|
void |
run(PathwayModel model)
walk through the pathway 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 |
|---|
static org.apache.log4j.Logger logger
| Constructor Detail |
|---|
public AdjacencyGraphWalker()
| Method Detail |
|---|
public void run(PathwayModel model)
run in interface IGraphProcessorrun in class GraphWalkermodel - the graph model
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||