public class IdentityFlowFunction extends Object implements IReversibleFlowFunction
Constructor and Description |
---|
IdentityFlowFunction() |
Modifier and Type | Method and Description |
---|---|
SparseIntSet |
getSources(int i) |
SparseIntSet |
getTargets(int i) |
static IdentityFlowFunction |
identity() |
String |
toString() |
public SparseIntSet getTargets(int i)
getTargets
in interface IUnaryFlowFunction
public SparseIntSet getSources(int i)
getSources
in interface IReversibleFlowFunction
public static IdentityFlowFunction identity()