Uses of Class
org.alicebot.server.core.processor.loadtime.StartupElementProcessor

Packages that use StartupElementProcessor
org.alicebot.server.core.processor.loadtime   
 

Uses of StartupElementProcessor in org.alicebot.server.core.processor.loadtime
 

Subclasses of StartupElementProcessor in org.alicebot.server.core.processor.loadtime
 class BotProcessor
          Presently supports configuration of a single bot.
 class BotsProcessor
          The bots element is a container for bot configuration definitions.
 class GenderProcessor
          The gender element is a container for definitions of gender substitutions to be performed on a string.
 class InputProcessor
          The input element is a container for definitions of substitution normalizations to be performed on an input.
 class LearnProcessor
          Loads AIML at load-time.
 class ListenerProcessor
          The listener element is a container for defining parameters of a listener.
 class ListenersProcessor
          The listeners element is a container for specifying parameters of slisteners.
 class Person2Processor
          The person element is a container for definitions of person2 substitutions to be performed on a string.
 class PersonProcessor
          The person element is a container for definitions of person substitutions to be performed on a string.
 class PredicateProcessor
          The predicate element specifies for specifying characteristics of a predicate.
 class PredicatesProcessor
          The predicates element is a container for specifying characteristics of some predicates.
 class PropertiesProcessor
           
 class PropertyProcessor
           Sets bot predicate values at load-time.
 class SentenceSplittersProcessor
          The sentence-splitters element is a container for defining strings that should cause the input to be split into sentences.
 class SubstitutionsProcessor
          The substitutions element is a container for definitions of various substitutions performed by the engine.