public class VectorGenFlowFunction extends Object implements IReversibleFlowFunction
| Modifier and Type | Method and Description |
|---|---|
IntSet |
getSources(int i) |
IntSet |
getTargets(int i) |
static VectorGenFlowFunction |
make(IntSet gen) |
String |
toString() |
public IntSet getTargets(int i)
getTargets in interface IUnaryFlowFunctionpublic IntSet getSources(int i)
getSources in interface IReversibleFlowFunctionpublic static VectorGenFlowFunction make(IntSet gen)
gen - the intset of facts which should be gen'ed by a function