private LevelGeneratorClosedWorldAssumptionImpl actionLevelGeneratorCwa;
private boolean closedWorldAssumption = false;
public PlanningGraphClosedWorldAssumption(PropositionLevel initialLevel, Map<String, Set<String>> types, Map<String, List<String>> parameterTypes, StaticMutexesTable staticsMutexesTable) {
super(initialLevel, types, parameterTypes, staticsMutexesTable);
this.actionLevelGeneratorCwa = new LevelGeneratorClosedWorldAssumptionImpl(types, parameterTypes);
}