public class Explanation extends Object
Constructor and Description |
---|
Explanation(String format,
List<Object> information)
Used to make a human-readable explanations of sr measures
|
Explanation(String format,
Object... information)
Used to make a human-readable explanations of sr measures
|
Modifier and Type | Method and Description |
---|---|
String |
getFormat() |
List<Object> |
getInformation() |
void |
setFormat(String format) |
void |
setInformation(List<Object> information) |
Copyright © 2014. All rights reserved.