public class SemanticPredicateEvent extends GuessingEvent
| Modifier and Type | Field and Description |
|---|---|
static int |
PREDICTING |
static int |
VALIDATING |
| Constructor and Description |
|---|
SemanticPredicateEvent(java.lang.Object source) |
SemanticPredicateEvent(java.lang.Object source,
int type) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCondition() |
boolean |
getResult() |
java.lang.String |
toString() |
getGuessingpublic static final int VALIDATING
public static final int PREDICTING