Bot::Bot(GraphBuilderFramework &builder) throw(InternalProgrammerErrorException &) : m_pimpl(new BotImpl(builder)) { LOG_BOT_METHOD("Bot::Bot(GraphBuilderFramework &builder)"); addInstanceOf("Bot"); }
NonImplemented::NonImplemented() throw(InternalProgrammerErrorException &) { LOG_BOT_METHOD("NonImplemented::NonImplemented()"); addInstanceOf("NonImplemented"); }
ThatStar::ThatStar(GraphBuilderFramework &builder) throw(InternalProgrammerErrorException &) : m_pimpl(new ThatStarImpl(builder)) { LOG_BOT_METHOD("ThatStar::ThatStar(GraphBuilderFramework &builder)"); addInstanceOf("ThatStar"); }
Random::Random() throw(InternalProgrammerErrorException &) : m_pimpl(new RandomImpl) { LOG_BOT_METHOD("Random::Random()"); addInstanceOf("Random"); }
Bot::Bot() throw(InternalProgrammerErrorException &) : InnerTemplate(), m_pimpl(new BotImpl()) { addInstanceOf("Bot"); }
System::System() throw(InternalProgrammerErrorException &) { LOG_BOT_METHOD("System::System()"); addInstanceOf("System"); }
Condition::Condition(GraphBuilderFramework &builder) throw(InternalProgrammerErrorException &) : m_pimpl(new ConditionImpl(builder)) { LOG_BOT_METHOD("Condition::Condition(GraphBuilderFramework &builder)"); addInstanceOf("Condition"); }
Random::Random() throw(InternalProgrammerErrorException &) : m_pimpl(new RandomImpl) { addInstanceOf("Random"); //Seed the random number generator once with the current time srand(static_cast<unsigned>(time(0))); }
InnerAIML::InnerAIML() throw(InternalProgrammerErrorException &) : m_pimpl(0) { addInstanceOf("InnerAIML"); }
Sentence::Sentence() throw(InternalProgrammerErrorException &) { LOG_BOT_METHOD("Sentence::Sentence()"); addInstanceOf("Sentence"); }
Gender::Gender(GraphBuilderFramework &builder) throw(InternalProgrammerErrorException &) : m_pimpl(new GenderImpl(builder)) { addInstanceOf("Gender"); LOG_BOT_METHOD("Gender::Gender()"); }
Think::Think() throw(InternalProgrammerErrorException &) : m_pimpl(0) { addInstanceOf("Think"); }
PatternSideThat::PatternSideThat(GraphBuilderFramework &builder) throw(InternalProgrammerErrorException &) : m_pimpl(new PatternSideThatImpl(builder)) { LOG_BOT_METHOD("PatternSideThat::PatternSideThat(GraphBuilderFramework &builder)"); addInstanceOf("PatternSideThat"); }
PatternSideThat::PatternSideThat() throw(InternalProgrammerErrorException &) : m_pimpl(new PatternSideThatImpl) { addInstanceOf("PatternSideThat"); }
Sentence::Sentence() throw(InternalProgrammerErrorException &) : m_pimpl(0) { addInstanceOf("Sentence"); }
NonImplemented::NonImplemented() throw(InternalProgrammerErrorException &) : m_pimpl(0) { addInstanceOf("NonImplemented"); }
Pattern::Pattern() throw(InternalProgrammerErrorException &) : m_pimpl(new PatternImpl) { addInstanceOf("Pattern"); }
InnerTemplate::InnerTemplate() throw(InternalProgrammerErrorException &) { LOG_BOT_METHOD("InnerTemplate::InnerTemplate()"); addInstanceOf("InnerTemplate"); }
Id::Id(GraphBuilderFramework &builder) throw(InternalProgrammerErrorException &) : m_pimpl(new IdImpl(builder)) { LOG_BOT_METHOD("Id::Id()"); addInstanceOf("Id"); }
TopicStar::TopicStar() throw(InternalProgrammerErrorException &) : m_pimpl(new TopicStarImpl) { addInstanceOf("TopicStar"); }
AIML::AIML(GraphBuilderFramework &builder) throw(InternalProgrammerErrorException &) : m_pimpl(new AIMLImpl(builder)) { addInstanceOf("AIML"); LOG_BOT_METHOD("AIML::AIML(const GraphHandler &parser)"); }
Size::Size(const GraphBuilderFramework &builder) throw(InternalProgrammerErrorException &) : m_pimpl(new SizeImpl(builder)) { addInstanceOf("Size"); }
Person2::Person2() throw(InternalProgrammerErrorException &) : m_pimpl(new Person2Impl) { addInstanceOf("Person2"); }
TemplateSideThat::TemplateSideThat() throw(InternalProgrammerErrorException &) : m_pimpl(new TemplateSideThatImpl) { addInstanceOf("TemplateSideThat"); }
Think::Think() throw(InternalProgrammerErrorException &) { LOG_BOT_METHOD("Thank::Think()"); addInstanceOf("Think"); }