public class Cell
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
justification
The explanation user's explanation for choosing a given value.
|
boolean |
outlier
Whether the cell value is an outlier compared to the group.
|
java.lang.String |
value
The String representation of an integer value, signifying the
degree to which a given criterion supports a given decision.
|
Constructor and Description |
---|
Cell() |
Modifier and Type | Method and Description |
---|---|
void |
fromXML(BasicXMLelement xml)
Read in an XML input
|
java.lang.String |
toXML()
The justification String is the body of the
|
public boolean outlier
public java.lang.String value
public java.lang.String justification
public java.lang.String toXML()
public void fromXML(BasicXMLelement xml)