public class ParsedEvent
extends java.lang.Object
| Constructor and Description |
|---|
ParsedEvent(java.lang.String theLabel)
Construct a parsed even with the specified label.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLabel() |
java.util.List<ParsedChoice> |
getList() |
java.lang.String |
getValue() |
int |
resolveValue(BayesianEvent actualEvent)
Resolve the event to an actual value.
|
void |
setValue(java.lang.String value)
Set the value for this event.
|
java.lang.String |
toString() |
public ParsedEvent(java.lang.String theLabel)
theLabel - The label for this event.public java.lang.String getValue()
public void setValue(java.lang.String value)
value - The value for this event.public java.lang.String getLabel()
public int resolveValue(BayesianEvent actualEvent)
actualEvent - The actual event.public java.util.List<ParsedChoice> getList()
public java.lang.String toString()
toString in class java.lang.Object