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 IUnaryFlowFunctionpublic IntSet getSources(int i)
getSources in interface IReversibleFlowFunctionpublic static VectorKillFlowFunction make(IntSet kill)
kill - the intset of facts which should be killed by a function