Package graphplan.graph.algorithm.impl

Examples of graphplan.graph.algorithm.impl.LevelGeneratorClosedWorldAssumptionImpl


  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);
  }
View Full Code Here

TOP

Related Classes of graphplan.graph.algorithm.impl.LevelGeneratorClosedWorldAssumptionImpl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.