actMisM property

Map<String, Map<String, String>> actMisM
getter/setter pair

Simulating process-project library with simple map. Equipment and Effort classes can also be used for this: Equipment equ .. Effort eff... Actions events plans and so. Added 6.1.2018 devl:MIS Check usage and fill-Map devl:MIS rename actMisM

Implementation

Map<String, Map<String, String>> actMisM = {
  'Goal': {},
  'Enemy': {},
  'Friend': {},
  'Plan': {},
  'Phase': {},
  'Mean': {},
  'Project': {},
  'Event': {},
  'Action': {},
};