fr.curie.BiNoM.cytoscape.netwop
Class NetworkDifference

java.lang.Object
  extended by fr.curie.BiNoM.cytoscape.netwop.NetworkOperation
      extended by fr.curie.BiNoM.cytoscape.netwop.NetworkDifference

public class NetworkDifference
extends NetworkOperation


Nested Class Summary
 
Nested classes/interfaces inherited from class fr.curie.BiNoM.cytoscape.netwop.NetworkOperation
NetworkOperation.Estimator
 
Constructor Summary
NetworkDifference(cytoscape.CyNetwork left, cytoscape.CyNetwork right)
           
 
Method Summary
 void estimate(cytoscape.CyNetwork netw, NetworkOperation.Estimator estim)
           
 void eval(cytoscape.CyNetwork netw)
           
 java.lang.String toString()
           
 
Methods inherited from class fr.curie.BiNoM.cytoscape.netwop.NetworkOperation
getName, getSymbol
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NetworkDifference

public NetworkDifference(cytoscape.CyNetwork left,
                         cytoscape.CyNetwork right)
Method Detail

eval

public void eval(cytoscape.CyNetwork netw)
Specified by:
eval in class NetworkOperation

estimate

public void estimate(cytoscape.CyNetwork netw,
                     NetworkOperation.Estimator estim)
Specified by:
estimate in class NetworkOperation

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object