| Package | Description |
|---|---|
| org.sadtech.social.bot.domain.unit |
| Modifier and Type | Field and Description |
|---|---|
protected UnitActiveType |
MainUnit.activeType |
| Modifier and Type | Method and Description |
|---|---|
static UnitActiveType |
UnitActiveType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnitActiveType[] |
UnitActiveType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AnswerCheck(Set<String> keyWords,
String phrase,
Pattern pattern,
Integer matchThreshold,
Integer priority,
Set<MainUnit> nextUnits,
UnitActiveType activeType,
MainUnit unitTrue,
MainUnit unitFalse,
CheckData<org.sadtech.social.core.domain.content.Message> check) |
MainUnit(Set<String> keyWords,
String phrase,
Pattern pattern,
Integer matchThreshold,
Integer priority,
Set<MainUnit> nextUnits,
UnitActiveType activeType,
String type) |
Copyright © 2020. All rights reserved.