public class NetworkIntersection extends NetworkOperation
NetworkOperation.Estimator
Modifier and Type | Field and Description |
---|---|
protected CyNetwork |
left |
protected CyNetwork |
right |
Constructor and Description |
---|
NetworkIntersection(CyNetwork left,
CyNetwork right) |
Modifier and Type | Method and Description |
---|---|
boolean |
containsEdge(CyNetwork netw,
CyEdge edge) |
boolean |
containsNode(CyNetwork netw,
CyNode node) |
void |
estimate(CyNetwork netw,
NetworkOperation.Estimator estim) |
void |
eval(CyNetwork netw) |
java.lang.String |
toString() |
getName, getSymbol
public void eval(CyNetwork netw)
eval
in class NetworkOperation
public boolean containsNode(CyNetwork netw, CyNode node)
public boolean containsEdge(CyNetwork netw, CyEdge edge)
public void estimate(CyNetwork netw, NetworkOperation.Estimator estim)
estimate
in class NetworkOperation
public java.lang.String toString()
toString
in class java.lang.Object