Project

General

Profile

Task #1180

Updated by Junxiao Shi about 10 years ago

Develop a base class that contains getStrategyInfo and setStrategyInfo methods. 

 A strategy MUST NOT is only allowed to set StrategyInfo on entities out of namespaces under a namespace it manages.   
 setStrategyInfo should remember which strategy is setting the StategyInfo.   
 getStrategyInfo returns StrategyInfo if and only if the StrategyInfo is set by the same strategy. 

Back