public class Explanation extends Object implements Serializable
Constructor and Description |
---|
Explanation() |
Explanation(float value,
String description) |
Modifier and Type | Method and Description |
---|---|
void |
addDetail(Explanation detail)
Adds a sub-node to this explanation node.
|
String |
getDescription()
A description of this explanation node.
|
Explanation[] |
getDetails()
The sub-nodes of this explanation node.
|
float |
getValue()
The value assigned to this explanation node.
|
void |
setDescription(String description)
Sets the description of this explanation node.
|
void |
setValue(float value)
Sets the value assigned to this explanation node.
|
String |
toHtml()
Render an explanation as HTML.
|
String |
toString()
Render an explanation as text.
|
public Explanation()
public Explanation(float value, String description)
public float getValue()
public void setValue(float value)
public String getDescription()
public void setDescription(String description)
public Explanation[] getDetails()
public void addDetail(Explanation detail)
public String toString()
public String toHtml()
Copyright © 2024 GATE. All rights reserved.