|
||||||||||
| 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.RemoveBridgeNodes
public class RemoveBridgeNodes
| Field Summary | |
|---|---|
(package private) static org.apache.log4j.Logger |
logger
log4j facility |
| Constructor Summary | |
|---|---|
RemoveBridgeNodes()
default constructor |
|
RemoveBridgeNodes(boolean storeInteraction)
default constructor |
|
| Method Summary | |
|---|---|
boolean |
isStoreInteraction()
|
void |
run(MultiPathwayModel model)
we have to use two version of run() for two types of graph model. |
void |
run(PathwayModel model)
remove single bridge node (interaction with only one substrate and one product) from the pathway |
void |
setStoreInteraction(boolean storeInteraction)
|
| 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 RemoveBridgeNodes()
public RemoveBridgeNodes(boolean storeInteraction)
storeInteraction - if store the interaction in the user object of the bridge edge| Method Detail |
|---|
public void run(PathwayModel model)
run in interface IGraphProcessorrun in class AbstractGraphProcessormodel - the pathway graph modelpublic void run(MultiPathwayModel model)
run in interface IGraphProcessorrun in class AbstractGraphProcessormodel - the pathway graph modelpublic boolean isStoreInteraction()
public void setStoreInteraction(boolean storeInteraction)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||