int[] invokeVRFImpl (Object vrfImpl, Object[] args)
int[] invokeVRFImpl (Object vrfImpl, Object[] args)
Name | Type | Description |
---|---|---|
vrfImpl | Object | A virtual rule function implementation object (gotten from getVRFImplByName or getVRFImpls). |
args | Object[] | The input arguments. |
Type | Description |
---|---|
int[] | Integer array containing the matched rule Ids. |