fr.curie.BiNoM.cytoscape.netwop
Class NetworkIntersection

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

public class NetworkIntersection
extends NetworkOperation


Nested Class Summary
 
Nested classes/interfaces inherited from class fr.curie.BiNoM.cytoscape.netwop.NetworkOperation
NetworkOperation.Estimator
 
Constructor Summary
NetworkIntersection(cytoscape.CyNetwork left, cytoscape.CyNetwork right)
           
 
Method Summary
 boolean containsEdge(cytoscape.CyNetwork netw, cytoscape.CyEdge edge)
           
 boolean containsNode(cytoscape.CyNetwork netw, cytoscape.CyNode node)
           
 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

NetworkIntersection

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

eval

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

containsNode

public boolean containsNode(cytoscape.CyNetwork netw,
                            cytoscape.CyNode node)

containsEdge

public boolean containsEdge(cytoscape.CyNetwork netw,
                            cytoscape.CyEdge edge)

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