#include "BlockHandler.h"
Public Types | |
using | HandlerMap = std::map<std::shared_ptr<GraphNode>, std::shared_ptr<BlockHandler>> |
Public Member Functions | |
BlockHandler (EntityBlock *blockEntity, const HandlerMap &allHandler) | |
virtual | ~BlockHandler () |
void | executeOwnNode (std::shared_ptr< GraphNode > ownNode) |
virtual void | setData (PipelineData &data, const std::string &targetPort) |
Public Member Functions inherited from BusinessLogicHandler | |
void | setUIComponent (ot::components::UiComponent *ui) |
void | setModelComponent (ot::components::ModelComponent *model) |
virtual | ~BusinessLogicHandler () |
Protected Member Functions | |
virtual bool | executeSpecialized ()=0 |
Protected Member Functions inherited from BusinessLogicHandler | |
virtual void | UIComponentWasSet () |
virtual void | ModelComponentWasSet () |
void | CheckEssentials () |
std::string | CreateNewUniqueTopologyName (const std::string &folderName, const std::string &fileName) |
std::string | CreateNewUniqueTopologyNamePlainPossible (const std::string &folderName, const std::string &fileName, std::list< std::string > &additionallyTakenNames) |
std::vector< std::string > | CreateNewUniqueTopologyName (const std::string &FolderName, const std::string &fileName, uint64_t numberOfFiles) |
Protected Attributes | |
std::string | _blockName |
std::map< std::string, PipelineData > | _dataPerPort |
const std::string | _errorMessageBase = "Block execution failed due to incompatible input data dimension. " |
Protected Attributes inherited from BusinessLogicHandler | |
ot::components::UiComponent * | _uiComponent = nullptr |
ot::components::ModelComponent * | _modelComponent = nullptr |
using BlockHandler::HandlerMap = std::map<std::shared_ptr<GraphNode>, std::shared_ptr<BlockHandler>> |
BlockHandler::BlockHandler | ( | EntityBlock * | blockEntity, |
const HandlerMap & | allHandler ) |
|
virtual |
void BlockHandler::executeOwnNode | ( | std::shared_ptr< GraphNode > | ownNode | ) |
|
protectedpure virtual |
|
virtual |
|
protected |
|
protected |
|
protected |