public class NetworkFlickLogging
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
NetworkFlickLogging.FLICKTYPE
The Enum FLICKTYPE.
|
Modifier and Type | Field and Description |
---|---|
static int |
ARRIVAL_COUNT
The arrival count.
|
static int |
BOUNCE_LIMIT
The bounce limit.
|
static java.lang.String |
BOUNCE_LOG
The bounce log.
|
static int |
DEPARTURE_COUNT
The departure count.
|
static java.lang.String |
FLICK_LOG
The flick log.
|
static int |
INACCURATE_BOUNCE_COUNT
The inaccurate bounce count.
|
static int |
LACK_OF_MOMENTUM_BOUNCE_COUNT
The lack of momentum bounce count.
|
static java.lang.String |
LOG_PARSE_TOKEN
The Constant LOG_PARSE_TOKEN.
|
static java.lang.Boolean |
LOGGING_ENABLED
The logging enabled.
|
Constructor and Description |
---|
NetworkFlickLogging() |
Modifier and Type | Method and Description |
---|---|
static void |
generateFlickArrivalMessage(java.lang.String itemName,
java.lang.String from,
com.jme3.math.Vector2f loc)
Generate flick arrival message.
|
static void |
generateFlickSentMessage(java.lang.String itemName,
java.lang.String to,
com.jme3.math.Vector2f loc)
Generate flick sent message.
|
static void |
generateInaccurateBounceMessage(java.lang.String itemName,
com.jme3.math.Vector2f loc)
Generate inaccurate bounce message.
|
static void |
generateLackOfMomentumBounceMessage(java.lang.String itemName,
com.jme3.math.Vector2f loc)
Generate lack of momentum bounce message.
|
static void |
generateRemovalDueToInaccurateBounceMessage(java.lang.String itemName,
com.jme3.math.Vector2f loc)
Generate removal due to inaccurate bounce message.
|
static void |
generateRemovalDueToLackOfMomentumBounceMessage(java.lang.String itemName,
com.jme3.math.Vector2f loc)
Generate removal due to lack of momentum bounce message.
|
public static final java.lang.String LOG_PARSE_TOKEN
public static int ARRIVAL_COUNT
public static int BOUNCE_LIMIT
public static java.lang.String BOUNCE_LOG
public static int DEPARTURE_COUNT
public static java.lang.String FLICK_LOG
public static int INACCURATE_BOUNCE_COUNT
public static int LACK_OF_MOMENTUM_BOUNCE_COUNT
public static java.lang.Boolean LOGGING_ENABLED
public static void generateFlickArrivalMessage(java.lang.String itemName, java.lang.String from, com.jme3.math.Vector2f loc)
itemName
- the item namefrom
- the fromloc
- the locpublic static void generateFlickSentMessage(java.lang.String itemName, java.lang.String to, com.jme3.math.Vector2f loc)
itemName
- the item nameto
- the toloc
- the locpublic static void generateInaccurateBounceMessage(java.lang.String itemName, com.jme3.math.Vector2f loc)
itemName
- the item nameloc
- the locpublic static void generateLackOfMomentumBounceMessage(java.lang.String itemName, com.jme3.math.Vector2f loc)
itemName
- the item nameloc
- the locpublic static void generateRemovalDueToInaccurateBounceMessage(java.lang.String itemName, com.jme3.math.Vector2f loc)
itemName
- the item nameloc
- the locpublic static void generateRemovalDueToLackOfMomentumBounceMessage(java.lang.String itemName, com.jme3.math.Vector2f loc)
itemName
- the item nameloc
- the loc