예제 #1
0
 public ZColdCachingAlgorithm(AbstractMap map)
     : base(map)
 {
     ActiveLevel = 0;
 }
예제 #2
0
 public AbstractCachingAlgorithm(AbstractMap map)
 {
     m_map = map;
 }