protected class ZeroedFlowFunctions.ZeroedFlowFunction extends java.lang.Object implements FlowFunction<D>
Modifier and Type | Field and Description |
---|---|
protected FlowFunction<D> |
del |
Modifier and Type | Method and Description |
---|---|
java.util.Set<D> |
computeTargets(D source)
Returns the target values reachable from the source.
|
protected FlowFunction<D> del
public java.util.Set<D> computeTargets(D source)
FlowFunction
computeTargets
in interface FlowFunction<D>