Interface HeuristicInformation
-
@Deprecated public interface HeuristicInformation
Deprecated.as of 5.2.2.Final In a subsequent release we will be providing this functionality via JMX MBeans
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description ObjectgetEntityReference()Deprecated.A reference to the entity that caused the heuristic.intgetHeuristicType()Deprecated.The type of heuristic.
-
-
-
Method Detail
-
getHeuristicType
int getHeuristicType()
Deprecated.The type of heuristic.- Returns:
- the heuristic type
-
getEntityReference
Object getEntityReference()
Deprecated.A reference to the entity that caused the heuristic.- Returns:
- the entity reference
-
-