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

Public Member Functions | |
| virtual CompoundCollectorInterface * | getCompoundCollector () const =0 |
| Do further configuration. | |
| virtual std::string | getName () const =0 |
| Returns the name of this PhaseDescriptor. | |
| virtual void | onFUNCreated ()=0 |
| Trigger the PhaseDescriptor to find its friends. | |
| virtual | ~PhaseDescriptorInterface () |
Definition at line 61 of file PhaseDescriptor.hpp.
| virtual wns::ldk::fcf::PhaseDescriptorInterface::~PhaseDescriptorInterface | ( | ) | [inline, virtual] |
Definition at line 64 of file PhaseDescriptor.hpp.
| virtual CompoundCollectorInterface* wns::ldk::fcf::PhaseDescriptorInterface::getCompoundCollector | ( | ) | const [pure virtual] |
Get the FunctionalUnit that handles the compounds of this phase.
Implemented in wns::ldk::fcf::PhaseDescriptor.
| virtual std::string wns::ldk::fcf::PhaseDescriptorInterface::getName | ( | ) | const [pure virtual] |
Implemented in wns::ldk::fcf::PhaseDescriptor.
| virtual void wns::ldk::fcf::PhaseDescriptorInterface::onFUNCreated | ( | ) | [pure virtual] |
Implemented in wns::ldk::fcf::PhaseDescriptor.
1.5.5