public class VectorKillFlowFunction extends Object implements IReversibleFlowFunction
Modifier and Type | Method and Description |
---|---|
IntSet |
getSources(int i) |
IntSet |
getTargets(int i) |
static VectorKillFlowFunction |
make(IntSet kill) |
String |
toString() |
public IntSet getTargets(int i)
getTargets
in interface IUnaryFlowFunction
public IntSet getSources(int i)
getSources
in interface IReversibleFlowFunction
public static VectorKillFlowFunction make(IntSet kill)
kill
- the intset of facts which should be killed by a function