act property

Map<String, Map<String, String>> act
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 TODO Check usage and fill-Map

Implementation

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