Samchon Framework for CPP  1.0.0
samchon::protocol::IEntityChain Class Reference

A chain of entity. More...

#include <IEntityChain.hpp>

Collaboration diagram for samchon::protocol::IEntityChain:

Public Member Functions

 IEntityChain (Entity *)
 Default Constructor. More...
 

Protected Attributes

Entityentity
 An entity related with the chain. More...
 

Detailed Description

A chain of entity.

IEntityChain is an interface takes role of control about an entity by chain of responsibliy pattern. It's suitable for a supplementary processes are required on an entity like calculation or historical regression about an entity.

protocol_entity.png
See also
samchon::protocol
Author
Jeongho Nam http://samchon.org

Definition at line 24 of file IEntityChain.hpp.

Constructor & Destructor Documentation

IEntityChain::IEntityChain ( Entity entity)

Default Constructor.

Parameters
entityA related entity.

Definition at line 6 of file IEntityChain.cpp.

References entity.

Member Data Documentation

Entity* samchon::protocol::IEntityChain::entity
protected

An entity related with the chain.

Definition at line 30 of file IEntityChain.hpp.

Referenced by IEntityChain().


The documentation for this class was generated from the following files: