![]() |
User Manual, Developers Guide and API Documentation |
![]() |
#include <ldk/flowseparator/NotFoundStrategy.hpp>


Public Member Functions | |
| CreateOnFirstCompound (CreatorStrategy *_creator) | |
| CreateOnFirstCompound (fun::FUN *fuNet, const pyconfig::View &config) | |
| FunctionalUnit * | createPrototype () const |
| FunctionalUnit * | ifNotFound (const ConstKeyPtr &key) const |
| Return a new FU for the given key. | |
| void | onFUNCreated () |
| enable dependency resolution | |
| virtual | ~CreateOnFirstCompound () |
Private Attributes | |
| std::auto_ptr< CreatorStrategy > | creator |
| strategy for new fu creation | |
Sequence Diagram: Create new FU if no FU for Compound found
Definition at line 95 of file NotFoundStrategy.hpp.
| CreateOnFirstCompound::CreateOnFirstCompound | ( | fun::FUN * | fuNet, | |
| const pyconfig::View & | config | |||
| ) |
Definition at line 88 of file NotFoundStrategy.cpp.
| CreateOnFirstCompound::CreateOnFirstCompound | ( | CreatorStrategy * | _creator | ) |
Definition at line 97 of file NotFoundStrategy.cpp.
| CreateOnFirstCompound::~CreateOnFirstCompound | ( | ) | [virtual] |
Definition at line 101 of file NotFoundStrategy.cpp.
| FunctionalUnit * CreateOnFirstCompound::createPrototype | ( | ) | const [virtual] |
Implements wns::ldk::flowseparator::NotFoundStrategy.
Definition at line 112 of file NotFoundStrategy.cpp.
| FunctionalUnit * CreateOnFirstCompound::ifNotFound | ( | const ConstKeyPtr & | key | ) | const [virtual] |
Implements wns::ldk::flowseparator::NotFoundStrategy.
Definition at line 106 of file NotFoundStrategy.cpp.
| void CreateOnFirstCompound::onFUNCreated | ( | ) | [virtual] |
Implements wns::ldk::flowseparator::NotFoundStrategy.
Definition at line 118 of file NotFoundStrategy.cpp.
std::auto_ptr<CreatorStrategy> wns::ldk::flowseparator::CreateOnFirstCompound::creator [private] |
Definition at line 116 of file NotFoundStrategy.hpp.
1.5.5