public class Union<D> extends Object implements FlowFunction<D>
Modifier and Type | Method and Description |
---|---|
Set<D> |
computeTargets(D source)
Returns the target values reachable from the source.
|
static <D> FlowFunction<D> |
union(FlowFunction<D>... funcs) |
public Set<D> computeTargets(D source)
FlowFunction
computeTargets
in interface FlowFunction<D>
public static <D> FlowFunction<D> union(FlowFunction<D>... funcs)
Copyright © 2021 Secure Software Engineering Group - University of Paderborn. All rights reserved.