Package javaff.data

Examples of javaff.data.UngroundCondition.minus()


    AND a = new AND();
    Iterator lit = literals.iterator();
    while (lit.hasNext())
    {
      UngroundCondition p = (UngroundCondition) lit.next();
      a.add(p.minus(effect));
    }
    return a;
    }

  public UngroundCondition effectsAdd(UngroundCondition cond)
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.