fern.cytoscape
Class NetworkChecker.NodeClassifierByAnnotation<T>

java.lang.Object
  extended by fern.cytoscape.NetworkChecker.NodeClassifierByAnnotation<T>
All Implemented Interfaces:
NetworkChecker.NodeClassifier
Enclosing class:
NetworkChecker

public class NetworkChecker.NodeClassifierByAnnotation<T>
extends Object
implements NetworkChecker.NodeClassifier


Constructor Summary
NetworkChecker.NodeClassifierByAnnotation(String typeIdentifier, T reactionType, T speciesType)
           
 
Method Summary
 boolean isReactionNode(Node n)
           
 boolean isSpeciesNode(Node n)
           
 boolean isUsable()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetworkChecker.NodeClassifierByAnnotation

public NetworkChecker.NodeClassifierByAnnotation(String typeIdentifier,
                                                 T reactionType,
                                                 T speciesType)
Method Detail

isReactionNode

public boolean isReactionNode(Node n)
Specified by:
isReactionNode in interface NetworkChecker.NodeClassifier

isSpeciesNode

public boolean isSpeciesNode(Node n)
Specified by:
isSpeciesNode in interface NetworkChecker.NodeClassifier

isUsable

public boolean isUsable()
Specified by:
isUsable in interface NetworkChecker.NodeClassifier