-
- All Implemented Interfaces:
-
ai.tock.bot.definition.StoryStep,java.io.Serializable,kotlin.Comparable
public enum ScoreboardSteps extends Enum<ScoreboardSteps> implements StoryStep<ScoreboardDef>
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringnameprivate final Integerordinalprivate final IntentAwarebaseIntentprivate final Set<StoryStep<ScoreboardDef>>childrenprivate final EntityStepSelectionentityStepSelectionprivate final BooleanhasNoChildrenprivate final IntentAwareintentprivate final Set<IntentAware>otherStarterIntentsprivate final Set<IntentAware>secondaryIntents
-
Enum Constant Summary
Enum Constants Enum Constant Description displayselectdisruption
-
Method Summary
Modifier and Type Method Description final StringgetName()final IntegergetOrdinal()IntentAwaregetBaseIntent()Set<StoryStep<ScoreboardDef>>getChildren()EntityStepSelectiongetEntityStepSelection()BooleangetHasNoChildren()IntentAwaregetIntent()Set<IntentAware>getOtherStarterIntents()Set<IntentAware>getSecondaryIntents()-
Methods inherited from class ai.tock.bot.open.data.story.ScoreboardSteps
answer, compareTo, equals, finalize, getDeclaringClass, hashCode, selectFromAction, selectFromActionAndEntityStepSelection, selectFromBus, selectFromDialog, selectFromDialogAndEntityStepSelection, supportIntent, supportStarterIntent, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
getBaseIntent
IntentAware getBaseIntent()
-
getChildren
Set<StoryStep<ScoreboardDef>> getChildren()
-
getEntityStepSelection
EntityStepSelection getEntityStepSelection()
-
getHasNoChildren
Boolean getHasNoChildren()
-
getIntent
IntentAware getIntent()
-
getOtherStarterIntents
Set<IntentAware> getOtherStarterIntents()
-
getSecondaryIntents
Set<IntentAware> getSecondaryIntents()
-
-
-
-