fern.cytoscape
Interface NetworkChecker.EdgeClassifier

All Known Implementing Classes:
NetworkChecker.EdgeClassifierByDirection, NetworkChecker.EdgeClassifierByIdentifier
Enclosing class:
NetworkChecker

public static interface NetworkChecker.EdgeClassifier


Method Summary
 boolean isReactionToProductEdge(Edge e)
           
 boolean isReactionToReactantEdge(Edge e)
           
 boolean isUsable()
           
 

Method Detail

isReactionToProductEdge

boolean isReactionToProductEdge(Edge e)

isReactionToReactantEdge

boolean isReactionToReactantEdge(Edge e)

isUsable

boolean isUsable()