public class SingletonFlowFunction extends Object implements IReversibleFlowFunction
Modifier and Type | Method and Description |
---|---|
static SingletonFlowFunction |
create(int dest) |
SparseIntSet |
getSources(int i) |
SparseIntSet |
getTargets(int i) |
public SparseIntSet getTargets(int i)
getTargets
in interface IUnaryFlowFunction
public SparseIntSet getSources(int i)
getSources
in interface IReversibleFlowFunction
public static SingletonFlowFunction create(int dest)