FuzzingFunctions
Class FuzzingFunctionReturnPair

java.lang.Object
  extended by FuzzingFunctions.FuzzingFunctionReturnPair

public class FuzzingFunctionReturnPair
extends java.lang.Object

The instance of this class is used with the FuzzingFunctionInteface2 as the return value. It contains the modified message and the new state ID after the modifications

Author:
Serge Gorbunov

Constructor Summary
FuzzingFunctionReturnPair(java.util.ArrayList<java.lang.Integer> msg, int state)
           
 
Method Summary
 java.util.ArrayList<java.lang.Integer> getModifiedMessage()
           
 int getNewStateID()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FuzzingFunctionReturnPair

public FuzzingFunctionReturnPair(java.util.ArrayList<java.lang.Integer> msg,
                                 int state)
Method Detail

getModifiedMessage

public java.util.ArrayList<java.lang.Integer> getModifiedMessage()

getNewStateID

public int getNewStateID()