Package graphplan.domain

Examples of graphplan.domain.Unifier.unifies()


    return emptyIterator;
  }
 
  public boolean unifies(Proposition proposition) {
    Unifier un = new UnifierImpl();
    return un.unifies(this, proposition);
  }

  public boolean apply(Unifier unifier) {
    //Since this implementation relies on a Jason binding, we have to force our unifier
    //to be Jason's
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.