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 IUnaryFlowFunction
public IntSet getSources(int i)
getSources
in interface IReversibleFlowFunction
public static VectorGenFlowFunction make(IntSet gen)
gen
- the intset of facts which should be gen'ed by a function