public class Cell extends Object
| Modifier and Type | Field and Description |
|---|---|
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.
|
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
|
String |
toXML()
The justification String is the body of the
|
public boolean outlier
public String value
public String justification
public String toXML()
public void fromXML(BasicXMLelement xml)
Copyright © 2015. All rights reserved.