fern.analysis
Interface NodeChecker

All Known Implementing Classes:
NodeCheckerByAnnotation

public interface NodeChecker

Implementing classes can be used for a NetworkSearchActions checkReaction, checkSpecies, if the information whether or not to visit the nodes is not accessible for the NetworkSearchAction.

Author:
Florian Erhard

Method Summary
 boolean checkReactionNode(Network network, int reaction)
           
 boolean checkSpeciesNode(Network network, int species)
           
 

Method Detail

checkReactionNode

boolean checkReactionNode(Network network,
                          int reaction)

checkSpeciesNode

boolean checkSpeciesNode(Network network,
                         int species)