Package edu.cmu.cs.fusion.relationship

Examples of edu.cmu.cs.fusion.relationship.RelationshipDelta.override()


            continue;
         
          //ok, see if this conflicts with what we have
          delta = new RelationshipDelta();
          for (Effect effect : inf.getEffects())
            delta.override(effect.makeEffects(this, finalSub));
         
          //if it doesn't conflict AND it makes some change, return it!
          if (delta.isStrictlyMorePrecise(context)) {
            continuation = continuation.tl();
            return delta;
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.