Package org.moeaframework.util.format
Class ObjectiveFormatter
java.lang.Object
org.moeaframework.util.format.ObjectiveFormatter
Formatter for
Objective
s. Primarily, this uses the registered formatter, if any, for numeric types.-
Constructor Details
-
ObjectiveFormatter
Constructs a new objective formatter.- Parameters:
data
- reference back to the tabular data object this formatter is associated, so it can call theTabularData.formatValue(Object)
method on primitive types
-
-
Method Details