test
Class FeedbackTags

java.lang.Object
  extended by test.FeedbackTags

public final class FeedbackTags
extends java.lang.Object

Author:
ncottin

Field Summary
static int END_TAG
           
static int INIT_TAG
           
static int MESSAGE_TAG
           
static int NEIGHBOURS_TAG
           
static int RETURN_TAG
           
 
Constructor Summary
FeedbackTags()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NEIGHBOURS_TAG

public static final int NEIGHBOURS_TAG
See Also:
Constant Field Values

INIT_TAG

public static final int INIT_TAG
See Also:
Constant Field Values

MESSAGE_TAG

public static final int MESSAGE_TAG
See Also:
Constant Field Values

RETURN_TAG

public static final int RETURN_TAG
See Also:
Constant Field Values

END_TAG

public static final int END_TAG
See Also:
Constant Field Values
Constructor Detail

FeedbackTags

public FeedbackTags()