fr.curie.BiNoM.cytoscape.netwop
Class NetworkIntersection
java.lang.Object
fr.curie.BiNoM.cytoscape.netwop.NetworkOperation
fr.curie.BiNoM.cytoscape.netwop.NetworkIntersection
public class NetworkIntersection
- extends NetworkOperation
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NetworkIntersection
public NetworkIntersection(cytoscape.CyNetwork left,
cytoscape.CyNetwork right)
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