| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectProtocolLearner.AppDataParser
public class AppDataParser
| Constructor Summary | |
|---|---|
| AppDataParser() | |
| Method Summary | |
|---|---|
|  java.util.ArrayList<MessageTrace> | getMsgTraces(java.lang.String traffic)This function parses the traffic string (from the traffic text ares) and returns an array list of messages traces to be used for FSM construction | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public AppDataParser()
| Method Detail | 
|---|
public java.util.ArrayList<MessageTrace> getMsgTraces(java.lang.String traffic)
traffic - A plain-Text traffic string in the following format:
 | 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||