public class NetworkDifference extends NetworkOperation
NetworkOperation.Estimator
Modifier and Type | Field and Description |
---|---|
protected CyNetwork |
left |
protected CyNetwork |
right |
Constructor and Description |
---|
NetworkDifference(CyNetwork left,
CyNetwork right) |
Modifier and Type | Method and Description |
---|---|
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 void estimate(CyNetwork netw, NetworkOperation.Estimator estim)
estimate
in class NetworkOperation
public java.lang.String toString()
toString
in class java.lang.Object