start method

void start()

Implementation

void start() {
  for (var policy in _policies) {
    startPolicy(policy);
  }
}