Package com.treasure.hunt.analysis
Class StatisticObject.StatisticInfo
- java.lang.Object
-
- com.treasure.hunt.analysis.StatisticObject.StatisticInfo
-
- Enclosing class:
- StatisticObject
public static class StatisticObject.StatisticInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static StatisticObject.StatisticInfo
FINISHED_AND_FOUND
static StatisticObject.StatisticInfo
HINT_REQUEST
static StatisticObject.StatisticInfo
HINT_TRACE_LENGTH_RATION
static StatisticObject.StatisticInfo
LOCAL_OPTIMUM
static StatisticObject.StatisticInfo
OPTIMAL_SOLUTION
static StatisticObject.StatisticInfo
SOLUTION_QUOTIENT
static StatisticObject.StatisticInfo
TRACE_LENGTH
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(java.lang.Object other)
boolean
equals(java.lang.Object o)
static java.util.List<StatisticObject.StatisticInfo>
getAllStatisticInfo()
java.lang.String
getDescription()
java.lang.String
getName()
java.lang.Class
getType()
int
hashCode()
-
-
-
Field Detail
-
TRACE_LENGTH
public static final StatisticObject.StatisticInfo TRACE_LENGTH
-
LOCAL_OPTIMUM
public static final StatisticObject.StatisticInfo LOCAL_OPTIMUM
-
SOLUTION_QUOTIENT
public static final StatisticObject.StatisticInfo SOLUTION_QUOTIENT
-
HINT_TRACE_LENGTH_RATION
public static final StatisticObject.StatisticInfo HINT_TRACE_LENGTH_RATION
-
HINT_REQUEST
public static final StatisticObject.StatisticInfo HINT_REQUEST
-
OPTIMAL_SOLUTION
public static final StatisticObject.StatisticInfo OPTIMAL_SOLUTION
-
FINISHED_AND_FOUND
public static final StatisticObject.StatisticInfo FINISHED_AND_FOUND
-
-
Method Detail
-
getAllStatisticInfo
public static java.util.List<StatisticObject.StatisticInfo> getAllStatisticInfo()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
getName
public java.lang.String getName()
-
getDescription
public java.lang.String getDescription()
-
getType
public java.lang.Class getType()
-
-